|

ResultVariable


When adding an action with the action editor, you can use this field to specify a variable that the return value will be stored in.


See also: Related Actions


image

image

FTPWI.GetFileSize

OverviewExamples

number FTPWI.GetFileSize ( string URL,


string Username = "anonymous", string Password = "guest@", number Mode = MODE_BINARY, number Timeout = 20,

number Port = 21,


boolean PassiveMode = true,


function CallbackFunction = nil )


De s cr ip t ion


Gets the size of a file (in bytes) located on an FTP site.


P arame t er s


URL


(string) The full ftp address to the file you want the size of. For example, ftp://ftp.myftpsite.com/updates/myfile.txt.


|