D2Drop
#
This Script is part of the D2 (Deprecated) Pack.Drops a file to a target system by providing its path on the server. In most cases use CopyFileD2
instead.
This is a utility agent script to be used inside server scripts. See CopyFileD2
for an example.
#
Script DataName | Description |
---|---|
Script Type | javascript |
Tags | agent, util |
#
InputsArgument Name | Description |
---|---|
destpath | The full filesystem path and filename under which to save the file. |
files | The source file name. |
force | The overwrite file. |
#
OutputsThere are no outputs for this script.