Differences between revisions 1 and 2
Revision 1 as of 2005-10-08 07:09:31
Size: 918
Comment: Initial RemoteFiles page adding lftp and wget details
Revision 2 as of 2005-10-08 08:51:28
Size: 1037
Editor: ?JakubSuchy
Comment:
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
* [http://www.logios.cz/~jakub/editing-remote-files-with-vim-and-scp.html Howto on editing remote files via SCP or FTP]

LFTP

LFTP is a simple and powerful command line ftp client which supports FTP, SFTP, HTTP and HTTPS.

Installing LFTP

The LFTP package in Debian is called lftp and is installed with

apt-get update
apt-get install lftp

* [http://lftp.yar.ru/ LFTP LFTP Website]

* [http://www.logios.cz/~jakub/editing-remote-files-with-vim-and-scp.html Howto on editing remote files via SCP or FTP]

Wget

Wget is a simple and powerful command line download tool which can be used to retrieve web pages, whole websites and files from FTP servers.

Installing Wget

The Wget package in Debian is called wget and is installed with

apt-get update
apt-get install wget

Gwget, a GUI frontend to Wget

The Gwget package in Debian is called gwget and is installed with

apt-get update
apt-get install gwget

* [http://www.gnu.org/software/wget/ Wget Wget Website] * [http://gnome.org/projects/gwget/index.html Gwget Gwget Website]