FtpDataConnection.ProcessPasvReplyRecv Method

Mentalis.org Proxy

Mentalis.org Proxy Documentation

FtpDataConnection.ProcessPasvReplyRecv Method 

Called when the FtpClient receives a reply on the PASV command from the server.

[Visual Basic]Friend Function ProcessPasvReplyRecv( _
   ByVal Input As String _
) As Boolean
[C#]
internal bool ProcessPasvReplyRecv(
   string Input
);

Parameters

Input
The received reply.

Return Value

True if the input has been processed successfully, false otherwise.

See Also

FtpDataConnection Class | FtpDataConnection Members | Org.Mentalis.Proxy.Ftp Namespace