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

FtpClient.putString()

Transfers text from a string to a file on the FTP server.

Syntax
FtpObject.putString(String, RemoteFile)

Example
var ftp = new FtpClient("ftp.host.dom");
ftp.login("user", "pass");
ftp.putString("Hello, World!", "message.txt");


... comment


Page last modified on 2002-07-16 10:06 by tobi