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

Incompatible System.Runtime Version

Hi.We downloaded the Sftp version 6.9 and tried it in Microsoft Visual Studio 2019. When we build the application, it's giving me the below error message.Assembly 'Rebex.Networking' with identity...

View Article


How do I use Rebex::Net::Scp::GetFile to get a file that has a single quote...

From Linux, I would surround the name that contains a single quote with double quotes. When I try to do this for the string passed to GetFile(), it get an exception: "cannot perform requested operation...

View Article


Answered: MailMessage.From

Please note that MailMessage.From property is a MailAddressCollection object, which is collection of MailAddress objects. The MailAddress.Address property is what you probably want to read.Example:var...

View Article

Connecting with the Cisco IOS device issue

I am trying to login to the cisco router detect its prompt and pass the password to get higher privileges. can you provide the sample code. I have been struggling with that for some time.Connect to the...

View Article

SSH login Cisco IOS with Tacacs+

Hi, I try to do a simple command to a Cisco router. It works fine if I use local username/password, but if I use Tacacs+ to authenticate the user it fails (works fine using putty).When using...

View Article


Answered: Connecting with the Cisco IOS device issue

The naive approach can look like this:// connect and login to an SSH server var ssh = new Ssh(); ssh.Connect("example.com"); ssh.Login("username", "password"); // start scripting using established SSH...

View Article

How can I disable client initiated renegotiation when I am using Rebex HTTPS...

View Article

Answered: Office365 non-interactive app with EWS System.Xml.XmlException:...

Yes, this indicates that the EWS client has been able to authenticate, but the access token did not have appropriate permissions to use the EWS API.The following articles describe the permissions...

View Article


Transparent console

Hello, Is there any way to make the terminal control transparent? Also maybe it's possible to configure additional visual elements like background picture or custom colors?

View Article


The connection was closed by the server. Make sure you are connecting to an...

We've been using Rebex for SFTP connections for 10 years and it works great. Recently, we've updated our old version (2012) to R6.4, and later to R6.9 Since then, our customers are experiencing some...

View Article

Answered: Transparent console

Hello,Unfortunately, our terminal control does not currently support transparency and background pictures.Custom colors, fonts and cursors styles are customizable:PaletttesColor schemesFontsCursor...

View Article

How to solve paging in SSH

HiI looking for a solution on a paging problem on Cisco IOS.As an example, if you do show logging, you will end up with a prompt of --More-- and you are supposed to hit enter or something else to...

View Article

Answered: How to solve paging in SSH

Hi,Basically, when using the Scripting API, you have to simulate the matching and actions a human would do. In this case, that means looking for the more "--More--" prompt, and reacting accordingly -...

View Article


SFTP .Net - download not working after succesful connection with error 'file...

We have a customer SFTP to which we can connect, list files available for downlaod, but when we wan't to download these files, there is a 'file not found error'The files are in a subdirectory but if i...

View Article

Slow upload speed

I have been using the Rebex FTP (not sftp) component for a number of years and just recently realized how slow the uploads were compared to using an FTP client / GUI program. I had read all of the...

View Article


Answered: SFTP .Net - download not working after succesful connection with...

This is what I see in the log:After connection was established, the client was placed in the root directory:2023-03-27 09:56:23.667 INFO Sftp(3)1 Command: SSH_FXP_REALPATH (1, '.') 2023-03-27...

View Article

Tiny Web Server (free) - Can I start server with Windows and/or run as a...

Hi all,Is it possible to run Tiny Web Server in the background on a Windows system? Also, interested in automatically starting this as a service, even possibly before a user is logged in.

View Article


Answered: SMTP OAuth2 Office 365 still not supported ?

As far as we know, app-only OAUTH2 authentication for SMTP is still not supported by Microsoft 365. We are not aware of any timelines for this - you will have to ask Microsoft to learn more.However,...

View Article

Terminal scripting: content repetition from Windows type command

We are using the Terminal scripting object (r6.11) to connect to Windows 2019 OpenSSH (8.6)When we send the "type" command to list a text file, we get a random repetition of the line content from the...

View Article

Syslog Recvfrom

Hi,I would like to know the IP address of the machine that sent a given syslog message (similar to recvfrom).https://linux.die.net/man/2/recvfromHow can this be done? I can see there is a hostname...

View Article
Browsing all 3860 articles
Browse latest View live