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

FtpClient.binary()

Sets transfer mode to binary for transmitting images and other non-text files.

Syntax
FtpObject.binary()

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


... comment


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