Skip to content

SSH.SFTPSession.MakeDirectory

Andrew Lambert edited this page Nov 26, 2022 · 3 revisions

SSH.SFTPSession.MakeDirectory

Method Signature

 Sub MakeDirectory(DirectoryName As String, Mode As Integer = &o744)

Parameters

Name Type Comment
DirectoryName String The name of the remote directory to create.
Mode Integer Optional. The Unix-style permissions to apply to the directory.

Remarks

Creates the specified directory on the remote server using SFTP.

Clone this wiki locally