i am trying to write a bat file on windows xp. I can connect ftp server and download files by console but i can't make it work by unattended bat file.
ftp 127.0.0.1 //connect server but ask username and password manualy how can i connect autamticly with password ?
i have tried ftp 127.0.0.1 pass pass but doesn't work. all commands here