search for: sftpclient

Displaying 3 results from an estimated 3 matches for "sftpclient".

Did you mean: tftpclient
2013 May 08
2
[Bug 2099] New: SshClient.connect() failure on port 22
...through putty will establish connection to the server successfully. We are using a simple stand alone program to connect using sftp protocol. SSH Version: bash-3.2$ ssh -V Sun_SSH_1.1.4, SSH protocols 1.5/2.0, OpenSSL 0x0090704f Java Version: 1.6.0_30 Sample Program: import com.sshtools.j2ssh.SftpClient; import com.sshtools.j2ssh.SshClient; import com.sshtools.j2ssh.authentication.PasswordAuthenticationClient; import com.sshtools.j2ssh.configuration.ConfigurationLoader; import java.io.PrintStream; public class fileTransfer { public static boolean connectToServer(String serverIp, int serverPort,...
2020 May 05
7
Parallel transfers with sftp (call for testing / advice)
Peter Stuge wrote: > > Matthieu Hautreux wrote: >> The change proposed by Cyril in sftp is a very pragmatic approach to >> deal with parallelism at the file transfer level. It leverages the >> already existing sftp protocol and its capability to write/read file >> content at specified offsets. This enables to speed up sftp transfers >> significantly by
2001 Apr 04
1
Solaris Install Inconsistency (Portable Release)
...nstalled it under /usr/local/bin/sftp-server. This took me a while to find out, because the log-facilities regarding sftp are somewhat poor. If i set Logging to DEBUG or VERBOSE nothing can be read in the authlog (nor in messages), with INFO Loglevel, just the authentications are logged, if i start sftpclient with -v i got more to read in my shell, but not anything which could lead me to the idea that it couldn't find the executable of sftpd. This is a bit tricky. We tried the sshd from ssh communications before, but its not free, and i was missing the possibility to permit ssh just for some users....