Differences between revisions 2 and 11 (spanning 9 versions)
Revision 2 as of 2005-10-08 08:51:28
Size: 1037
Editor: ?JakubSuchy
Comment:
Revision 11 as of 2009-06-19 06:31:58
Size: 1723
Editor: FranklinPiat
Comment: midnigh commander can browse over SSH
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 14: Line 18:

* [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]
 * [[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 20: Line 22:
= rsync =
Line 21: Line 24:
== Wget == {{{
rsync -av --delete /here/ user@host:/there/
rsync -av --delete user@host:/there/ /here/
}}}

= ssh =

SSH comes with scp/sftp.
 * midnight commander ([[DebianPkg:mc]] can browse remote folders over SSH. see {{{menu > Shell Link}}})

= Wget =
Line 35: Line 48:
The Gwget package in Debian is called gwget and is installed with The Gwget package in Debian is called  [[DebianPkg:gwget]] and is installed with
Line 44: Line 57:
* [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

rsync

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

ssh

SSH comes with scp/sftp.

  • midnight commander (mc can browse remote folders over SSH. see menu > Shell Link)

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