I would like to run a scheduled batch script that will upload a file to an ftp directory, however I would like to avoid writing the password in the batch file. If there are any, what are my options?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If it is going to stay on the same machine, you could store it as an environment variable. Then call it within the batch file