|   | FtpClientPort Property | 
        
        
            Gets or sets FTP server port to use, defaults to 21 for FTP and 69 for TFTP.
            
        
        Namespace: GSF.Net.VirtualFtpClientAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic int? Port { get; set; }Public Property Port As Integer?
	Get
	Set
public:
property Nullable<int> Port {
	Nullable<int> get ();
	void set (Nullable<int> value);
}member Port : Nullable<int> with get, set
function get_Port();
function set_Port(value);
Property Value
NullableInt32 Remarks
Remarks
            This only needs to be changed if the FTP server is established on a non-standard port number.
            
 See Also
See Also