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
Compare to scp command, use same file and same source and destination hosts.
SCP command:
scp localfile root@remotehost:/root/test
it took 30seconds
use linux sftp tool it aslo took about 30 seconds.
but with this go/sftp package, it took 90 seconds.
there is any optimization method? thanks!
The text was updated successfully, but these errors were encountered:
Compare to scp command, use same file and same source and destination hosts.
SCP command:
scp localfile root@remotehost:/root/test
it took 30seconds
use linux sftp tool it aslo took about 30 seconds.
but with this go/sftp package, it took 90 seconds.
there is any optimization method? thanks!
The text was updated successfully, but these errors were encountered: