Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Overview

Creates a new directory on remote environment

void myFiles.MakeDir(options: FileTransferOptions)

Arguments

Options for remote directory.

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 }

  • No labels