I am transfering files from system directory to server directory which works perfect.
But i need to run batch file after every half n hour.
I need to make it as a batch file please help

ftp -i 21.49.567.12
username
password
cd "uploads"
lcd "c:\up"
binary
mput p*
disconnect
bye

So, you want to convert your UNIX shell script into a batch file on Windows?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.