Search found 6 matches

by hauky
Thu Feb 21, 2013 2:55 pm
Forum: Others
Topic: Java 1.7 and SFTP
Replies: 7
Views: 25224

Re: Java 1.7 and SFTP

For anyone who finds this in the future: we were able to fix it by disabling Kerberos/NTLM auth in our SFTP server. We had to disable these because JFU would stop after these lines: [DEBUG] SFTPClient - Authentications that can continue: gssapi-with-mic,publickey,keyboard-interactive,password [DEBUG...
by hauky
Tue Feb 05, 2013 4:27 pm
Forum: Others
Topic: Java 1.7 and SFTP
Replies: 7
Views: 25224

Re: Java 1.7 and SFTP

I've also tried disabling the Windows firewall completely and applying MS hotfix KB2754804 to my Windows installation with no effect.
by hauky
Tue Feb 05, 2013 3:17 pm
Forum: Others
Topic: Java 1.7 and SFTP
Replies: 7
Views: 25224

Re: Java 1.7 and SFTP

I tried running this once with tracing enabled in the Java console, and it pauses after this (I'm Xing out the IP address):

[INFO] E - Connected to sftp://x.x.x.178
[INFO] E - OK
[INFO] E - PASV enabled
network: Connecting http://x.x.x.178:22/ with proxy=DIRECT
by hauky
Mon Feb 04, 2013 8:42 pm
Forum: Others
Topic: Java 1.7 and SFTP
Replies: 7
Views: 25224

Re: Java 1.7 and SFTP

Windows 7 64 bit (but 32 bit browsers/Java plugins). We've tried in IE8, Chrome, and Firefox all without success.
by hauky
Wed Jan 23, 2013 9:14 pm
Forum: Others
Topic: Java 1.7 and SFTP
Replies: 7
Views: 25224

Java 1.7 and SFTP

I have an installation of JFU with SFTP addon (both 2.9.1) that works fine with Java 1.6 installed. When 1.7 is installed, it does not upload successfully. In the Java console, it gets to the line where it tries to enable PASV and then stops. Looking at the SFTP server's logs, it shows an active con...
by hauky
Tue Nov 08, 2011 7:11 pm
Forum: Others
Topic: Start transfer via javascript?
Replies: 3
Views: 15786

Start transfer via javascript?

Is there a way to start the transfer with a Javascript call? My goal is to validate the form fields on the page before starting the transfer. I'm able to hook into the TransferTriggered callback and then cancelTransfer() if it's not valid, but that's not very clean, and also the status says "Upload ...