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
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
SFTP DirectoryExists
With SFTP: What is the best way to check the existance of a remote directory. Like Delphi DirectoryExists()
SFTP Client Timeout
Hello, We have an application which uses an scSFTPClient component to transfer files to our bank. This program has been in use for years and never had a problem. Today, we had two files fail due to a reported timeout. Our timeout value is set to 30. After
Where is the TCRSSHIOHandler component?
Hello, I would like to use SecureBridge to recreate your example Connecting to MySQL Through SSH in Delphi in Delphi. Unfortunately, I do not have a TCRSSHIOHandler component. I am working with D12.1, dbForge Studio for MySQL Professional, SecureBridge
ScHttpServer and ResponseInfo.OutputStream
I would like to know what is the best way to use the ScHttpServer component to return an Outputstream. I have the following code in ScHttpServerProcessRequest, and it works, but when I release the stream, it stops working. try fs := TFileStream.Create(
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
Trouble reading response from websocket connect/call
Apologies for the newbie question, but do you have sample code on how to parse the OnMessage data array to a format that I can read into a memo field? Thanks! - Robert
Encrypted data is corrupt
I am considering purchasing a SecureBridge license to use in an older project developed with Delphi 7, I have installed the trial version. But this code gives error: Encrypted data is corrupt procedure TForm1.Button1Click(Sender: TObject); Var Request:
TScSFTPClient: Append file on server in new line
Hello, TLDR: How do I properly append a file on server in a new line using TScSFTPClient? I replaced my Indy-FTP-Clients with SecureBridge and I am currently working on an instance in which a textfile on a server is appended with the data of a local text
How to send plain text ScSslClient
I want to start using ScSslClient to connect to my ICS component SslWSocketServer. Connection happens successfully. Issue is when I send some data it shows as junk (unicode characters) at the Server Side. Kindly let me know if I am sending text wrongly.
Error message since version update
We are using Delphi 10.2.3, wth WIndows 10 Since today, Securebridge 10.2.1 worked fine. But today, we updated to 10.3.1, and since then, the previous sftp connections are not working. I checked the application, which was compiled yesterday, with the
SecureBridge "Trial expired" right after install
Newly-downloaded SecureBridge is giving "Trial period has expired" message. I just downloaded SecureBridge for Delphi 12 and installed it. (2024-02-09) I loaded and compiled demo SFTPClient and ran it. In the SSH configuration area I filled in server
Can´t compile x64 Package dacsbridge280
Hello, i can´t compile the x64 Package for Securebridge 10.3.1 in Delphi 11. The Error are [dcc64 Fataler Fehler] CRSSHIOHandler.pas(10): F2084 Interner Fehler: URW7676 I reinstal the SBridge and try also the latest Version as Trial -> Same The Path are
SecureBridge for Delphi 12
Hello, When is the plan to release Secure Bridge for Delphi 12? Regards, Bojan
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
ScSignalRHubConnection
Hello, I wonder if the unit ScSignalRHubConnection supports the ASP.NET Core SignalR protocol for connecting to the server. Thank you and Best Regards Boris
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']
Exception "The CRL is not found"
Hello, we are using SecureBridge 10.0.1 for Delphi. A few days ago, on some Clients the function WebRequest.GetResponse.ReadAsString raises an exception "The CRL is not found". On other clients the function works fine. Da you have any idea, how to fix
Can't install LINQ Insight, error reports Visual Studio not installed
Hello, I have downloaded a trial version of LINQ Insight for evaluation from your website. When I launch the installation I get the following message, despite having Visual Studio 2022 installed. Is this product not compatible with this version of Visual
When using TScHubConnection in dll, the main window closes and gets stuck.
I use TScHubConnection in the dll loaded by the exe to connect to the server. When the exe is closed, the window freezes directly and the process must be forced to end. I tried modifying the EventsCallMode, all modes have no effect. Help!
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?
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
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
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