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