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
Optional. Windows domain.
USER
Optional. User.
PASSWORD
Optional. Password.
FROM
Required. Windows server file.
TO
Required. Local file.
Example
GET FROM(/Shared/folder/file.txt) TO(/folder/file.txt)