diff --git a/pages/linux/lftp.md b/pages/linux/lftp.md index 9e50727d3..b8e349d82 100644 --- a/pages/linux/lftp.md +++ b/pages/linux/lftp.md @@ -5,7 +5,7 @@ - Connect to an FTP server: -`lftp {{ftp.example.com}}` +`lftp --user {{username}} {{ftp.example.com}}` - Download multiple files (glob expression):