FYI, there are System.Net.FtpWebRequest you can use to download the file through the FTP server.
You can download the file to a temporary location on your local harddisk, edit it, then upload it back.
AFAIK, there are no method provided by FTP standard that allows you to edit the files directly without downloading them to a local location first.
No comments:
Post a Comment