!--a11y-->
put 
Creates a new file or uploads new content for a file.
Syntax |
put [-contentType ...] [-cip|-c] filename [resource] |
Options |
|
-contentType |
Content type of the file. |
-cip|-c |
Checkout-in-place: 1. Creates an activity 2. Checks out the resource 3. Uploads the content 4. Checks in the activity |
Arguments |
|
filename |
Name of the local file. |
resource |
Remote resource, if not given the name of the local file is used as name for the remote resource. |
Description |
Puts a resource. |
Updates the content of the existing versioned file /ws/test/wsp/dir/a.txt by uploading the content of the local file C:\temp\a.txt.
put -cip c:\temp\a.txt /ws/test/wsp/dir/a.txt