Link to home
Start Free TrialLog in
Avatar of jamesdean666
jamesdean666

asked on

C# ASP.NET Create new directory when uploading files via FTP

I am using the following line of code to upload a file via FTP:

WebRequestMethods.Ftp.UploadFile

I would like to create new directories to place the files in on the FTP server..How would you do this?

Thanks,
Avatar of guru_sami
guru_sami
Flag of United States of America image

ASKER CERTIFIED SOLUTION
Avatar of greatsubash
greatsubash
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jamesdean666
jamesdean666

ASKER

Thanks.