Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm having trouble troubleshooting the FTP functions, in particular the tFTPFileList component. The connection appears to be successful, but it never returns any information, just immediately opens and closes the connection. I can access the same FTP server with another client and there are several files listed in the folder.
In Remote directory, I have "/MyFolder/" and the Filemask applied is "*.csv". This is all I see when the job runs, no errors:
Starting job FTP_Test at 12:42 09/03/2016.
[statistics] connecting to socket on port 3440
[statistics] connected
[statistics] disconnected
Job FTP_Test ended at 12:42 09/03/2016. [exit code=0]
Shouldn't I see the directory contents listed here, or am I doing something wrong?
Thanks