The file in destination is renamed, when doing the upload using WinSCP .NET assembly

Advertisement

aria4ca
Joined:
Posts:
1

The file in destination is renamed, when doing the upload using WinSCP .NET assembly

Dear support,
The file in destination is renamed, when doing the upload using WinSCP .NET assembly. For instance, if the source file name is MyTest.csv, the file name in destination is not closely reflecting this name.
We used the following approaches but they didn't help:

1- update winScp.ini file to include:
[Configuration\Interface\CopyParam]
ResumeSupport=2
2- Add the same logic in the code:(make the TransferResumeSupport to be 'Off')
TransferResumeSupport transResumeSupport = transferOptions.ResumeSupport;
transResumeSupport.State = TransferResumeSupportState::Off;
Would you please advise,
Thanks

Reply with quote

Advertisement

Advertisement

You can post new topics in this forum