Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.1k views
in .NET FTP by (120 points)
Hi

Please tell me: how do I have to use "chdir(mystring)"? I and haven't found anything about...:(

mystring = ?

Greez from CH

Claudia

1 Answer

0 votes
by (51.6k points)
"mystring" is the directory you want to change into. So, if you're in the directory, "/d1/d2", and you want to change to the directory, "/d1/d2/d3/d4", you would use:
ftpClient.ChDir("d3/d4")


BTW, have you had a look at FTPConnection? It's got a less protocol-centric API and can be used as .NET component.

- Hans (EDT)

Categories

...