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

martin

Re: Winscp.net Append on FTP using ExecuteCommand in PowerShell

No, it cannot work.
Protuberus

Winscp.net Append on FTP using ExecuteCommand in PowerShell

Hi,
The OverwriteMode Append is not supported for a FTP connection in WinScp.net and the server that I communicate with doesn't allow a SFTP connection.

Can send a append command using the execute command?
I tried some variations of the following with no luck so far:
$session.ExecuteCommand("append file1").Check()

I get the following error returned by the server:
500 'APPEND file1': command not understood.

Thank you,