Search found 169 matches

by import
Sat Mar 01, 2008 8:49 pm
Forum: JDiskExplorer
Topic: JDiskExplorer Remote Display
Replies: 17
Views: 39208

Re: JDiskExplorer Remote Display

That worked. However, I am only able to see the contents of the remote server after I upload something. The downloads work fine after that. How do I get an initial display of remote files?
by import
Wed Feb 27, 2008 8:36 pm
Forum: JFileUpload
Topic: JFileUpload ftp access to server
Replies: 8
Views: 17187

Re: JFileUpload ftp access to server

You can select max or/and min size for file(s) to upload. See "maxsize" parameter in documentation.
by import
Wed Feb 27, 2008 8:36 pm
Forum: JFileUpload
Topic: JFileUpload ftp access to server
Replies: 8
Views: 17187

Re: JFileUpload ftp access to server

I stand corrected: the "account" parameter does the trick perfectly well. I guess that leaves only the file size limit question open.
by import
Wed Feb 27, 2008 8:35 pm
Forum: JFileUpload
Topic: JFileUpload ftp access to server
Replies: 8
Views: 17187

Re: JFileUpload ftp access to server

After a bit of toying around I did find a configuration problem on the ftp server side - sorry for that, the applet is now working properly. I have another couple of questions though: - Is there a file size limit? - How do I access a virtual directory in my IIS ftp server? I tried appending "/folder...
by import
Wed Feb 27, 2008 8:34 pm
Forum: JFileUpload
Topic: JFileUpload ftp access to server
Replies: 8
Views: 17187

Re: JFileUpload ftp access to server

Thanks for that. With logs enabled I get the following output: ------------------------------------ > CONNECT localhost Upload failed: org.apache.commons.net.ftp.FTPConnectionClosedException: Connection closed without indication. ------------------------------------ > DISCONNECT Hope the above helps...
by import
Wed Feb 27, 2008 8:34 pm
Forum: JFileUpload
Topic: JFileUpload ftp access to server
Replies: 8
Views: 17187

Re: JFileUpload ftp access to server

To enable FTP commands logs: Enable "resources" parameter in Applet such as: <PARAM NAME="resources" VALUE="i18n"> and copy i18n.properties in the same folder as HTML/JavaScript. Uncomment the following lines: #taskoutput.protocol=enabled #taskoutput.protocol.request=> {0} #taskoutput.protocol.respo...
by import
Wed Feb 27, 2008 8:33 pm
Forum: JFileUpload
Topic: JFileUpload ftp access to server
Replies: 8
Views: 17187

Re: JFileUpload ftp access to server

Mmhhh... How can I tell? Is there a way to trace the applet?
by import
Wed Feb 27, 2008 8:33 pm
Forum: JFileUpload
Topic: JFileUpload ftp access to server
Replies: 8
Views: 17187

Re: JFileUpload ftp access to server

org.apache is the name of the FTP low level layer for FTP. We've customers with FTP IIS and it works. Is this error after authentication or while authenticating ?
by import
Wed Feb 27, 2008 8:32 pm
Forum: JFileUpload
Topic: JFileUpload ftp access to server
Replies: 8
Views: 17187

JFileUpload ftp access to server

Hi, I'm still at the evaluation stage... I'm having a problem connecting to a (local) iis ftp server I just created - exact error message follows: "org.apache.commons.net.ftp.FTPConnectionClosedException: Connection closed without indication." First thing that got my attention is that it starts with...
by import
Wed Feb 27, 2008 8:30 pm
Forum: JFileUpload
Topic: Encoding of multilanguage file
Replies: 6
Views: 12609

Re: Encoding of multilanguage file

Translate i18n.properties in russian and then use native2ascii Java tool to convert your file with \u unicode chars. If you don't know how to then send your file to support(at)jfileupload(dot)com and they will run native2ascii for you.