Search found 3 matches

by rob887
04 Dec 2024, 11:22
Forum: Help
Topic: _TMP File Deletion
Replies: 0
Views: 218

_TMP File Deletion

Hello.,
I keep getting losts of errors when trying to delete "_tmp" files as they don't exist any more.
I tryed to filter out exclude *_tmp
But i still get the error

11:13:17 Error: Cannot delete file "D:\server\xampp\php\mail-a55c.ffs_tmp".
ERROR_FILE_NOT_FOUND: The system cannot find the file ...
by rob887
19 Dec 2022, 22:02
Forum: Help
Topic: Sync Multiple FTP Directories
Replies: 2
Views: 595

Re: Sync Multiple FTP Directories

You could change the include filter instead or create a new folder pair for each folder xCSxXenon, 19 Dec 2022, 21:01
So if I put root as the directory and then in include put
C:\folder1 C:\folder4 C:\folder5

That would copy only them folders and all of their subfolders and files and ignore anything else in root

Thanks
by rob887
19 Dec 2022, 19:41
Forum: Help
Topic: Sync Multiple FTP Directories
Replies: 2
Views: 595

Sync Multiple FTP Directories

Hello
Got to say the software is awesome! been looking ages for something like this.
I had so many scripts and different FTP running to be able to do exactly what your software does.


Question.

How would i sync say "C:\folder1 C:\folder4 C:\folder5" But not sync any other folders in "C:\"
Don't ...