Posts Tagged ‘Wget’

Batch file using WGET to download from FTP

One batch file that will allow you to download certain dated files while excluding some folders using WGET.
I need to download files from an FTP site:

and these are the conditions:
1) Download all files except the ones with extentions .R, .A, .C, .E, .P, .A
2) Download only files starting with 0066, 7019, 0124, 2039, 5002, 5003, [...]

GNU Wget

GNU Wget is an application that allows to retrieve files from the internet - http, https, and ftp. My company uses Wget to download files from an FTP datafeed provider and this is how it is setup: 

Download Wget from here

Install it on your machine

Add “C:\Program Files\Gnuwin32\bin to the path variable in the system variables section [...]