Size: 1723
Comment: midnigh commander can browse over SSH
|
← Revision 14 as of 2019-09-08 13:46:28 ⇥
Size: 1547
Comment: add categories/todo
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
||||<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]]''|| |
#language en ~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[it/RemoteFiles|Italiano]] -~ |
Line 5: | Line 5: |
[[FrontPage|Front Page]] > [[Software]] > Remote files ---- = Filezilla = Filezilla is a powerful GUI-based sftp client. {{{ apt-get update apt-get install filezilla }}} |
|
Line 7: | Line 18: |
LFTP is a simple and powerful text based ftp client which supports FTP, SFTP, HTTP and HTTPS. | [[http://lftp.yar.ru/|LFTP]] is a simple and powerful text based ftp client which supports FTP, SFTP, HTTP and HTTPS. |
Line 17: | Line 28: |
== Links == * [[http://lftp.yar.ru/|LFTP Website]] |
|
Line 20: | Line 29: |
Line 32: | Line 40: |
* midnight commander ([[DebianPkg:mc]] can browse remote folders over SSH. see {{{menu > Shell Link}}}) | * midnight commander ([[DebianPkg:mc]] can browse remote folders over SSH. See {{{menu > Shell Link}}}) |
Line 46: | Line 54: |
== Gwget, a GUI frontend to Wget == The Gwget package in Debian is called [[DebianPkg:gwget]] and is installed with {{{ apt-get update apt-get install gwget }}} |
|
Line 58: | Line 57: |
* [[http://gnome.org/projects/gwget/index.html|Gwget Website]] | ## * [[http://gnome.org/projects/gwget/index.html|Gwget Website]] ---- 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
Links
CategorySoftware | CategoryNetworkApplication | CategoryRedundant: merge with other file transfer-related pages, and/or NetworkApplication