I have a FTP job that runs against a FTP server running OS/400.
VisualCron is version 7.20
The job is simply trying to list and then download any .zip files found.
No matter what I do the error output says "Exception in Task: System.Exception: No file(s) found" even though the file is there and is even found when I do a "Test" on the Remote File Filter tab of the download task within the Job.
This is the output from the FTP server.
220-QTCP at xxxxxxx.xxxxxxxxx.com.
220 Connection will close if idle more than 5 minutes.
USER xxxxx
331 Enter password.
PASS ********
230 xxxxx logged on.
FEAT
211-Feature listing follows:
AUTH TLS
CCC
PBSZ
PROT
211 End of feature listing.
SYST
215 OS/400 is the remote operating system. The TCP/IP version is "V6R1M0".
PWD
257 "QGPL" is current library.
CWD /HOME/WILTON/FLLPRODUCTS
250-NAMEFMT set to 1.
250 "/HOME/WILTON/FLLPRODUCTS" is current directory.
PWD
257 "/HOME/WILTON/FLLPRODUCTS" is current directory.
TYPE A
200 Representation type is ASCII nonprint.
PASV
227 Entering Passive Mode (172,26,96,157,126,82).
LIST
125 List started.
250 List completed.
Any suggestions?
I have the exact same job running against a windows server without issue so it makes me thing this is OS related.
Edited by moderator
2015-03-02T15:29:44Z
|
Reason: Not specified