Differences between revisions 1 and 9 (spanning 8 versions)
Revision 1 as of 2005-10-08 07:09:31
Size: 918
Comment: Initial RemoteFiles page adding lftp and wget details
Revision 9 as of 2009-03-16 03:31:49
Size: 1599
Editor: anonymous
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== LFTP == ||||<tablestyle="width: 100%; border: 0px hidden">||
||<style="border: 0px hidden">[[FrontPage]] > [[Portal_Welcome|...]] > [[Portal_Softwares|Softwares]] > Remote files||<style="text-align: right; border: 0px hidden"> {*} {o} {o} ''[[Portal_Welcome/Discussion#level|User]]''||
||<style="font-size: smaller">''Translation(s): any''||<style="text-align: right; border: 0px hidden"> (!) ''[[/Discussion|Discussion]]''||
----
= LFTP =
Line 3: Line 7:
LFTP is a simple and powerful command line ftp client which supports FTP, SFTP, HTTP and HTTPS. LFTP is a simple and powerful text based ftp client which supports FTP, SFTP, HTTP and HTTPS.
Line 15: Line 19:
* [http://lftp.yar.ru/ LFTP LFTP Website] * [[http://lftp.yar.ru/|LFTP Website]]

* [[http://www.logios.cz/~jakub/editing-remote-files-with-vim-and-scp.html|Howto on editing remote files via SCP or FTP]]
Line 18: Line 24:
= rsync =
Line 19: Line 26:
{{{
rsync -av --delete /here/ user@host:/there/
rsync -av --delete user@host:/there/ /here/
}}}
Line 20: Line 31:
= ssh =
Line 21: Line 33:
== Wget == comes with scp/sftp

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

FrontPage > ?... > ?Softwares > Remote files

{*} {o} {o} ?User

Translation(s): any

(!) ?Discussion


LFTP

LFTP is a simple and powerful text based 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

* LFTP Website

* Howto on editing remote files via SCP or FTP

rsync

rsync -av --delete /here/ user@host:/there/
rsync -av --delete user@host:/there/ /here/

ssh

comes with scp/sftp

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