Quantcast
Channel: Rebex Q&A Forum - Recent questions and answers
Browsing all 3862 articles
Browse latest View live
↧

How can i upload and download file to the cloud via sftp file server?

Hi, im trying to upload and download files to cloud via sftp file server. I have this sample code for local drive files in this code file read as stream. But In my case during the upload process i have...

View Article


Number was less than the array's lower bound in the first dimension.

I am getting below error while downloading file from sftp server.Number was less than the array's lower bound in the first dimension. Parameter name: dstIndex System.ArgumentOutOfRangeException: Number...

View Article


How to properly moq ssh

hi all! I'm trying to test service that using Rebex.Net.Ssh. inside this service I use LoginAsync(username, pass) and ConnectAsync(host, port).I've wrote this:var sshMock = Mock.Of<Ssh>(m =>...

View Article

Null Result for ReceivedDate Property in MailMessage

I'm using Rebex to create a MailMessage object from the stream of an email obtained through Graph. The response of the call shows the receivedDateTime property properly populated, but when I use the...

View Article

Answered: How can i upload and download file to the cloud via sftp file server?

Part IIIPart of the GetContent method in the Azure provider. protected override NodeContent GetContent(NodeBase node, NodeContentParameters contentParameters) { if (contentParameters.AccessType ==...

View Article


SFTP IsConnected and IsAuthorized Usage

Hi,I've created a C# .NET SFTP library that is essentially a wrapper for Rebex SFTP v.5.0.784 with some added functionality that I need.I have a method called ConnectAndLogin() that essentially checks...

View Article

Answered: DataProcessingMode.Automatic for Virtual Terminal

No, this functionality is available in TerminalControl only.When using VirtualTerminal just call the VirtualTerminal.Scripting.Process(timeout) method in a loop. If you run it infinitely on a...

View Article

how to monitor the file growth on the server side before rebex sftp client...

We are moving from biztalk to azure. In biztalk we are using nsoftware SFTP adapter which has a property called "MonitorFileGrowth = true" , it will make sure if the file is under writing , it will not...

View Article


Answered: Separate licenses for SFTP and SMTP in single application

You can use Rebex assemblies with 2 separate licenses in a single application, as long as versions of those assemblies (DLLs) are the same. For example, you can use Rebex SFTP 7.0.8816 and Rebex SMTP...

View Article


RebexTinyTlsProxy - open modern websites on Windows XP

Hello. I have an old program installed on Windows XP. Is it possible to "help" her to open websites via TLS 1.3? (websites can be anything) If possible, what arguments should be specified for...

View Article

Answered: How to resolve the sftp connectivity issue happening using rebex...

This error indicates that the SFTP client was unable to establish a TCP connection to the server. Specifying a different SSH key exchange algorithm won't resolve this (it has nothing to do with TCP).To...

View Article

Do we need to have cipher algorithm enabled in the client machine to do sftp...

I am connecting to CB SFTP server using Rebex dll in .net 3.5 framework. I want to know if i specify the key exchange algorithm code through do we need to have that cipher enabled in the client machine...

View Article

Rebex Tiny Web Server Won't display Image files with a space in the name

Rebex is not retrieving image files with %20 (space) in the name. Example:09:14:18.453 Request(242): GET /img/MM/Warhorse.png (client: [::1]:52049) 09:14:18.464 Request(242): Sending response: 200 OK...

View Article


Answered: Do we need to have cipher algorithm enabled in the client machine...

The DiffieHellmanGroup14SHA1 ("diffie-hellman-group14-sha1") cipher is available on all platforms and is used when it's enabled by SshParameters.KeyExchangeAlgorithms and has not been disabled using...

View Article

Terminal Background Image

I am curious to know if there is currently capabilities to edit a background image into the terminal similar to how you can now on Windows 11. Would like to introduce this into my application.Thanks!

View Article


Answered: How to resolve the sftp connectivity issue happening using rebex...

If you assume that Rebex SFTP connection-establishing code might be blame for this issue, you can try bypassing it and use your own transport layer instead. To do so, implement a custom ISocketFactory...

View Article

How to find out SFTP server connectivity issue happening in between using...

I am uploading and downloading to server using upgraded rebex library via windows service. This was done as part of the server side upgrade.There is no change made in the connectivity code level ....

View Article


Using photosync to send photos with Rebex tiny sftp

I can send photos to RebexTinySftpServer using a android app called PhotoSync but the user root directory only goes to the data folder. Any way to change it to my pictures folder. Im very stupid on...

View Article

In editors Vim/Vi the "Home" and "End" Keyboard buttons do not work via ssh...

Hi All! we faced with next issue during working in Vim/Vi editor: 1)Attempt to edit a file with Vim/Vi 2)The "Home" and "End" Keyboard buttons do not workhow can we handle this? Thank you in advance!

View Article

Answered: How to find out SFTP server connectivity issue happening in between...

Is this the same issue we are already discussing here, or a different one?If it's a different one, we would need more information.If it's the same one (you occasionally get "No connection could be made...

View Article
Browsing all 3862 articles
Browse latest View live