Re: [JSch-users] SFTP of large file hangs

2016-10-10 Thread Alan Ezust
> *From:* Vikas Verma <vvick...@hotmail.com> > *Sent:* Wednesday, October 5, 2016 11:40:47 AM > *To:* Alan Ezust > > *Cc:* jsch-users@lists.sourceforge.net > *Subject:* Re: [JSch-users] SFTP of large file hangs > > > @Alan --> Yes its runn

Re: [JSch-users] SFTP of large file hangs

2016-10-05 Thread Alan Ezust
Just wondering, is the client running jsch also running a 64 bit version of Java? On Mon, Oct 3, 2016 at 12:19 PM, Vikas Verma wrote: > Can anyone please help? The SFTP server is proftpd. This looks like an > old Rekeying problem between Proftpd and Jsch. I have tried

[JSch-users] making SSH secure again

2015-01-07 Thread Alan Ezust
Thought this article might be of interest. https://stribika.github.io/2015/01/04/secure-secure-shell.html -- Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in

Re: [JSch-users] Jsch stopped working with Java8

2014-07-28 Thread Alan Ezust
I am also having trouble using jsch with java8. I already posted my problem to this list earlier. Basically, the jEdit FTP plugin doesn't work for me in Java 8. But your problem is different, and one I might be able to help you with. you may need to install the JCE full key-strength encryption.

[JSch-users] com.jcraft.jsch.JSchException: Auth Cancel with Oracle Java 1.8

2014-05-09 Thread Alan Ezust
I am testing the jEdit (www.jedit.org) FTP plugin (1.1.0) against Java 1.8 for my first time. I am running into this Auth Cancel exception which only happens in Java 1.8 and not Java 1.7. Are there any ideas out there as to why this incompatibility might exist? It seems to me to be related to

[JSch-users] trying to set TERM=dumb on a terminal shell via ChannelShell interface

2008-07-08 Thread Alan Ezust
Hello everyone. I'm the author of the SshConsolePlugin for JEdit. I'm trying to do a channelShell.setEnv(TERM, dumb), so that I don't have to see all these funny vt100 characters in the console shell. It doesn't seem to work. I get this error whenever I try to set an environment variable. I get