Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
lftp [2015/06/30 09:04]
steve
lftp [2015/06/30 09:06]
steve
Line 1: Line 1:
 ====== lftp ====== ====== lftp ======
  
-** Connect with username, password, run a command **+  * [[ftp]] 
 +  * [[ncftp]] 
 +  * [[yafc]] 
 + 
 +** Connect to an FTP server anonymously:​ ** 
 + 
 +<​code>​ 
 +lftp -u anonymous, ftp.beandog.org 
 +</​code>​ 
 + 
 +** Connect with username, password, run a command**
  
 <​code>​ <​code>​
 lftp -u beandog,​seekrit -e quit ftp.beandog.org lftp -u beandog,​seekrit -e quit ftp.beandog.org
 </​code>​ </​code>​