FTP Upload Folder

From UBot Studio
Revision as of 17:15, 26 September 2013 by LillyT (Talk | contribs)

Jump to: navigation, search

This command is an FTP command.

This command will upload a folder to the connected FTP server.

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 upload folder", "C:\\Users\\Documents\\ImportanFax", "ImportantFax")

Uploadfolftp.jpg


After the connection is established, the folder will be uploaded to the remote location specified on the FTP server.

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox