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

View File

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