How do I setup a Site download?

Core FTP client questions and answers
Post Reply
mhollerbach
Posts: 1
Joined: Tue Sep 16, 2014 6:31 pm

How do I setup a Site download?

Post by mhollerbach »

I have an FTP site with multiple customer folders. Customers upload files to their assigned folder throughout the day and file names are not consistent. I need to periodically sweep all folders and download these files.

I have tried setting up a template with each individual folder listed in the process queue and then scheduling it as a task but this does not work. I am currently doing it manually by connecting to the parent site then dragging all folders into the process queue. This works but I cannot continue to do it manually.

I am using Core FTP Pro. Can someone suggest a solution?
coreftpc
Site Admin
Posts: 5
Joined: Mon Mar 24, 2003 2:44 am

Post by coreftpc »

Queue up each directory you wish to transfer by right clicking on it, queue as path.

Or use the command line:

corecmd.exe -s -site siteprofile -u c:\path\ -p /remote-path/ -log c:\logs\logfile.txt

or

corecmd.exe -s -recurse -site siteprofile -u c:\path\* -p /remote-path/ -log c:\logs\logfile.txt
Post Reply