-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.SFTPSession.MakeDirectory
Andrew Lambert edited this page Nov 26, 2022
·
3 revisions
SSH.SFTPSession.MakeDirectory
Sub MakeDirectory(DirectoryName As String, Mode As Integer = &o744)
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. |
Creates the specified directory on the remote server using SFTP.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2018-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.