|
FtpDirectoryGetFile(String, String) Method
|
Downloads remote file from directory using alternate local filename.
Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.207-beta
Syntax Public Sub GetFile (
localFile As String,
remoteFile As String
)
public:
void GetFile(
String^ localFile,
String^ remoteFile
)
member GetFile :
localFile : string *
remoteFile : string -> unit
function GetFile(localFile, remoteFile);
View SourceParameters
- localFile String
- Local filename to use for download.
- remoteFile String
- Remote filename to download.
See Also