I can run profile manually, but why scheduled job doesn't work?

If FTP Synchronizer is running as a Windows service. Please make sure:

Common Issues

  • It's NOT running under default LocalSystem account since this account has no permission to access network resources. Please change service account to account who installed FTP Synchronizer in Windows Service Manager.
  • If Local Folder is a network shared folder. Please use UNC path instead of mapped drive. Because mapped drive doesn't exist when there isn't user logged in.

Third Party Scheduler

If you are using third party scheduler, please also make sure:

  • You generated command line by clicking "Tool → Command Line"
  • You can successfully run the command line in DOS prompt window

Recommendation

It's recommended to use built-in scheduler to automate sync if you are not familiar with Windows Task Scheduler.