Differences between revisions 10 and 11
Revision 10 as of 2009-06-18 21:17:37
Size: 1601
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 18: Line 18:
Line 20: Line 19:
Line 33: Line 31:
comes with scp/sftp SSH comes with scp/sftp.
 * midnight commander ([[DebianPkg:mc]] can browse remote folders over SSH. see {{{menu > Shell Link}}})
Line 49: 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

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