'Ftp Downloader Command Line' software allows file download from DOS prompt. It supports wildcard file include and exclude filters, and can be called from any software.

In terms of features, 'Ftp Downloader Command Line' has several powerful options. Firstly, it offers wildcard file include and exclude filters, allowing you to select specific files for download while excluding others. Additionally, you can also filter by file size and last-modification time, adding an extra layer of control to your downloads.
Another useful feature is the ability to read arguments from a text file. This can save time and streamline your workflow, as you won't have to manually input all of the download parameters each time you use this software.
'Ftp Downloader Command Line' also includes an FTP Download Log, allowing you to keep track of all of your downloads and monitor their progress. Additionally, the software has a small executable size and high performance, making it a great choice for those looking for a lightweight yet powerful solution.
As for the usage examples, there are several different ways you can make use of 'Ftp Downloader Command Line'. For example, to download a specific file called 'love.mp3' to your local disk, you could use the following command:
FtpDownload --host www.mydomain.com --username david --password mypassword --remote public_html --local "D:/my documents/my musics/" --include "*love.mp3" --passive true
Alternatively, you could download all .png and .jpeg files on a remote server using the following command:
FtpDownload --host www.mydomain.com --username david --password mypassword --local "D:/my documents/my musics/" --include "*.png|*.jpeg" --passive true --recurse true
Finally, you can exclude certain file types, such as all .txt files, using the following command:
FtpDownload --host www.mydomain.com --username david --password mypassword --local "D:/my documents/my musics/" --exclude "*.txt".
Overall, I would highly recommend 'Ftp Downloader Command Line' for anyone looking for a powerful and flexible solution for their file downloading needs.
Version 20.07.27: N/A