Create-a-Remote-Folder
Command Description
Create folders in batches on the FTP server
Command Prototype
bRet = FTP.CreateRemoteDir(objFTP,sRemotedirlist)
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 |
sRemotedirlist | True | expression | [] | The file path in FTP server, batch creation of file paths is supported |
return
bRet,The variable used to save the output of the command.
Demo