Winscp.net Append on FTP using ExecuteCommand in PowerShell

Advertisement

Protuberus
Joined:
Posts:
1
Location:
Canada

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,

Reply with quote

Advertisement

Advertisement

You can post new topics in this forum