FTP Rename Folder

From UBot Studio
(Difference between revisions)
Jump to: navigation, search
(Created page with "This command is an FTP command. This command will rename a folder at the connected FTP server. '''Remote Folder name:''' The name of the folder being rename...")
 
 
(2 intermediate revisions by one user not shown)
Line 9: Line 9:
 
To use, simply drag the command into the [[Connect to FTP Server]] command.  
 
To use, simply drag the command into the [[Connect to FTP Server]] command.  
  
 +
<pre>
 +
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 rename folder", "ImportantFax", "ClassifiedFax")
 +
}
 +
</pre>
  
[[File:renameftp.jpg]]
+
 
 +
[[File:ftprefol.jpg]]
  
  
 
Once a connection is established, the folder will be found and renamed to the new folder name.
 
Once a connection is established, the folder will be found and renamed to the new folder name.

Latest revision as of 18:28, 26 September 2013

This command is an FTP command.

This command will rename a folder at the connected FTP server.

Remote Folder name: The name of the folder being renamed on the FTP server.

New Folder Name: The new name the target folder will be renamed to.

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 rename folder", "ImportantFax", "ClassifiedFax")
}


Ftprefol.jpg


Once a connection is established, the folder will be found and renamed to the new folder name.

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox