changobutt Posted January 14, 2004 Posted January 14, 2004 How can I use System.net to upload a file to an FTP server? Is there a way to track its progress? Thanks in advance Quote
*Gurus* Derek Stone Posted January 14, 2004 *Gurus* Posted January 14, 2004 .NET does not offer any built-in support for FTP. You will have to code a solution yourself, after learning the FTP protocol, or find a pre-built component that supports this already. Quote Posting Guidelines
changobutt Posted January 14, 2004 Author Posted January 14, 2004 Hmm, ok, that's what I was told, that I could FTP using system.net. Then, what would you suggest I use if I need to upload some files to an FTP server and track its progress? Winsock or Internet Transfer Control or something else? Thanks for your response. Quote
*Gurus* Derek Stone Posted January 15, 2004 *Gurus* Posted January 15, 2004 Perhaps I wasn't clear but you can use [msdn]System.Net[/msdn] to code any solution. Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.