/// <summary>  
 /// Constructor
 /// </summary>
 /// <param name="sock"> client socket to use
 /// </param>
 internal FTPPassiveDataSocket(BaseSocket sock)
 {
     this.sock = sock;
 }
Beispiel #2
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="sock"> client socket to use
 /// </param>
 internal FTPPassiveDataSocket(BaseSocket sock)
 {
     this.sock = sock;
 }