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: | ||
+ | |||
+ | < | ||
+ | lftp -u anonymous, ftp.beandog.org | ||
+ | </ | ||
+ | |||
+ | ** Connect with username, password, run one or multiple command: ** | ||
+ | |||
+ | < | ||
+ | lftp -u beandog, | ||
+ | </ |