Page History
The PUT command is used to copy a local file to the remote SFTP server.
Syntax:
Command | Keyword | Value | Developer notes |
|---|---|---|---|
PUT | FROM | value | Required. Local file path. |
TO | value | Required. Remote file path. |
Example
PUT FROM(/folder/file.pdf) TO(/folder/file.pdf)