Hi
Batch files that work with 4NT 8.02.106 seem to fail with 11.0.33 that use FTP.
1. I have found it is necessary to close any connection before attempting to do a new IFTP command
2. Doing
IFTP /C
IFTP /V "ftp://userid:password@80.168.34.151"
results in
Connecting to FTP server.
Connected.
220 ftp.atruk.co.uk FTP server ready
USER userid
331 Password required for userid.
230 User userid logged in.
TYPE I
200 Type set to I
CWD /ToTNS/B20091106.PRG
550 /ToTNS/B20091106.PRG: Not a directory
TCC: 550 /ToTNS/B20091106.PRG: Not a directory "80.168.34.151"
Those last 3 lines, where is it getting that?
Cheers
Stephen Howe
Batch files that work with 4NT 8.02.106 seem to fail with 11.0.33 that use FTP.
1. I have found it is necessary to close any connection before attempting to do a new IFTP command
2. Doing
IFTP /C
IFTP /V "ftp://userid:password@80.168.34.151"
results in
Connecting to FTP server.
Connected.
220 ftp.atruk.co.uk FTP server ready
USER userid
331 Password required for userid.
230 User userid logged in.
TYPE I
200 Type set to I
CWD /ToTNS/B20091106.PRG
550 /ToTNS/B20091106.PRG: Not a directory
TCC: 550 /ToTNS/B20091106.PRG: Not a directory "80.168.34.151"
Those last 3 lines, where is it getting that?
Cheers
Stephen Howe