lftp
Verified for current stable LTS
Lftp Command: Upload Update Directory
Use for upload update directory with Lftp. Exact CLI syntax to upload update directory using Lftp.
When to use this: Use for upload update directory with Lftp.
Command Syntax
mirror -R <path/to/local_directory> <path/to/remote_output_directory> mirror -R <path/to/local_directory> <path/to/remote_output_directory> Live Command Builder
Final Command
mirror -R <path/to/local_directory> <path/to/remote_output_directory> Command Breakdown
-R- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to upload update directory 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: Rename File Remote mv <original_filename> <new_filename>