Concept Framework 2.0 documentation Contents | Index

standard.net.ftp.FtpPut

Name Version Deprecated
FtpPut version 1.0 no

Prototype:
boolean FtpPut(string local_filename, string path, number mode, number connection_handle)

Parameters:
local_filename      the local file to send to the server
path      the ftp file path to write to
mode      the ftp mode: FTPLIB_ASCII or FTPLIB_IMAGE
connection_handle      the connection handle as returned by FtpConnect.

Description:
Issue a PUT command and send data from input.

Returns:
Returns true if succeeded, false if failed.

Documented by Eduard Suica, generation time: Fri Jan 21 18:06:22 2011 GMT(c)2011 RadGs Software