1834483 Members
3344 Online
110067 Solutions
New Discussion

ftp directory

 
juno2
Super Advisor

ftp directory

can the ftp function to transfer a directory ( eg. /home/edpuser/* ) ? thx
6 REPLIES 6
Jeff Schussele
Honored Contributor

Re: ftp directory

No not directly...

But call ftp from/to THAT dir with -i and then use mget...no replies needed.

Or tar it up first.

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Jeff Schussele
Honored Contributor

Re: ftp directory

Uhmmm....mget/mput....

Jeff (who forgot a slash)
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
T G Manikandan
Honored Contributor

Re: ftp directory

you can use rcp to transfer the dir from one machine to another.

If you are looking for ftp tools then you should get tools like ws-ftp to transfer the dir's.
I have not come across a unix tool for ftpying dir.

You can use ws-ftp to get the dir to unix and then again to the other system.It is a two way work.

The best would be to rcp the things

Thanks
Balaji N
Honored Contributor

Re: ftp directory

hi,
get ncftp.
http://hpux.connect.org.uk/hppd/hpux/Networking/FTP/ncftp-3.1.4/

hth
-balaji
Its Always Important To Know, What People Think Of You. Then, Of Course, You Surprise Them By Giving More.
Yogeeraj_1
Honored Contributor

Re: ftp directory

hi,

mput or mget will do it.

on top of that, if you want to script everything, you should include the "prompt" command to avoid interaction.

hth
Yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Yogeeraj_1
Honored Contributor

Re: ftp directory

hi,

mput or mget will do it.

on top of that, if you want to script everything, you should include the "prompt" command to avoid interaction.

hth
Yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)