Using FTP Batch Scripts
MS Have a page on scripting FTP. More...
Usage:
ftp -s:test.scr
Here's test.scr - just FTP commands
open homepage.myserver.net
username
MyCoolPassword
cd public_html
put index.html
quit
You could set this up as a Scheduled Task and have your homepage automatically updated!
0 Comments:
Post a Comment
<< Home