Skip to main content
Version: v6.0.0

Create-a-Remote-Folder

Command Description​

Create folders in batches on the FTP server

Command Prototype​

bRet = FTP.CreateRemoteDir(objFTP,sRemotedirlist)

Parameter Description​

ParameterRequiredTypeDefaultDescription
objFTPTrueexpressionobjFTPRefers to the FTP connection object returned by the "connect to FTP server" command
sRemotedirlistTrueexpression[]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​