Exemple #1
0
 ///<summary>Called when the proxy server processes a PASV command.</summary>
 ///<param name="Parent">The parent FtpClient object.</param>
 public void ProcessPasv(FtpClient Parent)
 {
     this.Parent  = Parent;
     ExpectsReply = true;
 }