automated unsecure file transfer between two networks

  • Thread starter Thread starter Burke
  • Start date Start date
B

Burke

I need to automate a task where i somehow transfer files from one
network to another over the internet. Does anyone have any decent
ideas? Its simple network inventory information thats going to be put
up on a website, but to automate it on a windows box is a little tough
for me seeing as I am not used to the "dos" command line.

Right now im thinking about publishing those directories on the
webserver since they all are running the outlook owa anyway.

Tips comments anything would help.

Cheers
Burke
 
there are many automated ftp tools available, or you can do it from a batch
file with the ftp command line tool. just be sure to secure the ftp server
so you don't get hacked.
 
I need to automate a task where i somehow transfer files from one
network to another over the internet. Does anyone have any decent
ideas? Its simple network inventory information thats going to be put
up on a website, but to automate it on a windows box is a little tough
for me seeing as I am not used to the "dos" command line.

Right now im thinking about publishing those directories on the
webserver since they all are running the outlook owa anyway.

Tips comments anything would help.

Cheers
Burke

You could try a product like ftpscheduler.
http://www.sofotex.com/FTP-Scheduler-Pro-download_L18621.html
 
Back
Top