LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   General (https://www.linuxquestions.org/questions/general-10/)
-   -   how to use ftp in linux to copy files from remote system. (https://www.linuxquestions.org/questions/general-10/how-to-use-ftp-in-linux-to-copy-files-from-remote-system-595378/)

helpdeskmtv 10-29-2007 01:58 AM

how to use ftp in linux to copy files from remote system.
 
I need to copy some files & directiories from linux or aix. need some basic ftp commands for the same.

Nylex 10-29-2007 02:02 AM

Connect to the server ("ftp server") and then after inputting your username and password (which I believe you'll be prompted for), you should just be able to cd to the directory containing the files and then use "get" to get the file, e.g. "get foo" to get a file called foo.

Wim Sturkenboom 10-29-2007 10:26 AM

mget to get multiple files and prompt to suppress the prompt when retrieving multiple files
bin and asc for binary and ascii mode


All times are GMT -5. The time now is 07:40 AM.