메소드 |
설명 |
|
Copy ( Uri sourcePath, Uri destinationPath, bool overWrite, string userName = "", string password = "" ) : void |
|
|
CreateDirectory ( Uri path, string userName = "", string password = "" ) : void |
|
|
Delete ( Uri path, string userName = "", string password = "" ) : void |
|
|
Get ( Uri path, string userName = "", string password = "" ) : Stream |
|
|
List ( Uri path, string userName = "", string password = "" ) : IList |
|
|
Move ( Uri sourcePath, Uri destinationPath, bool overWrite = false, string userName = "", string password = "" ) : void |
|
|
Put ( Stream data, Uri path, bool overwrite = false, string userName = "", string password = "" ) : void |
|
|