Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2012-01-04 20:43:38
Size: 1527
Comment: first translated version
Revision 3 as of 2021-12-06 15:36:54
Size: 1681
Comment: sync with Engliah master v.16
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: [[RemoteFiles|English]] - Italiano -~
<<Include(RemoteFiles, ,from="^##TAG:TRANSLATION-HEADER-START",to="^##TAG:TRANSLATION-HEADER-END")>>
Line 59: Line 58:

----

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


Pagina iniziale > Software > File remoti


Filezilla

Filezilla è un potente client sftp basato su un'interfaccia utente grafica.

apt-get update
apt-get install filezilla

LFTP

LFTP è un client FTP testuale, semplice e potente che gestisce FTP, SFTP, HTTP e HTTPS.

Installare LFTP

Il pacchetto LFTP in Debian si chiama lftp e lo si installa con i comandi:

apt-get update
apt-get install lftp

rsync

rsync -av --delete /qui/ utente@host:/laggiu/
rsync -av --delete utente@host:/laggiu/ /qui/

ssh

SSH può essere usato con scp/sftp.

  • Midnight Commander (mc può navigare cartelle remote via SSH. Vedere menu > Shell Link)

Wget

Wget è uno strumento a riga di comando per scaricare, semplice e potente, che può essere usato per recuperare pagine web, interi siti web e file da server FTP.

Installare Wget

Il pacchetto di Wget in Debian si chiama wget e lo si installa con i comandi:

apt-get update
apt-get install wget

Collegamenti


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