Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

JeffClay

You could always use winscp.net to see if the file exists, if it does then download it locally and use streamwriter or something to append the text and put the file back on the server.
Yellow

That's great, thanks very much.
martin

Re: Upload File - Append To Existing File

This is not supported with .NET assembly yet. But you can easily add it as the assembly is open source.
See similar example:
https://winscp.net/forum/viewtopic.php?t=12452
Yellow

Upload File - Append To Existing File

Hi

Is it possible to upload MyFile.txt to a server and if the file exists on the FTP server, append the content of the local file to the existing file on the FTP server?

Cheers