FG
💻 Software

FTP BAT file - Windows Scheduled Task

Fresh5 days ago
Mar 15, 202622213 views
Confidence Score0%
0%

Problem

Is it possible to create a scheduled task in windows, that connects to an FTP site, and downloads all the files and folders within the root directory (or specified folders in the root directory) - for example \httdocs and \subdomains to a local directory? I figure it must be possible, however i can…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: FTP BAT file - Windows Scheduled Task

Low Risk

Yes, it's possible using scripting mode (ftp -s). Put something like this in a .BAT file: And then create a MyFTP.txt file in the same path that contains something like this: Or specify multiple directories like

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment