tcp.ftp.writeFile
| Syntax |
tcp.ftp.writeFile (adrconnectiontable, filetext, path)
|
| Params |
adrconnectiontable is the address of a table returned by tcp.ftp.openConnection. filetext is the content of a file to be created on the server. path is a string specifying the location on the server where the file should be created.
|
| Action |
Writes a file with the specified content to the specified location on the server.
|
| Returns |
True.
|
| Note |
This verb was released as a root update on 02/16/2000.
|
| See Also |
tcp.ftp.openConnection
|