Server A has access outbound but is protected by any traffic coming in. Server B has access both ways and needs to get information off of server A daily and all needs to be automated. Server A is not running PHP and won't be for a while. Server B is running PHP.
I am considering scheduling a Javascript or VBScript script to run on server A nightly that will scan for files needed for upload and then post them to a PHP file on server B that will ftp them.
Is there a better way to do this? Any suggestions?