Determine-Whether-Remote-Folder-Exists
Command Description
Determine whether the specified folder exists in FTP server
Command Prototype
isRemoteDirectoryExists = FTP.RemoteFolderExists(objFTP,sRemotedir)
Parameter Description
Parameter | Required | Type | Default | Description |
---|---|---|---|---|
objFTP | True | expression | objFTP | Refers to the FTP connection object returned by the "connect to FTP server" command |
sRemotedir | True | string | "" | Specified folder path in FTP remote directory |
return
isRemoteDirectoryExists,The variable used to save the output of the command.
Demo