Differences between revisions 13 and 14
Revision 13 as of 2012-01-04 20:43:44
Size: 1397
Comment: added link to it translation + minor fixes to header; since gwget got removed, also removed link
Revision 14 as of 2019-09-08 13:46:28
Size: 1547
Editor: nodiscc
Comment: add categories/todo
Deletions are marked like this. Additions are marked like this.
Line 58: Line 58:

----

CategorySoftware | CategoryNetworkApplication | CategoryRedundant: merge with other file transfer-related pages, and/or NetworkApplication

Translation(s): English - Italiano


Front Page > Software > Remote files


Filezilla

Filezilla is a powerful GUI-based sftp client.

apt-get update
apt-get install filezilla

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


CategorySoftware | CategoryNetworkApplication | CategoryRedundant: merge with other file transfer-related pages, and/or NetworkApplication