|
|
|
|
|
|
|
![]() |
#1 |
a.k.a. Sparky
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 |
![]() |
![]() |
![]() |
#2 | |
Subversive filth of the hedonistic decadent West
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
|
Quote:
That would be rsync -apv --delete directory/ user@1.2.3.4:newdirectory |
|
![]() |
![]() |
![]() |
#3 | |
Jim? I heard he's a dirty pornographer.
Join Date: Aug 2003
Location: Washington, DC
Posts: 2,706
|
Quote:
I'll often do a test with a verbose flag but almost never use it at othe times. |
|
![]() |
![]() |
![]() |
|
|