I have successfully been able to upload single files to an FTP with this:
My.Computer.Network.UploadFile
Is there a way to upload an entire directory, such as this:
My.Computer.Network.UploadFolder
|
I have successfully been able to upload single files to an FTP with this:
Is there a way to upload an entire directory, such as this:
|
||||
|
|
|
Never worked with FTP in VB.NET, but it seems there is no direct way to do it. Here is what people say about how it can be done:
Also see here for same question answered (C#). It confirms there is no built-in way. You would have to write some code or use 3rd party libraries. |
||||
|
|