 | FtpDownload(String) Method |
Downloads the remote file.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic 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 String
- The path of the remote file.
Return Value
ByteDownloaded data.
See Also