I’m working on an upgrade from CL 5.6 to CL 6.1.1 (Windows) and i found there’s a difference in how these to version handle Ftp.
The 6.1.1 does this:
> PWD
< 257 "QGPL" is current library. > SYST
* Entry path is ‘QGPL’
< 215 OS/400 is the remote operating system. The TCP/IP version is "V5R4M0". > SITE NAMEFMT 1
< 250 Now using naming format "1". > PWD
< 257 "/QSYS.LIB/QGPL.LIB" is current library. * Entry path is ‘/QSYS.LIB/QGPL.LIB’ The 5.6 does not the SYST and not the SITE NAMEFMT 1. I convinced that it’s the “SITE NAMEFRT 1” that screws things up for me. So my question is: Is there a way to avoid the “SITE NAMEFRT 1” or issue an “SITE NAMEFRT 0” command /Torfinn