Search
You searched for the word(s): [no words] || User(s): jb [xceed]
Showing page 1 of 2 (17 total posts)
< 1 second(s)
-
A new build has been posted. Here are the changes made:Can now connect to SSH servers that use DSS (DSA) keys longer than 1024 bits up to a limit of 3072 bits.The SSHClient.Timeout property now applies to SSH identification
string sequence. This eliminates the behavior where the component
freezes if the server doesn't send an ID string. ...
-
Fixed a bug where the timeout value used was 30s when performing some
commands e.g. Authenticate() even when the Timeout property was set to a
different value.
-
Posted build 12606.0 for versions 4.4 and 5.2 for keyboard-interactive support.
-
SSHClient supports keyboard interactive
authentication as defined by RFC 4256. Depending on the requirements of the SSH server, it can
be used instead of password authentication.
Keyboard interactive is a general purpose authentication method,
suitable for interactive authentications where the
authentication data is entered via a keyboard ...
-
If you are referring to public key authentication, yes it is supported. I posted explanations and an example here.
-
SSHClient supports public key
authentication. Depending on the requirements of the SSH server, it can
be used instead of or alongside password authentication.
To use public key authentication, you need to load a private key file.
The component supports the PPK format as generated by the PuTTYgen
utility (an RSA and DSA key generation ...
-
/* Here is the typical way you can use the SFtp component. This example connects to a SFtp server, using password authentication. It then starts a SFtp session to upload and download a file.
The code below can be found in the zip archive attached to this post. It is a Visual Studio 2010 project that runs the code. Make sure you put your license ...
-
Beta builds
From time to time, we will post beta builds of an upcoming service release here. We will do so if we feel the included bug fixes will affect and interest a significant number of clients.
You can be automatically notified of new beta builds by clicking the 'Enable Email Subscription' button above.
The beta builds are removed once ...
-
SFtp
stands for SSH File Transfer Protocol. It provides file access, file
management and file transfer over “a data stream”. With the Xceed
Sftp component, that data stream is a SSH connection.
SSH stands for Secure Shell. It is a
network protocol for secure communication between two networked
computers: a server and a client. Xceed Sftp ...
-
Dim path As String = ''c:\Support\Upload\''
is it allright?
Yes, it's ok. But make sure IIS/ASP.NET has the rights to write to that location.
Next step, i would like to show the name of the uploaded file.
but, it's not working because file.Filename is not a String member.
The file name isn't part of the HTTP response. So you don't have that ...
1
|
|
|
|