Append upload over SFTP?

Advertisement

captain_planet
Joined:
Posts:
1

Append upload over SFTP?

Hi.

I'm using the .Net library and uploading via SFTP. I see there is a command line option for -append, however I can't find the option to set the upload to append from the .Net assembly? Is this possible?

Thanks.

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: Append upload over SFTP?

No there's not any, yet.
You can download .NET assembly source code and modify Session.PutFiles to support it. It's very simple.

Reply with quote

Advertisement

You can post new topics in this forum