Search found 1 match

by Pictor
25 Aug 2009 07:23
Forum: DOS Batch Forum
Topic: Download directory tree with FTP GET
Replies: 0
Views: 4598

Download directory tree with FTP GET

Hi all, I'm just registered! I need to automate a Batch DOS script to automatically download an enteire directory tree, using FTP. It should include either subdirectories, either subfiles. How can I do this? Now I do something like: >cd c: >cd "C:\DownloadFTP\" >ftp -A <ip_address> ftp>cd ...