L Larry Nov 27, 2005 #1 Does anyone have any code samples on how to FTP a file in .NET? Thanks for all of your help
H Herfried K. Wagner [MVP] Nov 27, 2005 #2 Larry said: Does anyone have any code samples on how to FTP a file in .NET? Click to expand... Accessing FTP servers in .NET applications <URL:http://dotnet.mvps.org/dotnet/faqs/?id=ftp&lang=en>
Larry said: Does anyone have any code samples on how to FTP a file in .NET? Click to expand... Accessing FTP servers in .NET applications <URL:http://dotnet.mvps.org/dotnet/faqs/?id=ftp&lang=en>
C Cor Ligthert [MVP] Nov 28, 2005 #3 Larry, In Net 2.0 FTP is a standard class. http://msdn2.microsoft.com/en-us/library/system.net.webrequestmethods.ftp.aspx I hope this helps, Cor
Larry, In Net 2.0 FTP is a standard class. http://msdn2.microsoft.com/en-us/library/system.net.webrequestmethods.ftp.aspx I hope this helps, Cor