Size: 1589
Comment: added uk into translation header
|
← Revision 16 as of 2021-12-06 15:36:35 ⇥
Size: 1962
Comment: make translation header easy to include in translations
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[it/RemoteFiles|Italiano]] - [[uk/RemoteFiles|Українська]] -~ |
##For Translators - to have a constantly up to date translation header in you page, you can just add a line like the following (with the comment's character at the start of the line removed) ## <<Include(RemoteFiles, ,from="^##TAG:TRANSLATION-HEADER-START",to="^##TAG:TRANSLATION-HEADER-END")>> ##TAG:TRANSLATION-HEADER-START ~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: [[RemoteFiles|English]] - [[it/RemoteFiles|Italiano]] - [[uk/RemoteFiles|Українська]] -~ ##TAG:TRANSLATION-HEADER-END |
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