• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Remote Downloading / Cron Job

DannyLove

Lifer
Hello,
I'm looking for a php script that when called from a cron job, connects to an FTP game server, downloads a specific file and uploads it to a web ftp server.

I'm wondering if anyone has any related links in setting this up.

I know enough to assign a cron job, but i'm clueless in writing php commands for such a task.

Any, and all help is greatly appreciated.

Thank you!
 
There are PHP curl interfaces, but it has to be compiled into PHP, perl's CPAN has Net::FTP and Bundle::LWP that can also cover a lot this territory if you know perl
 
Back
Top