Does it have to be ftp? scp is
[ul]
[li]More secure[/li]
[li]Uses compression during transfer reducing network traffic[/li]
[li]Allows for recursive copyiong of directories - whidh is what you want[/li]
[/ul]
FTP stands file transfer protocol . By native design it does not support directory tranfer. You can use third party tools like Filezilla for Cute FTP..
As Columb mentioned FTP is not advisable since it not secure. Using scp you transfer directories
cd /<remote dir>
lcd /<local dir>
bin
hash
prompt
mget *
Should do the trick
Mike
"Whenever I dwell for any length of time on my own shortcomings, they gradually begin to seem mild, harmless, rather engaging little things, not at all like the staring defects in other people's characters."
You have to be on the directory of the destination host and you have to set up rsh (or better if you have ssh so you can replace the below rsh command with ssh!)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.