How can I use System.net to upload a file to an ftp server? Does it allow me to see how much of the file is uploaded, so I can use a progress bar?
Thanks in advance!
Printable View
How can I use System.net to upload a file to an ftp server? Does it allow me to see how much of the file is uploaded, so I can use a progress bar?
Thanks in advance!
I dont' know much about C++, are there VB.NET samples out there?
It's not C++ . It's C#.NET . You can easily get it converted to VB.NET with this tool : http://www.kamalpatel.net/ConvertCSharp2VB.aspx
If you're stuck in any part of C# code , you can pester me ;)