Resume Support DLL Issue
I am running winSCP 5.5.5 my issue is when I send a file to this one client per the GUI with resume support disabled it transfers correctly with the file name on their server but when I use the vb.net DLL TransferResumeSupportState.off it transfers to the client but there is no file name and no errors on my side.
I know this client has had issues in the past with WinSCP that is why they directed me to disable the resume support so I assume turning this off in the dll code would have worked as expected just like the GUI.
Here is the line in the log from the DLL transfer - Script: put -nopermissions -preservetime -transfer="binary" -resumesupport="off" -- "C:\SIMS\AUTOFTP\TEST*" ""
I think I read somewhere that someone suggestion was to put a / in the remote directory put statement for missing file names on the remote server I haven't test this yet.
The DLL transfer is using Windows 7 and the GUI transfer is using XP.
Any help would greatly be appreciated.
UPDATE - I tried setting the remote parameter to "/" that gave me an error of bad message from their FTP server. One thing I did find out is they don't support sub folders on their FTP server.
I know this client has had issues in the past with WinSCP that is why they directed me to disable the resume support so I assume turning this off in the dll code would have worked as expected just like the GUI.
Here is the line in the log from the DLL transfer - Script: put -nopermissions -preservetime -transfer="binary" -resumesupport="off" -- "C:\SIMS\AUTOFTP\TEST*" ""
I think I read somewhere that someone suggestion was to put a / in the remote directory put statement for missing file names on the remote server I haven't test this yet.
The DLL transfer is using Windows 7 and the GUI transfer is using XP.
Any help would greatly be appreciated.
UPDATE - I tried setting the remote parameter to "/" that gave me an error of bad message from their FTP server. One thing I did find out is they don't support sub folders on their FTP server.