Sep 29, 2006 #1 developer155 Programmer Joined Jan 21, 2004 Messages 512 Location US Is it possible to copy a file from network or my PC to our local FTP server with File.Copy or other utility? thanks
Is it possible to copy a file from network or my PC to our local FTP server with File.Copy or other utility? thanks
Sep 29, 2006 #2 misterstick Programmer Joined Apr 7, 2000 Messages 633 Location GB WebRequestMethods.Ftp http://msdn2.microsoft.com/en-us/library/ms144320.aspx mr s. < Upvote 0 Downvote
Sep 29, 2006 1 #3 ThatRickGuy Programmer Joined Oct 12, 2001 Messages 3,841 Location US We use this for all of our FTP needs: http://www.enterprisedt.com/products/edtftpnet/overview.html Saved us the time and energy of developing our own fully robust FTP toolset. -Rick VB.Net Forum forum796 forum855 ASP.NET Forum I believe in killer coding ninja monkeys. Upvote 0 Downvote
We use this for all of our FTP needs: http://www.enterprisedt.com/products/edtftpnet/overview.html Saved us the time and energy of developing our own fully robust FTP toolset. -Rick VB.Net Forum forum796 forum855 ASP.NET Forum I believe in killer coding ninja monkeys.
Sep 29, 2006 #4 jshurst Programmer Joined Oct 27, 2004 Messages 1,158 Location US I second Ricks reply. I've used it and it is great. Does anyone know if it works with 2.0? Upvote 0 Downvote
Sep 29, 2006 #5 ThatRickGuy Programmer Joined Oct 12, 2001 Messages 3,841 Location US It's open source, so it should be easy enough to change if it doesn't. -Rick VB.Net Forum forum796 forum855 ASP.NET Forum I believe in killer coding ninja monkeys. Upvote 0 Downvote
It's open source, so it should be easy enough to change if it doesn't. -Rick VB.Net Forum forum796 forum855 ASP.NET Forum I believe in killer coding ninja monkeys.