FtpClient.ProcessPortCommand Method

Mentalis.org Proxy

Mentalis.org Proxy Documentation

FtpClient.ProcessPortCommand Method 

Processes a PORT command, sent from the client.

[Visual Basic]Private Sub ProcessPortCommand( _
   ByVal Input As String _
)
[C#]
private void ProcessPortCommand(
   string Input
);

Parameters

Input
The parameters of the PORT command.

See Also

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