Re: [twsocket] change directory via FTP

2006-08-12 Thread Francois PIETTE
> 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/

[twsocket] change directory via FTP

2006-08-12 Thread Markus Humm
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