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