Specify that data should be appended to an existing file during
a FTP file transfer.
Syntax
object.AppendFile [= { True | False }]
The object is an expression that evaluates to a FileTransfer
object. The property returns a boolean value.
Remarks
The AppendFile property specifies that data should be
appended to the target file during a file transfer. The default
value for this property is False, which means that the target file
will be overwritten. Note that this property only has an effect
when the GetFile or PutFile methods are used for a
FTP transfer.
Data Type
Boolean
See Also
GetFile Method, PutFile Method
|