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

FtpClient.getFile()

Transfers a file from the FTP server to the local file system.

Syntax
FtpObject.getFile(RemoteFile, LocalFile)

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


... comment


Page last modified on 2002-07-16 09:48 by tobi