Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

Creates a new directory on remote environment

void myFiles.MakeDir(options: FileTransferOptions)

Arguments

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 }