GetDir2¶
Lists a directory from a remote environment with additional information.
1 | |
The password to authenticate with on the remote environment. Optional.
Port : number
The port number of the remote environment. Optional.
Protocol : ( "FTP" | "FTPS" | "SFTP" | "HTTP" | "HTTPS" )
The protocol to use for file transfer. Optional. The default is
RemoteHost : string
The IP address or host name of the remote environment.
RemotePath : string
The path of the file on the remote environment.
UserName : string
The username to authenticate with on the remote environment. Optional.):Array<IsDirectory : boolean
A value indicating whether the file is a directory.
Name : string
The name of the file.>
Parameters¶
Password : string
The password to authenticate with on the remote environment. Optional.
Port : number
The port number of the remote environment. Optional.
Protocol : ( "FTP" | "FTPS" | "SFTP" | "HTTP" | "HTTPS" )
The protocol to use for file transfer. Optional. The default is
RemoteHost : string
The IP address or host name of the remote environment.
RemotePath : string
The path of the file on the remote environment.
UserName : string
The username to authenticate with on the remote environment. Optional. options
The transfer options.