Guest herewegoagain Posted September 22, 2002 Posted September 22, 2002 anyone have an idea on ftp in vb.net and how one might acomplish the ftping of a text file to a unix server. The statement woudl have to include a login and username as well as placing the file in the appropriate location. Code samples or links to resources on this are welcome. Quote
*Gurus* Derek Stone Posted September 23, 2002 *Gurus* Posted September 23, 2002 You'll need to implement the FTP protocol using System.Net.Sockets, as there is little built in support for it. I've yet to see a .NET example, however the numerous VB6 examples are easily convertable. Google.com will be your best bet for finding a decent one. 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.