Ask the Community
Groups
Connector Command Line options - Connect IT Community | Kaseya
<main> <article class="userContent"> <p>For use with the ndconnector.exe:<br><br>Parameters:<br>-id <id> ID of connector<br>-d <dir> Directory where to get files from. DO NOT INCLUDE THE TRAILING \ (backslash)<br>-zipname <filename> Name of the zip to create for directory files. Default: <dir>-YYYYMMDD.zip<br>-f <filename> Only upload the specific file given<br>-r Remove the file once you have successfully uploaded it<br>-a <dir> Archive/move the files to the given directory if successfully uploaded<br>-h or -help Show help options<br>-sim Simulate a run. No files will be transfered.<br>-t <num> Number of tries to upload a file. Default 3, Min 1<br>-tbr <seconds> Time between retries in seconds. Default 5, Min 1<br>-proxyhost <host> The hostname or IP Address of the proxy server<br>-proxyport <port> The port number on the proxy server. Defaults to 80<br>-proxyuser <user> The username to authenticate via the proxy server<br>-proxypwd <password> Clear text password for the proxy user<br>-proxyepwd <password> Encrypted password for the proxy user<br>-encrypt <text> Encrypted the text to be used with -proxyepwd option<br><br>NOTES:<br> -f will take precedence over -d<br> -r will take precedence over -a<br> -sim will just display to stdout what it would have done<br><br>Output:<br> On Success:<br> SUCCESS<br> On Failure:<br> Final Result: FAILED: error message goes here<br> On Partial:<br> Final Result: FAILED: PARTIAL: last error message goes here<br><br>IMPORTANT NOTES<br>If using the -d option, make sure not to include the last \ (bashslash).<br>If your directory contains spaces, you must quote it off.<br>Example: -d "c:\my folder"</p> </article> </main>