Hi experts,
i am writing a bach where i will FTP to a machine and at the prompt it will ask me for username and password. how can i code this in my batch.
please advice.
pass Username and password automaticlly using a batch script
Moderator: DosItHelp
If you want to be ask for user/pass then simply add this to a batch file:
Code: Select all
@echo off
ftp server