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
There could be an option using scp to transfer files to transfer the file to a temporary filename which get renamed upon completion.
Possible scenarios is when for some reason the transfer is interrupted for any reason you might get a valid filename with incomplete content.
Another is that you could think you have a complete file and start reading, when it's not complete.
The text was updated successfully, but these errors were encountered:
iftransfere_temprary:
ssh_tmp=ssh_connection.get_transport()
ssh_tmp.exec_command("Copy from orig to remote tmp")
ifsuccessful:
ssh_tmp_exec_command("remote rename to remote orig")
Feature Request
There could be an option using scp to transfer files to transfer the file to a temporary filename which get renamed upon completion.
Possible scenarios is when for some reason the transfer is interrupted for any reason you might get a valid filename with incomplete content.
Another is that you could think you have a complete file and start reading, when it's not complete.
The text was updated successfully, but these errors were encountered: