ComponentSpace FTP Class Library Reference

FtpClient.RemoteFile Property

Gets the RemoteFile object that provides remote file related functionality including file upload and download etc.

[Visual Basic]
Public ReadOnly Property RemoteFile As RemoteFile
[C#]
public RemoteFile RemoteFile {get;}

Property Value

The RemoteFile object that provides remote file related functionality.

See Also

FtpClient Class | ComponentSpace.Ftp Namespace