Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
4.3k views
in .NET FTP by (160 points)
On connecting to the host I need to move down a directory. How is this done in C#?

Thanks
Danny

3 Answers

0 votes
by (162k points)
ChangeDirectory("subdir")
0 votes
by (160 points)
Sorry I meant up a directory, ff the directory strucure is test1/test2. When I connect the directory is test2, I need to move up to test1. Is there a way of moving up like using ../

Thanks
Danny
0 votes
by (51.6k points)
ChangeWorkingDirectoryUp()

Categories

...