Re: Need best method to test whether a remote dire (General questions)
Hi Kevin,
The easiest way to upload a whole directory structure would be to use PutFiles method.
As for checking if folder exists on remote side, you would need to use RealPath method, or try getting a directory structure using i.e. ListAttributes method. This will trigger AttributesData event which you can use to iterate through specific items (files, directories etc.).
Hope this helps.
Regards,
Damba
Complete thread:
- Need best method to test whether a remote director - kevino, 2011-05-18, 17:43
- Re: Need best method to test whether a remote dire - wodDamir, 2011-05-18, 17:50
- Re: Need best method to test whether a remote dire - kevino, 2011-05-18, 17:57
- Re: Need best method to test whether a remote dire - wodDamir, 2011-05-18, 18:06
- Re: Need best method to test whether a remote dire - kevino, 2011-05-18, 17:57
- Re: Need best method to test whether a remote dire - wodDamir, 2011-05-18, 17:50