Questions tagged [rebex]

Commercial pre-packaged components for .NET/.NET CF/Xamarin.iOS/Xamarin.Android.

Rebex has components for SFTP client and server, FTP, FTPS, IMAP, POP3, SMTP, NTP, SNTP, Time, Mail, HTTPS, SSH Shell and Telnet Terminal emulation, Security, ZIP compression, File Server.

26 questions
0
votes
0 answers

How to connect with privateKey and certificate in Rebex

I have the ssh command: $ssh -i cert.pub -i private_rsa user@host.net I'm using Rebex.Net.Ssh and I'd like to know how call Login method with Certificate (cert.pub) and PrivateKey (private_rsa), just like command above. This is possible? I currently…
Kleber Bernardo
  • 193
  • 1
  • 13
0
votes
1 answer

Internet connection in MC65

In MC65, SIM card is already inserted. Any web site can be browsed. In my application, there is sending email feature using Rebex. Sometimes, it cannot send email. So I tried to browse IE and I'm beware if 3G connection signal appears, sending…
soclose
  • 2,773
  • 12
  • 51
  • 60
0
votes
0 answers

How to create exemption for catching corrupted files upon upload?

First and foremost, thank you to anyone who is able to help with this seemingly simple problem I am having. Background: I have an application that uploads files to a server using Rebex. What I need to do for testing purposes is create a fake file,…
Csharpnoob
  • 41
  • 1
  • 8
0
votes
1 answer

Using ReBex to upload different files to FTP server?

I think im headed in the right direction, but would like anyones input. I am working on a console app that is supposed to look for files in multiple folders, and then upload any files found to each corresponding folder on the FTP server (which is…
Csharpnoob
  • 41
  • 1
  • 8
0
votes
1 answer

How to access Outlook IMAP server using OAuth tokens retrieved from Microsoft Graph API?

We use Rebex to access mails of outlook account using OAuth tokens retrieved from login live API. From last week outlook IMAP server returns "NO Authenticate failed" error code. We update the token retrieval to Microsoft Graph APIs. Even then IMAP…
Arun S
  • 1
  • 1
0
votes
0 answers

EWS Managed API Attachment - Properties of attchment to existing email are blank

I am converting an existing application that uses Rebex as email provider to use EWS Managed API. My goal is to display a list of emails that have attachment via datagrid. I have successfully done that. However, when I select the email on the…
user3244817
  • 21
  • 1
  • 2
0
votes
1 answer

Rebex.Net.Smtp.SendDirect 530 Error

Hi I am trying to send an email using Rebex Smtp SendDirect and I get this error: SendEmail: Rebex.Net.SmtpException: Client was not authenticated (530). at Rebex.Net.Smtp.WCB(String A, String B) at Rebex.Net.Smtp.ADB(String A, String[] B,…
Nianios
  • 1,391
  • 3
  • 20
  • 45
0
votes
1 answer

I can't open .pdf, .doc etc. file from other servers via SFTP using rebex

I have Two different servers as like below. 1. WebServer - Where is my application is locate 2. FileServer - where is my all uploaded files are locate in perticular location / Folder Now in my web application I have created one page which display…
Vishal Patel
  • 953
  • 5
  • 11
0
votes
1 answer

Rebex: Transfer Files From Ftp/Sftp To Ftp/Sftp

Is there a method using the Rebex ftp library to directly transfer files between 2 ftp servers without having to download locally and then push to the second site?
Tim
  • 1,249
  • 5
  • 28
  • 54
0
votes
1 answer

Rebex sftpClient.Getfile throws System.IO.IOException in JAMS

I have a very basic c# console app that sftps into a remote server, grabs a file, and throws it into a location on our end (that the console application is on). When I run the application manually, it runs fine and gets the file successfully. This…
Ivan S
  • 1,051
  • 6
  • 14
  • 26
0
votes
2 answers

Rebex FTPS component takes too long with uploading files

I am trying to upload 230+ files on to an FTPS server using Rebex's FTP component. All the files TOTAL are like 5MB. so each is a few KB. I upload the file with this line of code: ftps.PutFiles( @"C:blablabla*.csv", @"blablafolder/test", …
ictict
  • 9
  • 2
1
2