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