Concept Framework 1.0 documentation | Contents | Index |
Name | Version | Deprecated |
FtpLogin | version 1.0 | no |
boolean FtpLogin(string username, string password[, number connection_handle]) |
username | the username |
password | the password |
connection_handle | the connection handle as returned by FtpConnect. If this parameter is missing, the connection handle will be the last successfully opened handle. |
Log in to remote server. |
function TestFtp() { |
Documented by Eduard Suica, generation time: Thu Oct 15 20:02:06 2009 GMT | (c)2009 RadGs Software |