Search found 7 matches

by kolos123
22 Jan 2020, 13:08
Forum: General Discussion
Topic: NEW FEATURE - reverse sorting
Replies: 6
Views: 580

Re: NEW FEATURE - reverse sorting

It doesn't solve it, as you said. Is adding the feature going to happen?
by kolos123
12 Jan 2020, 12:46
Forum: General Discussion
Topic: NEW FEATURE - reverse sorting
Replies: 6
Views: 580

Re: NEW FEATURE - reverse sorting

Unfortunately this doesn't solve my problem. If I choose a time span that contains files that are larger then my DOKs capacity, I may lose some of the newest clips - because there is no file name sort. Also If I choose a time span that contains less then my DOKs capacity I may lose some older clips ...
by kolos123
09 Jan 2020, 12:52
Forum: General Discussion
Topic: NEW FEATURE - reverse sorting
Replies: 6
Views: 580

NEW FEATURE - reverse sorting

Hey, I have been using FFS for some time now, and I have noticed a missing feature - an option for reverse sorting the file names. I have a DVR in my house that is connected to my PC. The DVR streams the files to a folder in an ascending order. in other words when I sync the oldest files are synced ...
by kolos123
22 Dec 2019, 13:10
Forum: Help
Topic: RTS command line
Replies: 1
Views: 165

RTS command line

Is there a possibility to sync from the command line using RTS?
I have only succeeded using FFS, does anyone have a suggestion?

Thanks
by kolos123
08 Dec 2019, 13:06
Forum: Help
Topic: Powershell SystemFileWatcher does not trigger Event
Replies: 1
Views: 367

Re: Powershell SystemFileWatcher does not trigger Event

I recommend you check your watcher configuration. As to your case, I had setup a SFTP server and a local folder. Then, I used the following code: $watcher = New-Object System.IO.FileSystemWatcher $watcher.Path = "c:\test1" $watcher.Filter = "*.*" $watcher.IncludeSubdirectories = ...
by kolos123
08 Dec 2019, 11:44
Forum: Help
Topic: Nothing to Synchronizing
Replies: 2
Views: 322

Re: Nothing to Synchronizing

Did you create the file after you entered the folder path in the FFS UI?
If so, you need to refresh the file list by reselecting the path or just pressing enter on the path textbox.
by kolos123
28 Nov 2019, 14:31
Forum: Help
Topic: Syncing files with a specific filename format
Replies: 1
Views: 187

Syncing files with a specific filename format

Hi,
I'd like to sync several files which contain "2019" and end with a ".docx" extension.
For example: 2019file.docx, my2019file.docx
I tried using : "*2019*.docx", but it doesn't work.
Appreciate your support!