Helma logo
helma.org » Home > Stories > FtpClient.logout()

FtpClient.logout()

Terminates the current FTP session.

Syntax
FtpObject.logout()

Example
var ftp = new FtpClient("ftp.host.dom");
ftp.login("user", "pass");
ftp.putFile("htaccess.txt", ".htaccess");
ftp.logout();


... comment


Page last modified on 2002-07-10 08:44 by tobi