transfer a big file, pelase help

hi everyone
I know this is old topic, but i have tried few time, none of them work for me.

Here is the step i used to transfer a big account (60gb) to other server:
#/scripts/pkgacct ACCOUNTNAME&

#ftp 204.xxx.xxx.xxx

#put /home/cpmove-USER***.tar.gz cpmove-USER***.tar.gz

then it gave me this:
Code:
ftp> put /home/cpmove-USER***.tar.gz cpmove-USER***.tar.gz
local: /home/cpmove-USER***.tar.gz remote: /home/cpmove-USER***.tar.gz
227 Entering Passive Mode (204,11,96,18,141,215).
150 Opening BINARY mode data connection for cpmove-USER***.tar.gz
226 Transfer complete.
31218 bytes sent in 0.021 seconds (1.5e+03 Kbytes/s)
ftp>
Did i do something wrong ?

 

 

 

 

Top