How to download file from FTP and upload it again
问题 I need to download file from FTP server and make some changes on it and upload it again to the same FTP using VB.NET. Any help please. Thank you. 回答1: Some links: VB.NET: http://www.codeproject.com/KB/IP/FtpClient.aspx c#: http://www.c-sharpcorner.com/uploadfile/neo_matrix/simpleftp01172007082222am/simpleftp.aspx 回答2: If you want to just directly re-upload the file, simply pipe the download stream to the upload stream: Dim downloadRequest As FtpWebRequest = WebRequest.Create("ftp:/