K
Kevien Lee
hi everyone
I have a quick question when i use the FtpWebRequest.
What I need to do is that:
Connect a FTP server,check whether there is a folder
if not,create it, then changed the path to the new folder
If use the command line to do that,it just use the "CD" command
can finish.But there is not the command in WebRequestMethods.Ftp
how could do that?if i want to change the directory when i has been
login?
Thanks
Kevin Lee
I have a quick question when i use the FtpWebRequest.
What I need to do is that:
Connect a FTP server,check whether there is a folder
if not,create it, then changed the path to the new folder
If use the command line to do that,it just use the "CD" command
can finish.But there is not the command in WebRequestMethods.Ftp
how could do that?if i want to change the directory when i has been
login?
Thanks
Kevin Lee