lftp : add login option to connect to the server (#9878)

pull/4/head
David Ansart 2023-02-19 12:17:20 +01:00 committed by GitHub
parent 65a4592a6f
commit ef417f9ab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
- Connect to an FTP server:
`lftp {{ftp.example.com}}`
`lftp --user {{username}} {{ftp.example.com}}`
- Download multiple files (glob expression):