Difference between revisions of "FTP"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "# Setting Up - https://linuxhint.com/ftp_server_proftpd_ubuntu/ # FTP Mirror ``` lftp ~> open -u user,password sftp://host.com ~> mirror remotedir outdir ~> quit ```")
 
 
Line 9: Line 9:
 
~> quit
 
~> quit
 
```
 
```
 +
 +
https://wiki.archlinux.org/index.php/SFTP_chroot#Fixing_path_for_authorized_keys

Latest revision as of 19:45, 10 April 2020

Setting Up

FTP Mirror

lftp
~> open -u user,password sftp://host.com
~> mirror remotedir outdir
~> quit

https://wiki.archlinux.org/index.php/SFTP_chroot#Fixing_path_for_authorized_keys