Command Line

G

gary

Is it possible to schedule files to upload from the command line using FP
2003? If so, can someone tell me the exact command line or point me to a
knowledge source?
 
M

MD Websunlimited

Hi Gary,

If I had to accomplish this via FP I would use the Windows task scheduler to run IE with a given URL. The URL would be to a page
that has the upload form element already defined. JavaScript would be used in the onload event to cause the from to submit, thereby
uploading the file.

With that said I would strongly recommend to my management that they use FTP to upload the files. WS_FTP has a very nice scheduled
component. FTP can be used with FP provided you stick with generic files.
--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
Stop Spam Email Mining from your web pages with SpamStopper
http://www.websunlimited.com/order/product/SpamStopper/spam_stopper_help_dir.htm
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
 
G

gary

Hi Mike,

Thanks for your reply. In it you said, "WS_FTP has a very nice scheduled
component. FTP can be used with FP provided you stick with generic files."
I know that FTP can corrupt some FP files. Please tell me what you mean by
"generic files". Thanks.

MD Websunlimited said:
Hi Gary,

If I had to accomplish this via FP I would use the Windows task scheduler
to run IE with a given URL. The URL would be to a page
that has the upload form element already defined. JavaScript would be
used in the onload event to cause the from to submit, thereby
uploading the file.

With that said I would strongly recommend to my management that they use
FTP to upload the files. WS_FTP has a very nice scheduled
 
M

MD Websunlimited

If you're uploading .htm, .asp, aspx, txt, image files etc. FP will work just fine. But I would recommend that you do a Tools |
Recalchyperlinks when you open the web at the server.
 
G

gary

OK, thanks Mike.


MD Websunlimited said:
If you're uploading .htm, .asp, aspx, txt, image files etc. FP will work
just fine. But I would recommend that you do a Tools |
 
Top