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