Cant get ScSSHClient to work with key - not even following step by step instructions
Hi, I cannot get the ScSSHClient component to connect when using a key instead of a password. I've been trying out these steps: https://docs.devart.com/sbridge/index.html?client_configuration.htm Here's what I've done: create SSH server on Ubuntu, connecting
scFTPClient: Active-Connection ListDir -> ErroNo.: 530 ..Please login with USER and PASS
SBridge Version 10.3.1 Following scFTPClient-properties are defined: Hostname, Username, Password, UsePassive true/false (makes no difference) TLSMode = tmDisableTLS Connect Active = true when calling ListDir, the error occurs. What's wrong. I can't find
SecureBridge for Delphi 12
Hello, When is the plan to release Secure Bridge for Delphi 12? Regards, Bojan
SecureBridge TscSSHClient irregularly causes critical crash in FMX app on IOS when disconnecting
Hello, after refitting a mobile application with SecureBridge to enable SFTP data exchange I have encountered the following problem: In irregular intervals the app crashes fatally when performing an SFTP data exchange. With the help of the debugger I
Securebridge SFTP Client Access Violation
Hi, We have been getting Access Violations when using the SFTP client component in a MFT server. Sow what happens is the server has 4 queue threads and files get processed by the destinations they have, so when a file has a SFTP relay destination it creates
10.3.1 question
Can you provide more details on the sshclient AV bug that was fixed? Reason I ask is I am seeing AV with the SSHclient with SFTP Client when I connect to the same host a lot in a short time frame. so there could be 10 plus SSH/SFTP client objects created
SignalR
Hello, i need help with SignalR component. I have SignalR Client application (C#) The below code received the message from server and send result to the server: connection.On("GetResult", async (string StationID) => { var result = await Console.In.ReadLineAsync();
TScHttpWebRequest.GetResponse When an exception occurs, the object is freed , Result.Free adjust to FreeAndNil(Result) is it better ???
function {$IFNDEF SBRIDGE}TCRHttpWebRequest{$ELSE}TScHttpWebRequest{$ENDIF}.GetResponse(CancellationToken: TScCancellationToken = nil): {$IFNDEF SBRIDGE}TCRHttpWebResponse{$ELSE}TScHttpWebResponse{$ENDIF}; function StatusIsTimeout(StatusCode: integer):
Demo SFTPClient - Error "cannot send data to server"
Use demo SFTPClient When I upload a 25gb file after uploading 2gb an error occurs "cannot send data to server". The same error occurs when using the method ScSFTPClient.WriteFile --------------------------------- Embarcadero® RAD Studio 10.3 Version 26.0.36039.7899
TScWebSocketClient Negotiate/NTLM authentication
Hi I'm trialing SecureBridge library. I have a websocket server (based on c# HttpListener with AuthenticationScheme = AuthenticationSchemes.Negotiate | AuthenticationSchemes.Ntlm I have a websocket client written on Delphi using WinHTTP with such option:
ScSFTPClient - How to get the file size without having to download it?
Currently, I'm using ScSFTPClient.DownloadFile to download a file from a server to a local file. I'm then checking the file size post-download. Is there a way to get the file size of the targeted file without having to download it?
SFTP Server
I have an IP camera which can send events to an SFTP server. In the camera configuration I can set the target, port, username and password. The target is set to sftp://10.192.33.61:22 (port = 22). The username and password are both set to WBCam1. 10.192.33.61
TScFTPClient - SSL Negotiation Command is Failed
Our company recently purchased your FTP components and I'm using TScFTPClient to try and connect to an FTP server with TLS. I can call the client's Connect method OK, but when I attempt to use the Login method, I get an error message stating, "SSL negotiation
Delphi / TScHubConnection.Invoke example
Hello, We are thinking about purchasing your component. We need help, and even better an example of using different methods. In the demo project, we did not find an example of use. Please provide an example using all the methods below.
TscKey.ImportFrom(Stream); Error "Key is Broken"
When I use TscKey.ImportFrom(FileName) everything works as expected, but if i copy the content of FileName into a constant it fails with "Key is broken" error. SecureBridge 10.2 Delphi XE7 procedure TForm7.Button1Click(Sender: TObject); const PUBLIC_KEY
TScMailMessage adds In-Reply-To if Message-ID exists
Hi, As far as I know In-Reply-To header should be used in replies. Now If I add Message-ID to specialheaders it also copies it's value to In-Reply-To header In ScMailMessage.pas procedure GenerateHeader there is piece of code.. if FHeaders.Names['In-Reply-To']
SSHServer Demo
Hi, Is it possible to add a users home path to the demo? Thanks
Memory leak in SecureBridge connection to a signelR hub
Hello, I have detected a memory leak in SecureBridge connecting to a SignalR hub. The memory leak is produced on each unexpected disconnection. The error can be traced in a simple way. 1. Connect a hub client to any server hub in IIS. 2. Setup the hub
Is it possible to keep the parameters of a file downloaded through "ScSFTPClient1.DownloadFile"?
Is it possible to keep the parameters of a file downloaded through "ScSFTPClient1.DownloadFile"? Example: The A.zip file has a creation date of 2/5/2007 on the server. When downloading it, the downloaded file is having as current creation/modification
How i can know if specific File Exists on server?
Hello again, How i can know if specific File Exists on server with ScSFTPClient? I need to check if a specific file exists or not on the server. How can I do it?
sFTP with Progressbar
Hello, I need a example of "ScSFTPClient1.DownloadFile" and "ScSFTPClient1.UploadFile" with a Progressbar do view the progress of file transfer. I Appreciate your attention.
Error in demo for SFTP
Hello, I'm trying to understand how the SFTP component is working, but í get some errors when running the demo. Please advice.
Securebridge SFTP error Undeclared identifier: 'TScSFTPFileAttributes'
Steps to reproduce problem. (1) Create a new VLC project (10,4) (2) Drop a SFTP component (3) Double-click property Onin SetRemoteFileAttributes (4) Enter // for persistence (5) Compile Error: [dcc32 Error] Unit2.pas(14): E2003 Undeclared identifier:
Error "wrong data format" when decrypting TStream in TScCMSProcessor
Hi, Error "wrong data format" is always generated when decrypting a TStream in TScCMSProcessor. It works fine for files, but not for TStream. InStream := TMemoryStream.Create; InStream.LoadFromFile('Document.txt'); OutStream := TMemoryStream.Create; //
TScHubConnection and ServerSentEvents Support
Will TScHubConnection support transport type of ServerSentEvents in the future? I noticed that there is commented out code in ScSignalRHttpConnection referencing ServerSentEvents.
TscHTTPServer
Hi: I'm using the TscHTTPServer to implement a Service Server for my programs. There is no documentation of using this component, but I realize this is close to the programming of a TIndyHTTPServer, but without some support procedures like the MIME List
TscHTTPServer
I need a full example of how to implement x.509 PEM self signed certificate with the TscHTTPServer component at design time and run time programatically.
Memory leak in SecureBridge
Hi, Securebridge initialization code as allocates object which is newer release causing memory leak. I know that it's not dangerous, cause it doesn't repeat but I was just wondering could the code be fixed so that while catching memory leaks, I wouldn't
SecureBridge
Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge