I am uploading a file to an ftp server using the inet control (using execute method & "PUT" as the operation). Is there a way to track this transfer? I want to put a status bar for this upload. How do I do that?
Printable View
I am uploading a file to an ftp server using the inet control (using execute method & "PUT" as the operation). Is there a way to track this transfer? I want to put a status bar for this upload. How do I do that?
What I meant to say is to have a progress bar for my upload.
why are you using Inet?
you should be using the System.Net namespace really in vb.net.
To tell you the truth, I didn't know where to begin, and i knew that inet allowed me to upload.
So, with the system.net namespace, I can upload a file to an ftp server? Will I then be able to have a progress bar for the upload?
Thanks for the insight!