mirror of
https://github.com/rclone/rclone.git
synced 2025-12-16 00:04:40 +00:00
ftp: add --ftp-ask-password to prompt for password when needed
This commit is contained in:
committed by
Nick Craig-Wood
parent
ae395d8cf0
commit
627ac1b2d9
@@ -180,6 +180,15 @@ FTP password.
|
||||
- Type: string
|
||||
- Default: ""
|
||||
|
||||
#### --ftp-ask-password
|
||||
|
||||
Ask for password when connecting to a FTP server and no password is configured.
|
||||
|
||||
- Config: ask_password
|
||||
- Env Var: RCLONE_FTP_ASK_PASSWORD
|
||||
- Type: bool
|
||||
- Default: false
|
||||
|
||||
#### --ftp-tls
|
||||
|
||||
Use Implicit FTPS (FTP over TLS).
|
||||
|
||||
Reference in New Issue
Block a user