You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having an issue when sending files to SFTP. When the internet disconnects, the file transfer will resume when not all files have been sent. However, when the VPN to access the server disconnects, the file transfer will hang and cause the program to stop sending files. I have no clue on how to solve this. I have tried using an infinite loop to open a new connection when the internet disconnects, and it works. But when the VPN disconnects, it really makes the program hang
The text was updated successfully, but these errors were encountered:
I am having an issue when sending files to SFTP. When the internet disconnects, the file transfer will resume when not all files have been sent. However, when the VPN to access the server disconnects, the file transfer will hang and cause the program to stop sending files. I have no clue on how to solve this. I have tried using an infinite loop to open a new connection when the internet disconnects, and it works. But when the VPN disconnects, it really makes the program hang
The text was updated successfully, but these errors were encountered: