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?
SecureBridge wws certificate validity
I am trialing SecureBridge WebSocket client. when I connect to a test server with wws the response from the server is "the certificate is not within its validity period". this is just a dev/testing environment so you can I for testing accept the error
How to make Code Compare Ignore closing/opening braces openings or endings?
Unable to create entity model
Hi, Using Visual Studio; When I try to add a new Devart Entity Model; I can create a model using the thick client app and open it in Visual Studio but the entities are not generated and I do not see Run Custom Tool.
F2613 Unit 'ScBridge' not found error
Hello - I have just Installed SecureBridge 10.3.1 in Delphi 11.3. I see the components in the IDE. When I target/run a Windows 32 app it works fine. When I run a Windows 64 app, Android 32, or Android 64 I get the error F2613 Unit 'ScBridge' not found.
Opening reviewed file
Hello, when reviewing file, it always opens some temporary file under AppData folder instead of that one in Repository Directory. Why is it so? Issue is that that one temporary file si missing its context and therefore I cannot easily navigate to definitions
Build Solution In MS hosted
Bonjour We have solutions .Net with differentes TargetFramework and version Devart Exemple Solution Number 1 TargetFramework : .Net 4.7.2 Devart version : 8.5.583.6 Version=7.1.40.0 Solution Number 2 TargetFramework : .Net 4.0 Devart Version=8.5.583.6
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
Updated to Entity Developer 7, Code generation default value not working for String
Hi, We updated our version of Entity Developer from 5.8 to 7.0 and the code generation default value for String properties stopped working. It still works for ints. We are using EF6 Models with Sql Server, code first. Generates: However Generates: I tried
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
Entity Framework Core 7 (EF7) / .NET 7.0 support
Hello, are there any estimates when Entity Developer will start supporting Entity Framework Core 7 (EF7) and .NET 7.0? Thank you
Relation Many-To-Many from Diagram Devart version 7
Hi all, I am working with the latest version of devart 7, with .net core 6 MVC, Visual Studio 2022 and with Sql server 2019. I need to relate two Many-to-Many tables and in the middle table I need to add more fields besides the two Ids of the related
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.
Help adding QuickBook invoice using DotConnect
I receive the following error: System.NullReferenceException HResult=0x80004003 Message=Object reference not set to an instance of an object. Source=BaptistTrumpetInvoicingV2 StackTrace: at EOL.BaptistTumpetInvoicing.GenerateSubscriptionInvoices.AddQBInvoice(Customer
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
Error when opening EDML from VS2022
Starting a few days ago, I am experiencing this error when opening the EDML within VS2022 that was working before:
TRttiUtils : Documentation
Could you please provide the documentation for the TRttiUtils class and an example of use TIA
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
Generate Entities Prefixed with Schema Name
Hello, We are evaluating Entity Developer for purchase. We currently use "EF Core Power Tools". One of the few nice things about it is that when using Database First, it generates entity names that are prefixed with the schema name followed by an underscore.
Code Compare
Discussion of open issues, suggestions and bugs regarding file and folder merge tool – Code Compare
Review Assistant
Discussion of open issues, suggestions and bugs regarding code review tool for Visual Studio – Review Assistant
LINQ Insight
Discussion of issues, suggestions and bugs of LINQ Insight, Visual Studio add-in for design-time executing LINQ statements, that simplifies debugging LINQ