Method | Description | |
---|---|---|
CopyObject ( |
||
CreateDirectory ( string serverUri ) : void | ||
DownloadObject ( |
Downloads the object.
|
|
FtpStorageService ( ICmsConfiguration config ) : System | ||
GetSecuredUrl ( |
||
ObjectExists ( |
||
RemoveFolder ( |
||
RemoveObject ( Uri uri ) : void | ||
UploadObject ( UploadRequest request ) : void |
Method | Description | |
---|---|---|
CheckUri ( |
||
CreateFtpRequest ( string serverUri ) : |
||
CutLastDirectoryFromUri ( string url ) : string |
Removes last directory from url if possible.
|
|
DirectoryExists ( |
||
ExtractPath ( string absolutePath, bool addPath = true ) : string | ||
Pump ( Stream input, Stream output ) : void | ||
ResolvePath ( string url ) : string | ||
TryCreateDirectory ( string sereverUri, bool recursive = false ) : bool |
public CopyObject ( |
||
sourceUri | ||
destinationUri | ||
return | void |
public CreateDirectory ( string serverUri ) : void | ||
serverUri | string | |
return | void |
public DownloadObject ( |
||
uri | The URI. | |
return | BetterCms.Core.Services.Storage.DownloadResponse |
public FtpStorageService ( ICmsConfiguration config ) : System | ||
config | ICmsConfiguration | |
return | System |
public GetSecuredUrl ( |
||
uri | ||
return | string |
public UploadObject ( UploadRequest request ) : void | ||
request | UploadRequest | |
return | void |