FTP Get Folders

From UBot Studio
Revision as of 16:46, 31 July 2013 by LillyT (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This is an FTP Function

This function will return a list of all folders in the specified location. The FTP Get Folders function can be used in any command in UBot Studio, as along as the command is in the Connect to FTP Server command.


plugin command("FTPCommands.dll", "connect to ftp server", "FTP", "ftp.mysite.org", 21, "myusername", "p4ssw0rd", " /var/www/mysite.com/files") {
    add list to list(%mylist, $plugin function("FTPCommands.dll", "$ftp get folders", "files"), "Delete", "Global")
}


In the example above, the FTP Get Folders function has been placed inside the Add List to List command. The Add List to List is then placed inside the Connect to FTP Server command.

File:Getfoldersftp.jpg

Running the will return a list of all the folders in the location specified in the FTP Get Folders function.

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox