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.

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