LumiSoft Net Help
AppendToFile Method (path, stream)
NamespacesLumiSoft.Net.FTP.ClientFTP_ClientAppendToFile(String, Stream)
Appends specified data to the existing file. If existing file doesn't exist, it will be created.
Declaration Syntax
C#Visual BasicVisual C++F#
public void AppendToFile(
	string path,
	Stream stream
)
Public Sub AppendToFile ( 
	path As String,
	stream As Stream
)
public:
void AppendToFile(
	String^ path, 
	Stream^ stream
)
member AppendToFile : 
        path : string * 
        stream : Stream -> unit 
Parameters
path (String)
FTP server file absolute or relative path to the current working directory.
stream (Stream)
Stream which data append to the specified FTP server file.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this method is accessed.
InvalidOperationExceptionIs raised when FTP client is not connected or FTP data connection has active read/write operation.
ArgumentNullExceptionIs raied when file or stream is null.
ArgumentExceptionIs raised when any of the arguments has invalid value.
FTP_ClientExceptionIs raised when FTP server returns error.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119