Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Schedule FTP Upload in Windows Server 2003

Status
Not open for further replies.

konopj

IS-IT--Management
Oct 28, 2002
34
US
I need to set up a scheduled FTP upload in windows 2003. I would like to stay away from a script so the rest of the staff can support easily. I was hoping that I could use the FTP sites option in 2k3 thri IIS. But have not found anything like that...Any suggestions?
 
IIS lets you host an FTP server. To schedule an ftp upload just make a batch file that does the uploading, and schedule it using the Windows Scheduler.

Denny
MCSA (2003) / MCDBA (SQL 2000)

--Anything is possible. All it takes is a little research. (Me)

[noevil]
(Not quite so old any more.)
 
Thanks mrdenny, If a script is the only way to do it w/o 3rd party software, what is the simplest format...Would this be as cut and dry as you can get?

ftp -s:test.scr 11.11.11.11

user
guest
guest
put file1
quit
 
Yeah, that should pretty much do the trick.

Denny
MCSA (2003) / MCDBA (SQL 2000)

--Anything is possible. All it takes is a little research. (Me)

[noevil]
(Not quite so old any more.)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top