Hanging when moving files on SFTP server
Hi
For about a year I have had a SSIS package generate 13 files and send them off to a SFTP server.
After modifying the SSIS package to generate an additional file to be transferred, WinSCP hangs after transferring the last file. The SSIS package will happily wait 6+ hours for it to finish.
Looking in the log for the move, nothing is recorded while it hangs.
Once the SSIS package is aborted, the log resumes and WinSCP appears to be ending the transfer normally.
Any idea what could be causing this?
WinSCP version: 5.17.8, updated from old version with same issue.
Transfer protocol: SFTP
Command executed with "Excute Process Task" in SSIS:
/log="D:\FolderRemoved\logfileMove.log" /loglevel=2 /logsize=5*10M /command "Username:***@Server:Port -hostkey=""Hostkeyinfo"" " " " "option transfer binary" "option batch abort" "option confirm off" " " " mv /FolderRemoved/TEMP/*.csv /FolderRemoved/TEST/" " " "close" " " "exit"
Excerpt from log at level 2 for the move of the 14th file is attached.
Notice the timestamps jump from 11:37 to 11:40.
It just stops doing anything at the last 11:37 timestamp until it is aborted at 11:40.
For about a year I have had a SSIS package generate 13 files and send them off to a SFTP server.
After modifying the SSIS package to generate an additional file to be transferred, WinSCP hangs after transferring the last file. The SSIS package will happily wait 6+ hours for it to finish.
Looking in the log for the move, nothing is recorded while it hangs.
Once the SSIS package is aborted, the log resumes and WinSCP appears to be ending the transfer normally.
Any idea what could be causing this?
WinSCP version: 5.17.8, updated from old version with same issue.
Transfer protocol: SFTP
Command executed with "Excute Process Task" in SSIS:
/log="D:\FolderRemoved\logfileMove.log" /loglevel=2 /logsize=5*10M /command "Username:***@Server:Port -hostkey=""Hostkeyinfo"" " " " "option transfer binary" "option batch abort" "option confirm off" " " " mv /FolderRemoved/TEMP/*.csv /FolderRemoved/TEST/" " " "close" " " "exit"
Excerpt from log at level 2 for the move of the 14th file is attached.
Notice the timestamps jump from 11:37 to 11:40.
It just stops doing anything at the last 11:37 timestamp until it is aborted at 11:40.