Hello experts
I am conneting to my ftp server through batch file.
But every time it is asking me for username & password
So how do I pass the authentification (username & Password) parameters through the batch file itself.
(I need to automate my batch file , passing the username and password in the batch file itself)so that, user doesn't have to put in the authentication every time.
Guide