It's that easy...Code:# ftp (or ncftp) open what.ever.site cd /where/you/want/to/get/the/file/from lcd /where/you/want/to/put/the/file get the.file
Hi all,
I've decided to become more dependent on the command line. So, I decided to start using ftp from the command line instead of a gui ftp client. I download a file like this, for example:
get 175743.gif
It will then place the file in /home/chad. Which, is okay, but I would like it to be placed in a directory like /home/chad/web. What would the command be to accomplish this? I found a great mini-HOWTO on the linuxdoc.org site but this part wasn't that clear.
Thanks for any help you can give.
It's that easy...Code:# ftp (or ncftp) open what.ever.site cd /where/you/want/to/get/the/file/from lcd /where/you/want/to/put/the/file get the.file
Hey, thanks for the info.
Is it possible to "get" more than 1 file at a time?
Thanks again!
Install ncftp and read its manpage, the info there is very good and easy to understand.
I canīt remember how to download more than one file at a time though, but Iīm almost 100% certain it is possible (atleast with ncftp).
mget ?I canīt remember how to download more than one file at a time though, but Iīm almost 100% certain it is possible (atleast with ncftp).
Bookmarks