Does anyone know how to use the AS/400 ftp put command to transfer a file from the AS/400 down to a PC file.
I can use ftp on the PC to PUT a file from a PC to the AS/400, and use the GET command to get a file from the AS/400 and save it to the PC.
The AS/400 PUT used is
put <libraryname>/<filename> c:\testfile
I keep getting an
227 Entering Passive Mode (10,44,99,45,19,86).
550 e:\testfile: Access is denied.
even if I just type
put <libraryname>/<filename>
I get
227 Entering Passive Mode (10,44,99,45,19,87).
550 testfile: Access is denied.
and I have full access to the library and file.
Any ideas, I'm going mad!
thank
I can use ftp on the PC to PUT a file from a PC to the AS/400, and use the GET command to get a file from the AS/400 and save it to the PC.
The AS/400 PUT used is
put <libraryname>/<filename> c:\testfile
I keep getting an
227 Entering Passive Mode (10,44,99,45,19,86).
550 e:\testfile: Access is denied.
even if I just type
put <libraryname>/<filename>
I get
227 Entering Passive Mode (10,44,99,45,19,87).
550 testfile: Access is denied.
and I have full access to the library and file.
Any ideas, I'm going mad!
thank