Encrypt/mask password
We have a batch file which works great but wish to suppress or encrypt the password as passwords cannot be in plain-text in a batch file for compliance reasons. Any suggestions?
Here is the command line we use in the batch file. The <password> parameter is the issue:
Here is the command line we use in the batch file. The <password> parameter is the issue:
#connect to the server and provide login information open ftp://<username>:<password>@<url.com>/ -passive=on