Where to insert password in batch file
In this command line on the scripting page...
Where do you put the password? When I execute the command I connect to my FTP server but it asks me for a password which I can't input in the dos box on my pc for some reason, either by using the paste command or by typing. The cursor doesn't move. Is this normal?
winscp.com /command "option batch abort" "option confirm off" "open sftp://user@example.com" "put examplefile.txt /home/user/" "exit"
Where do you put the password? When I execute the command I connect to my FTP server but it asks me for a password which I can't input in the dos box on my pc for some reason, either by using the paste command or by typing. The cursor doesn't move. Is this normal?