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