Tagged Questions

0
votes
1answer
18 views

Can’t log in with SFTP

When trying to log in using SFTP I get this exception: "Message with invalid length 707406378 was received." I can connect to the server but I can not log in.
0
votes
1answer
14 views

Cancelling Sftp::BeginGetFile(…)

I'm using the code like below for starting and cancelling operations: var client = new Sftp(); // Connecting client.BeginGetFile("Source", "Destination", null, null); // … if (Nee …
0
votes
1answer
34 views

Sftp::BeginGetFile causes “releaseHandleFailed MDA”

ReleaseHandleFailed was detected Message: A SafeHandle or CriticalHandle of type 'Microsoft.Win32.SafeHandles.SafeCapiKeyHandle' failed to properly release the handle with value 0x …
1
vote
2answers
31 views

Sftp::BeginGetFile blocks local (destination) file from reading during downloading

Can you share a local file for reading? I know, that I can use an overloading with Stream parameter, but default behavior is strange. I'm using the following code: var client = n …
1
vote
1answer
46 views

Common interface/usage for FTP and SFTP

Is there a version of the library that has a common interface for Ftp and for Sftp. I need to toggle between the two in a library however because I don't see a common interface, I …
0
votes
2answers
18 views

SetFileDateTime no longer works in version 2.0.3854

It was running fine in with v1.5.3127. I upgraded to the latest release v 2.0.3854 and I'm now getting an error when calling SetFileDateTime. We are running WS_FTP server v6.1.0.0 …
0
votes
1answer
67 views

Connect timeout setting?

HI, Can you tell me what the timeout settings are in the sftp component? We have a very slow sftp server and want to make sure that we won't run into trouble with connection or au …
0
votes
1answer
47 views

Preserver Date Created Timestamp on SFTP transfers

Hi, I would like to preserve the original creation date/time and modified date/time after a file has been transfered. Is there a way of doing this? I know WinSCP offers this opti …
0
votes
1answer
19 views

Authentication exception - server requires additional authentication with: ‘gssapi-with-mic,password’

The administrator of an FTP site recently changed their server configuration, and I am now receiving the following error: Rebex.Net.SftpException: Authentication was partially suc …
1
vote
2answers
115 views

Issue: Cannot reuse Session across Sftp, Ssh, Scp, etc

The object Sftp, Ssh, Scp have a property named Session, which allows access to the SSH session. However there is no set implementation for this property. There is no way to open o …
2
votes
1answer
37 views

Can I retrieve the logged-in user’s userid and group list using SFTP?

SftpItem objects provide the owner and group name and IDs, but I do not see a way to check if this applies to the current user except by remembering what name I supplied to Login() …
1
vote
1answer
44 views

How to reconcile multiple versions purchased at different times

I just purchased the SFTP package since I needed to do secure ftp transfers for one of my new customers. So I downloaded the package and the secure ftp works fine. But now, my re …
0
votes
1answer
97 views

How to check that file transfered matches bit for bit with local to remote?

We have a customer complaining that the audio files being transfered to their ftp site are not matching the original MD5 hash. The file transfer is completing without error yet the …
1
vote
1answer
117 views

How can I connect through passive mode and also enforce a specific port for data control?

I've been using the Rebex FTP Component for some time now just fine with the examples and tutorials on your main page. However I have a problem now where there is a very restricti …
0
votes
1answer
139 views

File upload with Rebex SFTP isn’t working properly

Downloads are working properly for any file size. However, file uploads are working only for size less than 5 kb. Globalscape SFTP server is used. If we try the offset command, l …

1 2 next
15 30 50 per page