Web Hosting Talk







View Full Version : FTP: Uploading all files including subdirectories


Franki
08-21-2002, 11:25 AM
Hello. I want to upload a whole site including subdirectories, through FTP. I use the command "mput" which work for all files in the current directory. Do you know any other command (or an option in this command) to upload all subdirectories, as well? Thank you.

Mdot
08-21-2002, 11:35 AM
Use Lftp (http://lftp.yar.ru/) with "mirror -R" option.

Miha.

davidb
08-21-2002, 11:54 AM
U could always tar it up, then untar at the other end, would upload faster.

dandanfirema
08-21-2002, 12:04 PM
If you are going from one linux box to another you can use ncftp and do put -R if I recall correctly.

Franki
08-21-2002, 01:18 PM
I tried ncftp and it works perfect! Thank you all guys for your interest.

dandanfirema
08-21-2002, 01:58 PM
:D :D :D :D :D