no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


lftp [2015/06/30 15:20] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== lftp ======
  
 +  * [[ftp]]
 +  * [[ncftp]]
 +  * [[yafc]]
 +
 +** Connect to an FTP server anonymously: **
 +
 +<code>
 +lftp -u anonymous, ftp.beandog.org
 +</code>
 +
 +** Connect with username, password, run one or multiple command: **
 +
 +<code>
 +lftp -u beandog,seekrit -e 'ls,quit' ftp.beandog.org
 +</code>

Navigation
QR Code
QR Code lftp (generated for current page)