Linux Commands Helper
💬 Your AI-powered Linux assistant
lftp Command - Sophisticated File Transfer Program
The lftp command is a powerful FTP/HTTP client that supports multiple protocols, bookmarks, scripting, and more.
Syntax
lftp [options] [site]
Examples
lftp ftp.example.com
Connect to FTP server ftp.example.com.
lftp -u user,password ftp.example.com
Login to ftp.example.com with specified user credentials.
Notes
- Supports FTP, FTPS, HTTP, HTTPS, HFTP, FISH, and SFTP protocols.
- Allows scripting and batch operations for advanced file transfers.