1828961 Members
2223 Online
109986 Solutions
New Discussion

Re: FTP for all subdirs

 
Tonatiuh
Super Advisor

FTP for all subdirs

How can I put (send) a complete structure of subdirectories with their files through FTP connection?
6 REPLIES 6
Steven E. Protter
Exalted Contributor

Re: FTP for all subdirs

Shalom,

I would do such a thing with scp -rp rcp -rp or rsync

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Tonatiuh
Super Advisor

Re: FTP for all subdirs

That sounds to be used from linux-linux, but what about windows-linux?
Mike Stroyan
Honored Contributor

Re: FTP for all subdirs

If you have to use ftp instead of rsync, you could use lftp and "mirror -R dir" to put a directory to an ftp server.
Alexander Chuzhoy
Honored Contributor

Re: FTP for all subdirs

from windows you can use many ftp applications to do that.
I use totalcmd (explorer alike application that also has ftp client).
Simply choose one....
Alan_152
Honored Contributor

Re: FTP for all subdirs

From windows you can either use this -- http://www.ipswitch.com/products/ws_ftp/home/index.asp -- or you can use Internet Explorer. If you use MSIE, in the address bar put in ftp://username:password@server.domain.tld . Then you can click and drag everything around.
Vipulinux
Respected Contributor

Re: FTP for all subdirs

Hi

Try using WinSCP, if u use ftp just change the port to 21

Cheers
Vipul