LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   FTP Command (https://www.linuxquestions.org/questions/linux-newbie-8/ftp-command-913975/)

cgirishaanekal 11-16-2011 11:34 PM

FTP Command
 
how to down load file from FTP in linux using command line

chrism01 11-17-2011 12:11 AM

Try curl http://linux.die.net/man/1/curl or ftp http://linux.die.net/man/1/ftp or wget http://linux.die.net/man/1/wget

JJJCR 11-17-2011 12:49 AM

nice link chrism01.

@cgirishaanekal:

if you just want to use the normal ftp command in linux.

open terminal window.

type:
Quote:

ftp ip.address.u.want.to.connect
if username and password is required, enter the required details.

if authentication is successful,it should display UserName is logged in.

once inside the ftp window you can use ? mark for additional commands.

you can use
Quote:

dir
command to read files.

to download the file that you want type:
Quote:

get file_that_i.want
the file should be downloaded in your current directory where you run the ftp.

hope it helps. Good luck!


All times are GMT -5. The time now is 10:18 PM.