|
FtpFileGet(String) Method
|
Downloads remote file using alternate local filename.
Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.207-beta
Syntax public void Get(
string localFile
)
Public Sub Get (
localFile As String
)
public:
void Get(
String^ localFile
)
member Get :
localFile : string -> unit
View SourceParameters
- localFile String
- Local filename to use for download.
See Also