Recursively download/update all files in all directories

Core FTP client questions and answers
Locked
nisei
Posts: 1
Joined: Thu Dec 23, 2010 2:01 am

Recursively download/update all files in all directories

Post by nisei »

Hi everyone, I'm new to CoreFTP and using it as I have a need for Secure FTP.

I'm using CoreFTP LE and FileZilla Server and have them talking OK.

What I'm trying to do is (using the command-line CLI client), connect to the server and download all changed files in all directories under a specific path. The path may have new directories, new files, or nothing new at all, but regardless of what appears there and what file name it has or type/extension it is, I need it all.

I have a command I'm working with now that will connect and recursively go through all the remote directories, but it doesn't appear to transfer anything at all.

C:\>"c:\program files (x86)\coreftp\corecmd.exe" -ssl -OA -log c:\temp\sftp.log.txt -d ftp://user:pass@server/path/ -recurse -p c:\temp\

Can anyone please give me some ideas, I'm scratching my head here!
ForumAdmin
Site Admin
Posts: 1011
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

you may need to specify a wildcard at the end of the path (*.* or *).
Locked