Called when there's a connection from the local FTP client waiting to be accepted.
[Visual Basic]Private Sub OnPasvAccept( _
ByVal ar As System.IAsyncResult _
)
[C#]
private void OnPasvAccept(
IAsyncResult ar
);
Parameters
- ar
- The result of the asynchronous operation.
See Also
FtpDataConnection Class | FtpDataConnection Members | Org.Mentalis.Proxy.Ftp Namespace