Search found 3 matches

by posedus
17 May 2016, 21:14
Forum: Help
Topic: SFTP with XP, any way ??
Replies: 0
Views: 330

SFTP with XP, any way ??

Is there any version of FFS that supports SFTP with XP, or any other way to make it work together ??
It is very important to me :(
by posedus
15 May 2016, 16:29
Forum: Help
Topic: Run hidden FFS with task scheduler
Replies: 1
Views: 1120

Re: Run hidden FFS with task scheduler

Voila!
In TS, new basic task, add path to this vbs file,

Set objShell = WScript.CreateObject("WScript.Shell")
objShell.Run """c:\Program Files\FreeFileSync\Bin\FreeFileSync_x64.exe"" ""c:\Doc\Try.ffs_batch""", 0, True
Set objShell = Nothing

All is running hidden !
by posedus
15 May 2016, 12:43
Forum: Help
Topic: Run hidden FFS with task scheduler
Replies: 1
Views: 1120

Run hidden FFS with task scheduler

Win7 x64
I would like to run FFS (batch file, not as a win service) completely silent with task scheduler and I have been trying some combinations, but...the problem is the path to the batch file.

VBS file
Set oShell = CreateObject("WScript.Shell")
oShell.Run "c:\Program Files\FreeFileSync\Bin ...