Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

mgladstein@foxtrotsw.com

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:
#connect to the server and provide login information
open ftp://<username>:<password>@<url.com>/ -passive=on