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
So i do SFTP uploads using fastput and at some point it stops and closes the sftp connection.
now i added debugging and added just a bit of logging.
writting file //start writting file
DEBUG[SFTP]: Outgoing: Writing OPEN
DEBUG: Outgoing: Writing CHANNEL_DATA (0)
// its supposed to rename the file at this point but doesnt because it does not finish writting it.
writting file //moves on, possibly because i time out the original writting promise and move on
DEBUG[SFTP]: Outgoing: Writing OPEN
DEBUG: Outgoing: Writing CHANNEL_DATA (0)
DEBUG: Outgoing: Writing CHANNEL_CLOSE (0)
sftp ended // this is done automatically, not because i call sftp.end().
The text was updated successfully, but these errors were encountered:
So i do SFTP uploads using fastput and at some point it stops and closes the sftp connection.
now i added debugging and added just a bit of logging.
writting file //start writting file
DEBUG[SFTP]: Outgoing: Writing OPEN
DEBUG: Outgoing: Writing CHANNEL_DATA (0)
// its supposed to rename the file at this point but doesnt because it does not finish writting it.
writting file //moves on, possibly because i time out the original writting promise and move on
DEBUG[SFTP]: Outgoing: Writing OPEN
DEBUG: Outgoing: Writing CHANNEL_DATA (0)
DEBUG: Outgoing: Writing CHANNEL_CLOSE (0)
sftp ended // this is done automatically, not because i call sftp.end().
The text was updated successfully, but these errors were encountered: