Archives

Archives / 2007 / May
  • Code Snippet: Upload via FTP with .NET v2

    Tags: .NET, C#

    Here is a quick code snippet of uploading a file from the local disk, via FTP. //get the contents of the file you want to upload byte[] fileContents; string FinalFile = @"c:\autoexec.bat";using( … more