Text The text to upload as a file.
Remote FileThe remote file to upload the text to. [This can be a full path or a path relative to the current remote directory.]
Append to FileIf True and the remote file exists, the text will be appended to the current remote file. [Default is False; if the remote file exists, it will be overwritten.]
Line Ending TypeDefines the type of line endings for the uploaded text.
Character SetDefines what character set to use when creating the text file. [Default is "UTF-8".]
Include Unicode BOMIf True and charset is a unicode character set, a unicode byte order mark will be placed at the beginning of the file. [Default is False; ignored if AppendToFile is True.]
|