FTPClient.SetTransferType Method

HD.Common

FTPClientSetTransferType Method Helper帮助文档
设置传输模式

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void SetTransferType(
	FTPClientTransferType ttType
)
Public Sub SetTransferType ( 
	ttType As FTPClientTransferType
)
public:
void SetTransferType(
	FTPClientTransferType ttType
)
member SetTransferType : 
        ttType : FTPClientTransferType -> unit 

Parameters

ttType
Type: HD.CommonFTPClientTransferType
传输模式
See Also

Reference