1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 22:15:42 +02:00

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

This commit is contained in:
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

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):