Can I run script automatically or as a service?
The main purpose to run Coding FTP as a service is to able run script even if no user login computer yet. You can easily do this by using Command Line feature in Coding FTP.
If the script under default script library directory, you can simply use script name in command line:
codingftp.exe /script=script1.cfs
If the script file doesn't exist in default script library, you need to specify the full path of the script file:
codingftp.exe /script=d:\mydata\testing.cfs

