mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 20:55:34 +02:00
lftp : add login option to connect to the server (#9878)
This commit is contained in:
parent
65a4592a6f
commit
ef417f9ab5
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
- Connect to an FTP server:
|
- Connect to an FTP server:
|
||||||
|
|
||||||
`lftp {{ftp.example.com}}`
|
`lftp --user {{username}} {{ftp.example.com}}`
|
||||||
|
|
||||||
- Download multiple files (glob expression):
|
- Download multiple files (glob expression):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue