FTP Download Folder
From UBot Studio
This command is an FTP command.
This command will download a folder from the connected FTP server.
Remote Folder Name: The remote folder name of the folder being downloaded from the server (for example ClassifiedFax. Make sure the folder actually exists within the remote path you are connected to using the connect to ftp server command)
Local Folder: The new folder name for the downloaded folder and its local folder path(C:\Users\Documents\ClassifiedFax)
To use, simply drag the command into the Connect to FTP Server command.
plugin command("FTPCommands.dll", "connect to ftp server", "FTP", "ftp.mysite.org", 21, "myusername", "password1234", "/var/www/mysite.com/public_html/") { plugin command("FTPCommands.dll", "ftp download folder", "ClassifiedFax", "C:\\Users\\Documents\\ClassifiedFax") }
Once a connection is established, the command will be run and the folder will be downloaded to the specified location on the local machine.