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

Openload.co Ftp Server and MLSD

Hi. I am having trouble connecting to the Openload.co cloud server via FTP. When the FEAT command is sent, the server sends an MLSD response. However, Rebex sends a LIST command when the list is...

View Article


Answered: How to do passwordless file transfer without using password in ssh...

Hello,1) If you already have private public key which was password encrypted, you have to use the password. There is no other way. However, if you can generate new one and want to use it later, you can...

View Article


POP3 Connection with TLS v1.2 don't work

I am using the 2018 R2. to connect to a server that only allows TLS 1.2, but the connection fails with an Timeout error.I use this code for VB.NET Dim client As New Pop3...

View Article

Answered: Is source code for Rebex SFTP library included in the Company license?

Hi, Rebex source code is not a part of Company license. To get a quote for source code license please contact: support@rebex.net.

View Article

In case of Company licensed component, do we have to pay for each copy of our...

View Article


Fatal error 'ProtocolVersion'

Hello I get this error on connect to pop3 I need to recover mails, is not the same as: http://forum.rebex.net/3358/tlsexception-fatal-error-protocolversion Dim m_pop3RemoteServerAddress =...

View Article

Answered: In case of Company licensed component, do we have to pay for each...

Hi, No. The component is licensed per-developer, not per user. Once you have purchased a license for each of your developers, you can redistribute the component DLLs with your application royalty free...

View Article

How to get privatekey.ppk in ssh private key object in ssis package ruuning...

Hi,I am able to perform password less sftp in my local ssis package using ssh private key object referencing private key on my desktop.But I have to deploy this ssis package in sql server which will...

View Article


Ftp and Sftp exception status explanation

I am writing a SFTP / FTP client. For that I need to know the what error statuses are temporary (client side) errors that might not occur or could be resolved by retrying the operation.I went through...

View Article


FileExists returns with false and FileRename return Directory Rename Error (450)

Logging into FileZilla, I can confirm that the file exists. However, calling the rebex ftp client .FileExists always returns false.Forcing it to do the rename (.Rename method) returns with a directory...

View Article

Error: The client and the server have no common algorithms

Hello,I have this version: Rebex.Net.Sftp = v4.0.30319And recently our partner is upgrading their SSH host keys from 1028bits to 2048bits.Additionally they are only going to accept three...

View Article

Answered: Ftp and Sftp exception status explanation

Basically, if you get Sftp/FtpException, the only reasonable thing you can do is to dispose the client object and reinitialize the connection. The only case you can continue working with the client...

View Article

Answered: How to get privatekey.ppk in ssh private key object in ssis package...

Hi,Even though SQL agent may have access to filesystem on the target server (depending on the user the SQL agent runs on), I would recommend you to store the private key as a string either in your...

View Article


Why does Sftp.GetFile work but Sftp.GetDownloadStream does not?

Here's the log file when using GetDownloadStream:INFO FileLogWriter(2)[6] Info: Assembly: Rebex.Common 2017 R6.3 for .NET 2.0-3.5 INFO FileLogWriter(2)[6] Info: Platform: Windows 6.2.9200 32-bit; CLR:...

View Article

Answered: Identify server state

SFTP runs over SSH. To determine whether a server is listening at a particular port, just try connecting it using System.Net.Sockets.Socket class and receive the identification string. If you would...

View Article


Error while starting data transfer: Rebex.Net.FtpException: I won't open a...

Hello!I'm attempting to transfer data with Rebex Win Forms client but get the error: 500 I won't open a connection to 10.0.38.104 (only to 81.106.223.248)The Verbose log:12:38:21.334 Info Command: PROT...

View Article

Answered: How to convert MSG to MBOX in a simple way?

According to RFC 4135, MBOX format stores mailbox messages in RFC 2822 format and only differs in several aspects from it:Unix end-of-line sequence (0A) is used instead of Windows end-of-line sequence...

View Article


Answered: Error while starting data transfer: Rebex.Net.FtpException: I won't...

You are using FTP Active mode, which is problematic in your case: client behind firewall connects to a FTP server outside firewall.The problem is, that the client reported to the FTP server its local...

View Article

Getting InvalidOperationException after disconnecting and connecting back to...

I am connecting to the FTP server using FileTransferClient. It connects and logs in perfectly. But if I disconnect the connection and try connect again using same FileTransferClient object, I get...

View Article

Sftp.PutFile() doesn't fail, but server doesn't get the file, what could be...

How do we know that PutFile() has failed? what are the exceptions it throws, if any?The problem, we are facing is that on calling PutFile() it returns the number of bytes equal to the size of the file...

View Article
Browsing all 3858 articles
Browse latest View live