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

FileTransferClient: password is output if LogWriter LogLevel is set to Verbose

I am using a LogWriter for the FileTransferClient class which descends from LogWriterBase.If LogLevel is set to Info, the password is written out as **********. e.g.Command: USER sparky Response: 331...

View Article


Answered: SFtp GetFileAsync and task.Wait() call is blocked.

EndGetFile of 'A' Task is blocked like the above example. This may be a limitation of the Async function. In another test, Using single SFTP connection There is no way for the AbortTransfer () function...

View Article


Why am I getting an End of File exception when using PutFileAsync?

I have a program that is uploading a number of large files and I would like to send these asynchronously, but I am receiving an End of File exception. The async call is pretty straightforward:Task task...

View Article

How to download all the .csv files with the file name starting with "cash" or...

Hi, I need to download and delete all CSV files which have a name starting with "cash" or "EFT" or "DDR".I have implemented download and delete for csv but not sure on how to check for the...

View Article

Answered: Why am I getting an End of File exception when using PutFileAsync?

Can you please send us complete log file to support@rebex.net for analysis? Please, create it with LogLevel.Debug.We need to see all actions the client requested.

View Article


SSH connection: identify where user password has expired.

Using REBEX .NET:When connection to a nix box using an account where the password has expired, I was hoping that the exception raised would identify the (exception) status as having an enumerated value...

View Article

Sftp check integrity

Hi,I want to know how is guaranteed the integrity of the sftp file transfers. I mean is there a checksum after transfer? I try with sftp.Download option ActionOnExistingFiles.ResumeIfPossible, and...

View Article

Answered: SSH connection: identify where user password has expired.

An exception with the SshExceptionStatus.PasswordChangeRequired is raised only in case the SSH server sent SSH_MSG_USERAUTH_PASSWD_CHANGEREQ packet to the client.Determining...

View Article


Improve performance of GetFiles with a wildcard on a directory with a large...

I am noticing that GetList is somewhat slow on directories that contain a large amount of files. I am currently getting a list of how many matches there are in the remote directory before i decide...

View Article


Answered: Rebex.Net.Https and CredentialCache, Default Proxy

Hi,Rebex HttpRequest is not a one-to-one replacement for .NET HttpWebRequest, and you stumbled upon some of the differences. More are described in this KB article.1) CredentialCache is not supported...

View Article

Answered: No certificate with private key found in PFX exception when...

Hi,I'm not quite sure whether this is even supposed to work on Azure. We'll look into that.Possible workaround: Add the .PFX file into certificate store and access it via CertificateStore class...

View Article

Http PreAuthenticate problem

Hi.I am now in a little serious condition. I changed all exist Http to Rebex. However, too many 401 response and all upload failures occurred.Request.PreAuthenticate does not seem to affect other...

View Article

How do I fix this Ή

Using the terminal emulator, I am getting these characters when pulling up a graphical screen:Ή Ή Ή Ή ΉIt's only doing on the graphical screen. It pulls up in putty fine.I have the default ANSI...

View Article


Answered: Http PreAuthenticate problem

Hello,The PreAuthentication feature is not supported yet, but it is very easy to add this to the current version. I will do it now. If you want to receive BETA version, please let me know.The Digest...

View Article

Image may be NSFW.
Clik here to view.

HTTPS Constructor Exception

Hi.One of our costumers reported a crash in our application, this is the exception message:The type initializer for 'hezq' threw an exception. - at hezq.vinp(String brp). The exception is thrown at...

View Article


More details about SshChannel.ExtendedDataReceived and SendBreak(breaklength)...

Note: This question was created from this comment.I have couple questions regarding the SshChannel. What is the ExtendedDataReceived event for? (What is extended data?)Does the SendBreak() simply send...

View Article

Answered: HTTPS Constructor Exception

Does the exception has InnerException specified? It can contain further details.However, it seems that the you are using wrong assemblies (please check target framework and version).If you are running...

View Article


Error message at PocketFTP

.Net Compact Framework 3.5 Windows Compact 7Hello Rebex Team, I'm new here therefore a possibly simple / unusual question. I still use the trial version but would soon like to buy the full version....

View Article

Answered: HTTPS Constructor Exception

Hi  lcrmj, thanks for the info!  I could only guess now that your problem may be related to the support request that was raised few weeks ago. 1) Inner exception is probably...

View Article

How to asynchronously send files using a stream?

I am trying to upload a list of files asynchronously using a stream, instead of a file path, but it looks like the handle being returned by the upload is being reused. BTW - I have tried to upload...

View Article
Browsing all 3858 articles
Browse latest View live