| FileSystemClientUploadFile Method (String, String) |
Uploads a file to the file system.
Namespace:
Ookii.Jumbo.Dfs.FileSystem
Assembly:
Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax public void UploadFile(
string localSourcePath,
string targetPath
)
Public Sub UploadFile (
localSourcePath As String,
targetPath As String
)
public:
void UploadFile(
String^ localSourcePath,
String^ targetPath
)
member UploadFile :
localSourcePath : string *
targetPath : string -> unit
Parameters
- localSourcePath
- Type: SystemString
The path of the file to upload. - targetPath
- Type: SystemString
The path on the file system to store the file. If this is the name of an existing directory, the file
will be stored in that directory.
See Also