7.74 broke all my FTP jobs to the Iseries in that the last "/" is missing from the path to GET the file(s). I had to roll back to 7.71.
It no longer parses the path correctly.
For Example on the FTP site I am looking in /Home/Folder/Folder for any zip files.
FYI, I don't have the "create relative server folder structure" check and never have had.
Job log posted below.
220-QTCP at FTPServer.company.com.
220 Connection will close if idle more than 5 minutes.
USER PCUSER
331 Enter password.
PASS ********
230 PCUSER 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.
PWD
257 "QGPL" is current library.
PWD
257 "QGPL" is current library.
CWD /home/Folder/Folder
250-NAMEFMT set to 1.
250 "/home/Folder/Folder" is current directory.
PWD
257 "/home/Folder/Folder" is current directory.
TYPE A
200 Representation type is ASCII nonprint.
PASV
227 Entering Passive Mode (172,0,0,0,248,203).
LIST
125 List started.
250 List completed.
TYPE I
200 Representation type is binary IMAGE.
PASV
227 Entering Passive Mode (172,0,0,0,249,190).
RETR /home/Folder/FolderFile.zip
550 Unable to find file /Home/FolderFile.zip
Edited by user
2015-08-24T14:38:31Z
|
Reason: Not specified