KB Article #72635

ftp connector does not pickup files according to the FTP script

Problem

- the ftp script is supposed to pick-up the file test9.txt



TYPE "I";
CD "/opt/app/axway/shared/in/";
@READDIR "*test9" INTO %F {
@-RECV %F;
IF(%FTPSTATUS IN "200"-"299") {
RENAME %F TO "/opt/app/axway/shared/in/"%F;
}}



-  it picks up any file
- when checking in FTP Manager the script is properly deployed in Integrator (from B2Bi or Composer)


Resolution

- root cause is the ftp server
- problem occurs with Argosoft FTP server version 1.4.3.7.
- when using the last version of the Argosoft FTP server is works ok.



The problem is with the response for the FTP NLST command that is wrong when using Argosoft FTP server version 1.4.3.7.