NET FTP Library
Pbsz0After Property






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : Pbsz0After Property
When connecting to SSL by default it tries to issue a PBSZ 0 before logging in. By setting to true it only tries PBSZ 0 after logging in. The default is false.
Syntax
'Declaration
 
Public Property Pbsz0After As System.Boolean
'Usage
 
Dim instance As FTP
Dim value As System.Boolean
 
instance.Pbsz0After = value
 
value = instance.Pbsz0After
public System.bool Pbsz0After {get; set;}
public read-write property Pbsz0After: System.Boolean; 
public function get,set Pbsz0After : System.boolean
public: __property System.bool get_Pbsz0After();
public: __property void set_Pbsz0After( 
   System.bool value
);
public:
property System.bool Pbsz0After {
   System.bool get();
   void set (    System.bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FTP Class
FTP Members