> I need to change the directory on the server during upload of some files
> but didn't get much of a clue from the FTP-Demo program supplied with ICS.
Use HostDirName property to store the directory name and the call cwd
method.
--
Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/
Hello,
I need to change the directory on the server during upload of some files
but didn't get much of a clue from the FTP-Demo program supplied with ICS.
I'd like to do something like this:
upload file 1
change to a different directory on the server
upload file 2.
How do I do this?
Greetings