FTPS Smart service fails when retrieving directory information

Certified Associate Developer

Good morning,

We are trying to recover directory information with the Get Remote Folder Contents smart service (FTPS).

The configuration we have is:

fileTransferConf:

'type!{plugins.ps.appiancorp.com/.../}FT_Config'(
 

serverHostName: "ftp.prueba.es",

serverPort: 21021,

scsExternalSystemKey: "sftp_prueba_appian",

usePerUserCredentials: false()


}

Server File Path: "/DEV/"

* In the user console we have configured the scsExternalSystemKey with the corresponding user and pass.

The error obtained is:

ERROR com.appiancorp.ps.plugins.filetransfer.ftps.GetRemoteFolderContentsOverFTPS - org.apache.commons.net.ftp.FTPConnectionClosedException: Connection closed without indication.

The credentials are the same ones we are using in WinSCP and FileZilla. Both work fine to connect to FTPS site. We have tried adding documents so that the route is like this:

"/DEV/test.docx"

Has anyone faced the same problem?

A greeting and thanks in advance.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    In the user console we have configured the scsExternalSystemKey with the corresponding user and pass.

    Can you confirm that the "key" listed in the third-party credential store is *exactly* "ftp_appian"?  This property is not editable (afaik) after it's been initially configured.

    Is "prueba.es" the FULL host name?  As in, you're sure it's not "sftp.prueba.es", or some other permutation along those lines?

    Have you tried passing the path as just "/" for starters?

Reply
  • 0
    Certified Lead Developer
    In the user console we have configured the scsExternalSystemKey with the corresponding user and pass.

    Can you confirm that the "key" listed in the third-party credential store is *exactly* "ftp_appian"?  This property is not editable (afaik) after it's been initially configured.

    Is "prueba.es" the FULL host name?  As in, you're sure it's not "sftp.prueba.es", or some other permutation along those lines?

    Have you tried passing the path as just "/" for starters?

Children