What is a good scripting language for FTP downloading

Posted by WxPilot on Ask Ubuntu See other posts from Ask Ubuntu or by WxPilot
Published on 2013-10-25T21:15:45Z Indexed on 2013/10/25 22:11 UTC
Read the original article Hit count: 112

Filed under:
|

I need to develop some scripts for downloading files from a remote server to our file system. We need to grab files that have various timestamps, and place them into appropriate folders on our system.

I'm probably opening quite the can of worms here, but which scripting language would be the best for getting this done? Right now I am using C Shell, which is working fine, but it is requiring multiple scripts because of the use of the ftp command. I wanted to know if there is a better option before I go too far into this project.

There are no security concerns within the scripts as far as FTP accounts (public access FTP)

© Ask Ubuntu or respective owner

Related posts about scripts

Related posts about ftp