Differences between revisions 7 and 9 (spanning 2 versions)
Revision 7 as of 2006-03-16 12:24:15
Size: 1166
Comment: Removed content which does not recommend software to Debian users
Revision 9 as of 2009-03-16 03:31:49
Size: 1599
Editor: anonymous
Comment: converted to 1.6 markup
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]]''||
----
Line 16: Line 19:
* [http://lftp.yar.ru/ LFTP Website] * [[http://lftp.yar.ru/|LFTP Website]]
Line 18: Line 21:
* [http://www.logios.cz/~jakub/editing-remote-files-with-vim-and-scp.html Howto on editing remote files via SCP or FTP] * [[http://www.logios.cz/~jakub/editing-remote-files-with-vim-and-scp.html|Howto on editing remote files via SCP or FTP]]
Line 55: Line 58:
 * [http://www.gnu.org/software/wget/ Wget Website]
 * [http://gnome.org/projects/gwget/index.html Gwget Website]
 * [[http://www.gnu.org/software/wget/|Wget Website]]
 * [[http://gnome.org/projects/gwget/index.html|Gwget Website]]

FrontPage > ?... > ?Softwares > Remote files

{*} {o} {o} ?User

Translation(s): any

(!) ?Discussion


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

* LFTP Website

* Howto on editing remote files via SCP or FTP

rsync

rsync -av --delete /here/ user@host:/there/
rsync -av --delete user@host:/there/ /here/

ssh

comes with scp/sftp

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

Gwget, a GUI frontend to Wget

The Gwget package in Debian is called gwget and is installed with

apt-get update
apt-get install gwget