# copyFileToLocalFolder
State Resource
This is a State Resource as provided by the tymly-cloudstorage-plugin plugin.
# Purpose
Copies a remote file into a folder on the local file system
# Usage
# Example
{
"CopyToCloudStorage": {
"Type": "Task",
"Resource": "module:copyFileToLocalFolder",
"Parameters": {
"localFolderPath.$": "$.localDir",
"remoteFilePath.$": "$.serverFilePath"
},
"End": true
}
}
# Options
# Optional properties
# provider
- Type:
string
# localFolderPath
- Type:
string
# remoteFilePath
- Type:
string