CFFTP is a bit of a tosser when it comes to traversing directories... it
always wants the server to get every handshake down to a T

StopOnError="No" is a useful option, but also there's a way to get around
the directory traversing if you know where you want to put a file

Instead of moving to the directory, just PUT the file with its full pathname
from the root... this 'should' work every time (assuming you have write
privileges in the directory)

But in your code, you're just trying to see the contents of the directory,
which makes it more fun. Have you tried changing the directory to the ftp
root folder '/'?

Taz


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]


Reply via email to