Thursday, August 22, 2013

Ftp Linux Command Examples

Ftp Linux Command Examples
Both ftp and secure ftp (sftp) has similar commands.

Ftp Linux Command Examples
To connect to a remote server and download multiple files, do the following.

$ ftp IP/hostname
ftp> mget *.html

To view the file names located on the remote server before downloading, mls ftp command as shown below.
ftp> mls *.html -
/ftptest/features.html
/ftptest/index.html
/ftptest/othertools.html
/ftptest/samplereport.html
/ftptest/usage.html
Ftp Linux Command Examples

No comments:

Post a Comment

Linux Tips and tricks,Online Linux Helpers