1755721 Members
3065 Online
108837 Solutions
New Discussion юеВ

notification

 
SOLVED
Go to solution
Raymond Ford
Advisor

notification

When a file is sftp from one server to another, how will one know if the transfer is successful?
I'm an apprentice among journeymen who spend a lot of time on the virtual road.
3 REPLIES 3
Stefan Farrelly
Honored Contributor
Solution

Re: notification

When sftp successfully completes the transfer it give this output;

sftp> put t.tar
t.tar 100% 10KB 0.9MB/s 00:00
sftp> exit


Showing it transferred 100% (aok) and how big the file was and the transfer rate.
Im from Palmerston North, New Zealand, but somehow ended up in London...
T G Manikandan
Honored Contributor

Re: notification

you would get an output like

Uploading utlrp.log to 100%


But you can do a cksum at the remote site to find that the files have got tranmitted successfully.
RAC_1
Honored Contributor

Re: notification

sftp -v "filetocopy" host@user1:/path_where_to_copy"

It will give 100 % when done.

Same thing for sfto prompt.

Anil
There is no substitute to HARDWORK