Re: FTP Windows AS/400

2005-09-13 Thread Brendan Bispham
Hi Tim, On Tuesday 13 September 2005 17:31, Tim G. wrote: > I cannot get the script to switch from native to IFS. Yes you can... > Traceback (most recent call last): > File "C:\Python24\Tools\scripts\ftp400.py", line 9, in ? > ftp.cwd(path) It's the cwd which is having a problem > here

FTP Windows AS/400

2005-09-13 Thread Tim G.
I am trying to execute a win python script that connects to an AS/400; changes from the native lib to the IFS file system; then, changes to a directory in IFS; gets a file. Any help would be greatly appreciated. I cannot get the script to switch from native to IFS. I get the following error: Tr