FTP upload pls help me out - TechRepublic
General discussion
January 29, 2007 at 12:51 AM
ramanaiahm

FTP upload pls help me out

by ramanaiahm . Updated 19 years, 4 months ago

Hi,
All I need to upload a file using msdos batch file.I have writen the script like:

OPEN 192.168.4.102
USER_NAME 199261
USER_PASSWORD *******

CD /HOLDIN
LCD C:\HOLDOUT
PUT New Microsoft Word Document
QUIT

But its showing error message while runnig like
>ftp: connect unknow error.

I want to run this script for every 1 minute how can i do this?

This discussion is locked

All Comments