 |
 |
recursive copy with command line ftp client
|
 |
|
 |
|
Moderator 
Join Date: May 2001
Location: Hilbert space
Status:
Offline
|
|
I want to copy whole dirs via command line (eventually I want to write a script that automates that). mput just copies several files, but not recursively.
How can I copy recursively from my computer to my webserver?
|
|
I don't suffer from insanity, I enjoy every minute of it.
|
| |
|
|
|
 |
|
 |
|
Mac Enthusiast
Join Date: Dec 2002
Location: Newport Beach, CA
Status:
Offline
|
|
I believe you want to use scp -r
man scp for details.
|
Be a traveler, not a tourist
|
| |
|
|
|
 |
|
 |
|
Moderator 
Join Date: May 2001
Location: Hilbert space
Status:
Offline
|
|
I know scp already, and I wish I could use it. But I have no login on this webserver, all I can do is use ftp to copy files.
UPDATE: I cannot login, but I can use sftp and scp. 
|
|
I don't suffer from insanity, I enjoy every minute of it.
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: May 2001
Status:
Offline
|
|
Install ncftp. It comes with the useful ncftpput. It allows you to do
ncftpput -f logindatafile [moreoptions] -R remotedir localdir
with logindatafile containing the remote hostname, username, and password.
-
|
|
|
| |
|
|
|
 |
|
 |
|
Moderator 
Join Date: May 2001
Location: Hilbert space
Status:
Offline
|
|
Originally posted by Moonray:
Install ncftp. It comes with the useful ncftpput. It allows you to do
ncftpput -f logindatafile [moreoptions] -R remotedir localdir
with logindatafile containing the remote hostname, username, and password.
-
Thanx a lot. I was just a bit surprised that the regular ftp cannot do such a basic thing. 
|
|
I don't suffer from insanity, I enjoy every minute of it.
|
| |
|
|
|
 |
|
 |
|
Moderator 
Join Date: May 2001
Location: Hilbert space
Status:
Offline
|
|
Works perfect, this is doing exactly what I want to it. Thanx a lot
scp -r didn't work because I am behind a couple of routers (my provider apparently traces the IP back and can't find my computer).
|
|
I don't suffer from insanity, I enjoy every minute of it.
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: May 2001
Status:
Offline
|
|
You're welcome.
-
|
|
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |
|