Jump to content

FTP Script

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
ptt3

ptt3

    Newbie

  • Members
  • Pip
  • 8 posts
Is it possible to write an FTP script that fetches 2 files from an FTP server very morning at say, 2AM? If so, how do I start? Or better, does anyone have a script they can post here?

#2
EGS

EGS

    Programmer

  • Members
  • PipPipPipPip
  • 116 posts
You can definitely code that with Python. You'll probably have to set up a cron job for that script/application though.

I believe you can also do the same exact thing that you want with PHP; again you'll have to set up a cron job.