Creates a directory on the server.

Namespace:  Rebex.Net
Assembly:  Rebex.Sftp (in Rebex.Sftp.dll)

Syntax

Visual Basic
Public Sub CreateDirectory ( _
	remotePath As String _
)
C#
public void CreateDirectory(
	string remotePath
)

Parameters

remotePath
Type: System..::..String
Pathname of the new remote directory.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also