lftp
Verified for current stable LTS
Lftp Command: Rename File Remote
Use for rename file remote with Lftp. Exact CLI syntax to rename file remote using Lftp.
When to use this: Use for rename file remote with Lftp.
Command Syntax
mv <original_filename> <new_filename> mv <original_filename> <new_filename> Live Command Builder
Final Command
mv <original_filename> <new_filename> Command Breakdown
mv is the base executable for this command.
FAQ
Purpose: Exact syntax to rename file remote using Lftp.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Lftp Command: Connect Ftp Server
lftp -u <username> <ftp.example.com> Lftp Command: Delete Multiple Files Remote mrm <path/to/*.txt> Lftp Command: Download Multiple Files mget <path/to/*.png> Lftp Command: Download Update Directory mirror <path/to/remote_directory> <path/to/local_output_directory> Lftp Command: Upload Multiple Files mput <path/to/*.zip>