Perl code for transferOptions.ResumeSupport.State = TransferResumeSupportState.Off
I am having an issue where after I upload the file to the SFTP site, the file has a ".filepart" extension.
I am writing the script in perl, and have searched for code that would deal with this issue. From what I read, it sounds like transferOptions.ResumeSupport.State = TransferResumeSupportState.Off may work. But, the problem is, is that this code is not written in Perl.
And, the main example that WINSCP has posted on the website for OLE 32, the one that contains "my $transferOptions = Win32::OLE->new('WinSCP.TransferOptions');" does not have this "transferOptions.ResumeSupport.State = TransferResumeSupportState.Off" within it.
Does anyone have a Perl script where they are setting the transferOptions.ResumeSupport.State to off?
I am writing the script in perl, and have searched for code that would deal with this issue. From what I read, it sounds like transferOptions.ResumeSupport.State = TransferResumeSupportState.Off may work. But, the problem is, is that this code is not written in Perl.
And, the main example that WINSCP has posted on the website for OLE 32, the one that contains "my $transferOptions = Win32::OLE->new('WinSCP.TransferOptions');" does not have this "transferOptions.ResumeSupport.State = TransferResumeSupportState.Off" within it.
Does anyone have a Perl script where they are setting the transferOptions.ResumeSupport.State to off?