tonyrgator Posted February 26, 2003 Posted February 26, 2003 I need to send a file from on computer to another on the same network in the office. The destination computer is not shared and cannot be shared, and that is why I think I need to ftp it. I need to give the ability to hit a button that will transfer a file to the specified location. The destination will never change and neither will the source location. Quote
a_jam_sandwich Posted February 26, 2003 Posted February 26, 2003 Why not create a Server \ Client App and place it on both computers that will transfer a file via the sockets namespace Andy Quote Code today gone tomorrow!
tonyrgator Posted February 26, 2003 Author Posted February 26, 2003 I cannot not add anything to the destination computer. I can only add specitic files not software. Manully I can ftp file to it through a command prompt, but I want be able to hit a button that will run those lines to transfer the file to the specified location in a vb.net windows application Quote
a_jam_sandwich Posted March 6, 2003 Posted March 6, 2003 I also would like a copy if at all possible - if source for class exists so I can see how it works Thx Andy Quote Code today gone tomorrow!
HJB417 Posted March 6, 2003 Posted March 6, 2003 (edited) [edit] Removed link to zip containing a binary [/edit] Edited March 6, 2003 by divil Quote
*Gurus* divil Posted March 6, 2003 *Gurus* Posted March 6, 2003 Here's the zip file without a binary inside:jftp.zip Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
HJB417 Posted May 28, 2003 Posted May 28, 2003 just wanna add that if I should update this program in the future, you should get the class from http://www.codeproject.com/csharp/FTPDriver1.asp instead of here. Quote
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.