FtpClient.DataForward Property

Mentalis.org Proxy

Mentalis.org Proxy Documentation

FtpClient.DataForward Property

Gets or sets the dataconnection object used to transmit files and other data from and to the FTP server.

[Visual Basic]Friend Property DataForward As Org.Mentalis.Proxy.Ftp.FtpDataConnection
[C#]
internal FtpDataConnection DataForward {get; set;}

Property Value

An FtpDataConnection object that's used to transmit files and other data from and to the FTP server.

See Also

FtpClient Class | FtpClient Members | Org.Mentalis.Proxy.Ftp Namespace