Search found 3 matches

by plavigne
Tue Jan 14, 2014 7:07 pm
Forum: Client - General
Topic: Is there a way to set Core FTP Filename Formatting via cmd?
Replies: 3
Views: 20514

Sorry, I didn't know anyone replied to this.

Version of CoreFTP installed at our site:

V2.2, build 1789

The FTP server IS a coreftp server, I believe, but I don't know the version of coreftp server being used as I do not access to it.
by plavigne
Wed Dec 18, 2013 11:21 pm
Forum: Client - General
Topic: Is there a way to set Core FTP Filename Formatting via cmd?
Replies: 3
Views: 20514

for clarification: "C:\Program Files\CoreFTP\coreftp.exe" -s -newest -O -site XXXXX -d /XXXX/XXXXXXXX/XXXXXXXXXXXXX/file*.csv -p C:\XXX is the current script i'm using. I have found issues with it: #1 : -newest does not work the way I would like, and simply grabs the newest file on the ftp...
by plavigne
Wed Dec 18, 2013 7:58 pm
Forum: Client - General
Topic: Is there a way to set Core FTP Filename Formatting via cmd?
Replies: 3
Views: 20514

Is there a way to set Core FTP Filename Formatting via cmd?

Taken from another post: [quote]In the section where you set the wildcard, check the "Use Core FTP filename formatting" Then you can use filenames similar to *nix: AG_%m-%d-%Y_%a.mp3 %Y - year %m - month %d - day %H%M%S - hour/minute/second a% abbreviated day. %% for percent sign.[/quote] ...