'Declaration Public Overloads Sub SCPGetBinary( _ ByVal localFilePath As System.String, _ ByVal remoteFileName As System.String, _ ByVal fireProgress As IFireProgress _ )
'Usage Dim instance As SFTP Dim localFilePath As System.String Dim remoteFileName As System.String Dim fireProgress As IFireProgress instance.SCPGetBinary(localFilePath, remoteFileName, fireProgress)
public void SCPGetBinary( System.string localFilePath, System.string remoteFileName, IFireProgress fireProgress )
public procedure SCPGetBinary( localFilePath: System.String; remoteFileName: System.String; fireProgress: IFireProgress );
public function SCPGetBinary( localFilePath : System.String, remoteFileName : System.String, fireProgress : IFireProgress );
public: void SCPGetBinary( System.string* localFilePath, System.string* remoteFileName, IFireProgress* fireProgress )
public: void SCPGetBinary( System.String^ localFilePath, System.String^ remoteFileName, IFireProgress^ fireProgress )
Parameters
- localFilePath
- A fully qualified path with the file name
- remoteFileName
- The name of the file to get
- fireProgress
- Monitor the progress