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'm currently using fork and execvpe in order to run the following command:
"sshpass -e scp -v -y ".
Is there a way to know when scp finishes to transfer the file?
When I'm using waitpid, I believe it waits for sshpass to complete and
does not indicate the completion of the transfer.
Thanks!
The text was updated successfully, but these errors were encountered:
I'm currently using fork and execvpe in order to run the following command:
"sshpass -e scp -v -y ".
Is there a way to know when scp finishes to transfer the file?
When I'm using waitpid, I believe it waits for sshpass to complete and
does not indicate the completion of the transfer.
Thanks!
The text was updated successfully, but these errors were encountered: