1
0
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:
Borna Butkovic
2021-03-26 22:13:03 +01:00
committed by Nick Craig-Wood
parent ae395d8cf0
commit 627ac1b2d9
2 changed files with 26 additions and 4 deletions

View File

@@ -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).