Answered: Testing Tiny SFTP With Rsa Can't Connect with FileZilla
Private/public key authentication support is included TinySftpServer version 1.0.2. Please download the it from http://labs.rebex.net/tiny-sftp-server.You will need to put your user's public keys into...
View ArticleAnswered: Sftp Could not find target directory
Hi,I do not know what is 'xxx' is this the filename? If xxx is a file name, you will need this code to upload it:sftp.Upload(@"C:\filename.txt", "/root/"); or even simpler method (if you only upload...
View ArticleEWS - timout while processing EWS request
Hello, I search in mailbox by criterium and getting an itemlist with the IDs. Then I am looping thru this list and make an ews request by GetMessageInfo(Id, EwsItemFields.Info) to get additional...
View ArticleUnable to send emails using Yahoo SMTP wtih Rebex component
Unable to send emails using Yahoo SMTP wtih Rebex componentFollowing are the detailsSMTP Server: smtp.mail.yahoo.com OR smtp.bizmail.yahoo.com Username: sparshaims360@yahoo.com Password: ********* Port...
View ArticleAnswered: EWS - timout while processing EWS request
Hello,I just sent you an email with a link to newest beta build of our components. It contains some improvements in HTTP core for EWS. Please give it a try and let us know if it helps. If you encounter...
View ArticleAnswered: SFTP monitor remote directory
SFTP protocol has no built-in support for this task. The best way to solve it is periodically perform a Sftp.GetList operation and compare it with the state before.
View ArticleAnswered: Transfer Multiple files at the same time.
Hello, we do not have a simple API for this task.You could write your own FileTransferClientParallel class that would internally hold more connected instances of our FileTransferClient class. Your...
View Articlesftp.Download - Could not find source path
I'm trying to convert my sftp.GetFile to a single sftp.Download but am getting the following error: "Could not find source path ('/ITAPDB')."In the debugger, I've observed the value of the source path,...
View ArticleAnswered: Can SSIS do SFTP? and how?
Hello,Yes, SSIS can do SFTP. here I would like to share useful links where you will get exact solution of your query that How SSIS can do SFTP. Even You will also get some more related information in...
View ArticleAnswered: Are POP3MessageInfo sorted from server ?
The POP3 protocol is very simple and doesn't define any sorting. This is what RFC 1939 says:After the POP3 server has opened the maildrop, it assigns a message- number to each message, and notes the...
View ArticleCant extract WinZip ZIPX file
Is it possible to extract WinZip ZIPX file? I always get "Item type or compression method... is not supported" error.I used the latest WinZip version 20.5, PPMd compression method with AES256, even...
View ArticleAnswered: Scripting problems with Juniper JunOS devices
Hello,yes, the three line prompt makes DetectPrompt() method unusable. It uses "common behaviour" of terminal servers that on empty line request prints the prompt (we are sending Enter key). Then we...
View ArticleAnswered: With EWS got an exception explicit tls/ssl not supported, use implicit
Hello, the EWS protocol itself does not allow TLS/SSL in explicit mode. That's why you got the exception when explicitly trying that. To connect to EWS server with implicit TLS/SSL mode just use this...
View ArticleSystem.ArgumentException: Destination array was not long enough.
I'm doing some stress testing using Rebex file server beta build 6010.I'm spawning three clients and uploading 10 MB files of binary files generated with random data.Occasionally the server disconnects...
View ArticleIMAP Problem retrieving only last 100 messages
I have problem retrieving last 100 messageIMAP.SelectFolder("Inbox")Dim folderMessage As ImapMessageCollection mgsSet = New ImapMessageSet mgsSet.AddRange(1, 100) folderMessage =...
View ArticleRebex.Net.SftpException: Key exchange failed. Requested service is not...
I am not able to connect to the SFTP server. I am getting the error messages as "Rebex.Net.SftpException: Key exchange failed. Requested service is not implemented. ---> Rebex.Net.SshException: Key...
View ArticleHow to display inline images in message body
Hello support!I'm starting to develop an application to read Pst Files (outlook) and convert them to Mime Message. I never had developed an app using Mime and I have one question related to embedded...
View ArticleAnswered: IMAP Problem retrieving only last 100 messages
Most probably your folder does not contain 100 messages and that's why you get the error. Try this code:Dim imap As New Imap() imap.Connect("server") imap.Login(...) imap.SelectFolder("INBOX") '...
View ArticleDo EWS offer a similar system or flag for "Recent" as IMAP ?
Do EWS offer a similar system or flag for "Recent" as IMAP ?We cannot go with Unread flag since we need to parse all new email even if they has been readed.We cannot guaranteed that it has been readed...
View ArticleSMTP Issue - Rebex.Net.SmtpException: The server has closed the connection
HI, We are using Rebex version 1.0 and use this for sending web email using SMTP.net.dll. However while sending multiple emails, we see below issue - Rebex.Net.SmtpException: The server has closed the...
View Article