Automated login via Explicit TLS over FTP fails, Access denied
Hello,
I have a special problem with the command line tool of WinSCP if I want to do an automated login in a batch script via Explicit TLS over FTP like this.
winscp.com /command "option batch continue" "option confirm off" "open ftp://user:password@ftp.server.com:21 -explicit" ...
It doesn't work -> "Access denied", my assumption: the problem is the password in the line
- when i login with these login data via WinSCP GUI, it works
- when i use the command line without password, I must manually enter the password but ist works too, the login is successful
winscp.com /command "option batch continue" "option confirm off" "open ftp://user@ftp.server.com:21 -explicit"
- only when I want do an automated login with user and password in the command line, it doesn't work -> Access denied.
I suppose that the password doesn't commit like expected but I don't find a solution for my problem. Or do I make something wrong.
I have a special problem with the command line tool of WinSCP if I want to do an automated login in a batch script via Explicit TLS over FTP like this.
winscp.com /command "option batch continue" "option confirm off" "open ftp://user:password@ftp.server.com:21 -explicit" ...
It doesn't work -> "Access denied", my assumption: the problem is the password in the line
- when i login with these login data via WinSCP GUI, it works
- when i use the command line without password, I must manually enter the password but ist works too, the login is successful
winscp.com /command "option batch continue" "option confirm off" "open ftp://user@ftp.server.com:21 -explicit"
- only when I want do an automated login with user and password in the command line, it doesn't work -> Access denied.
I suppose that the password doesn't commit like expected but I don't find a solution for my problem. Or do I make something wrong.