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
We used the following approaches but they didn't help:
1- update
2- Add the same logic in the code:(make the
Would you please advise,
Thanks
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
TransferResumeSupport
to be 'Off')
TransferResumeSupport transResumeSupport = transferOptions.ResumeSupport; transResumeSupport.State = TransferResumeSupportState::Off;
Thanks