Fling can be controlled using the command line. This is very useful if you want to automate uploads or transfers from other programs or tools. (e.g., the Windows scheduler).

The exe file is located in c:\Program Files\NCH Software\Fling. In all the examples below when we refer to fling.exe we mean "c:\Program Files\NCH Software\Fling\fling.exe". For 64-bit Windows 7 users, the exe file is located in c:\Program Files (x86)\NCH Software\Fling\fling.exe.

-scan [Name]

This will scan the named folder.
e.g., fling.exe -scan MyFolder

-scanall

This will update all folders.
e.g., fling.exe -scanall

-upload [FullFilePathInFolder]

Fling will upload that file (it must belong to a Fling Folder).
e.g., fling.exe -upload "C:\MyFlingFolders\Folder1\file.html"

-delete [FullFilePathInFolder]

Fling will delete that file (it must belong to a Fling Folder).
e.g., fling.exe -delete "C:\MyFlingFolders\Folder1\file.html"

-download [FullFilePathInFolder]

Fling will download that file (it must belong to a Fling Folder).
e.g., fling.exe -download "C:\MyFlingFolders\Folder1\file.html"