The GET command is used to copy a file from the Windows file server to the local filesystem.
Syntax:
Command | Keyword | Value | Developer notes |
|---|---|---|---|
GET | SERVER | value | Optional: File server. |
DOMAIN | value | Optional. Windows domain. | |
USER | value | Optional. User. | |
PASSWORD | value | Optional. Password. | |
FROM | value | Required. Windows server file. | |
TO | value | Required. Local file. |
Example
GET FROM(/Shared/folder/file.txt) TO(/folder/file.txt)