| FtpDownload Method (String) |
Downloads the remote file.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public byte[] Download(
string remotePath
)
Public Function Download (
remotePath As String
) As Byte()
public:
array<unsigned char>^ Download(
String^ remotePath
)
member Download :
remotePath : string -> byte[]
Parameters
- remotePath
- Type: SystemString
The path of the remote file.
Return Value
Type:
ByteDownloaded data.
See Also