
lftp
List of commands for lftp:
-
lftp:tldr:57291 lftp: Delete multiple files on the remote server.$ mrm ${path-to-*-txt}try on your machineexplain this command
-
lftp:tldr:821e2 lftp: Connect to an FTP server.$ lftp --user ${username} ${ftp-example-com}try on your machineexplain this command
-
lftp:tldr:8a75a lftp: Download or update an entire directory.$ mirror ${path-to-remote_dir} ${path-to-local_output_dir}try on your machineexplain this command
-
lftp:tldr:fc192 lftp: Upload or update an entire directory.$ mirror -R ${path-to-local_dir} ${path-to-remote_output_dir}try on your machineexplain this command