Overview
Creates a new directory on remote environmentvoid myFiles.MakeDir(options: FileTransferOptions)
Arguments
FileTransferOptions options
Options for remote directory.
Returns
This method does not return any value.Remarks
Creates a folder by remote path property of FileTransferOptions
Types
FileTransferOptions
Options for file transfer operations.{
Password : string
Port : number
Protocol : string
RemoteHost : string
RemotePath : string
UserName : string
}