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