Files.MakeDir

Overview

Creates a new directory on remote environment

void 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 to authenticate on remote environment. Optional. Password : string // Port number of remote environment. Optional. Port : number // Protocol to use for file transfer. Optional. Default is FTP. Protocol : ( "FTP" | "FTPS" | "SFTP" | "HTTP" | "HTTPS" ) // IP address or host name of remote environment. RemoteHost : string // Path of file on remote environment. RemotePath : string // Username to authenticate on remote environment. Optional. UserName : string }

Copyright © 2010 - 2023 Emakin. All rights reserved.