Stop Microsoft
Operating Systems => Linux and UNIX => Topic started by: Master of Reality on 13 June 2002, 01:24
-
is there any way to ftp upload/download multiple directories (and all the files within) to a ftp site?
I was just using the command line ftp thing.
[ June 12, 2002: Message edited by: Master of Reality / Bob ]
-
Sure, you can use ncftpget (or wget) for download and ncftpput for upload. scp is much preferred to ftp though if the remote server you are transferring to allows you to ssh/scp. Do a man on ncftpget/ncftpput.