PDA

View Full Version : Domain Name


benn11
Oct 8, 2007, 12:33 AM
There is this script running daily to send a file from one system to a PC on one domain. How do you configure the PC to receive this file? What configurations do I have to make on the PC to receive this file? I have shared a folder on a test PC but it doesn't receive the file..

tbakry
Oct 10, 2007, 09:27 PM
There is this script running daily to send a file from one system to a PC on one domain. How do you configure the PC to receive this file? What configurations do I have to make on the PC to receive this file? I have shared a folder on a test PC but it doesn't receive the file..
Need more info... how is the script trying to send? Are the machines on the same network? There are a number of ways that you could accomplish this and it sounds like you already have something in mind.

Cheers,

Tom

benn11
Dec 6, 2007, 07:25 AM
Actually the script ftp's files to other PC's. My question is how to setup the PC at the other end to receive this files?

retsoksirhc
Dec 6, 2007, 08:52 AM
To use FTP, there would be two ways to do this.

You could set up the PC that's going to receive the file as an FTP server, then have the script connect to the server and UPLOAD the file.

-OR-

Set up an FTP server on the PC that is sending the file, and then have a script on the one that's recieveing the file connect and DOWNLOAD the file.