Upload-Folder
Command Description
Upload local folder (including all subfolders and contents) to FTP server
Command Prototype
uploadFolderStatus = FTP.UploadFolder(objFTP,sRemotedir,sLocalpath)
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 | "" | Existing remote directory in FTP server |
sLocalpath | True | path | '''C:\Users''' | The path of the specified local folder to be uploaded |
return
uploadFolderStatus,The variable used to save the output of the command.
Demo