Thread: FTP'ing Content
View Single Post
Old 2005-07-25, 04:40 PM   #8
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
if your provider's support FXP, you can do a server to server move which is much faster.

if you have ssh, you could use scp.
scp -rp directory user@1.2.3.4:newdirectory

if you have ssh, and rsync, you could use rsync.
rsync -ap --delete directory/ user@1.2.3.4:newdirectory/
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote