PutFile puts file into published storage at specified path
(path string, sourceFilename string)
| 67 | MkDir(path string) error |
| 68 | // PutFile puts file into published storage at specified path |
| 69 | PutFile(path string, sourceFilename string) error |
| 70 | // RemoveDirs removes directory structure under public path |
| 71 | RemoveDirs(path string, progress Progress) error |
| 72 | // Remove removes single file under public path |
no outgoing calls