Re: [Telnet] how to determine the prompt?

2008-06-10 Thread Uwe Fischer
Hi Erik, thanks for that, I had a look at the tlntadmn tool and it is quite useful. However, one needs control over the Telnet Server. Would you know a way to overcome the cursor addressing codes when no access to tlntadmn is possible? Do these codes follow some kind of standard or pattern?

VFS zip file on smb

2008-06-10 Thread Yannick PIERSON
Hi, I get a problem with zip file on a smb file system. The exists() and isReadable() methods confirm that my file exists and is readable. First I tried to get the inputStream of the file but it doesn't work. My trace error: INFO: Using C:\DOCUME~1\pierson\LOCALS~1\Temp\vfs_cache as temporary

[vfs] SFTP Provider and Daemon Threads?

2008-06-10 Thread James Carman
Shouldn't the SFTP provider be calling setDaemon(true) on the JSch session? I am running a simple application which just lists the contents of a directory and it hangs after it's done because there's a non-daemon thread running (looks like a keep-alive thread from JSch).

Re: [vfs] SFTP Provider and Daemon Threads?

2008-06-10 Thread James Carman
It's on the Session API (since 0.1.31 I believe). There's a new setDaemonThread() method. On Tue, Jun 10, 2008 at 8:40 AM, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! Shouldn't the SFTP provider be calling setDaemon(true) on the JSch session? I am running a simple application which just

Re: VFS zip file on smb

2008-06-10 Thread Yannick PIERSON
Hi, I solve my problem. My zip file hadn't the same security that others. I give the same security to it, and now it's working. Sorry for my previous mails. Thanks, yannick -- Forwarded message -- From: Yannick PIERSON [EMAIL PROTECTED] Date: 2008/6/10 Subject: VFS zip file on

Re: [vfs] SFTP Provider and Daemon Threads?

2008-06-10 Thread James Carman
I went ahead and committed it. It was a one-line change. So, it'll be easy to back out if you so desire. But, in my application, it solved the hanging problem. So, I resolved/closed the JIRA issue. On Tue, Jun 10, 2008 at 8:50 AM, James Carman [EMAIL PROTECTED] wrote: I've created:

Re: [vfs] SFTP Provider and Daemon Threads?

2008-06-10 Thread Mario Ivankovits
Hi! I went ahead and committed it. It was a one-line change. So, it'll be easy to back out if you so desire. But, in my application, it solved the hanging problem. So, I resolved/closed the JIRA issue. Yep, seems good. Thank you! Ciao, Mario On Tue, Jun 10, 2008 at 8:50 AM, James

Re: VFS zip file on smb

2008-06-10 Thread sebb
On 10/06/2008, Yannick PIERSON [EMAIL PROTECTED] wrote: Hi, I solve my problem. My zip file hadn't the same security that others. I give the same security to it, and now it's working. Sorry for my previous mails. Caused by: jcifs.smb.SmbAuthException: Access is denied. seems to be the

Re: [vfs] SFTP Provider and Daemon Threads?

2008-06-10 Thread James Carman
On Tue, Jun 10, 2008 at 9:13 AM, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! I went ahead and committed it. It was a one-line change. So, it'll be easy to back out if you so desire. But, in my application, it solved the hanging problem. So, I resolved/closed the JIRA issue. Yep, seems

Re: VFS problem with StaticUserAuthenticator

2008-06-10 Thread jwcarman
Are there thoughts on doing a new release. We really need webdav working in VFS and the core VFS code in the sandbox just doesn't work. One simple test (connecting to a webdav directory and listing its contents) doesn't work out of the box. I can't get the webdavclient4j webdav vfs provider to

Re: VFS problem with StaticUserAuthenticator

2008-06-10 Thread James Carman
Also, are there any thoughts on mavenizing the build? I'd like to play around with the source code for webdavclient4j, but I don't even have Ant installed anymore. I'd be willing to help out if need be. On Tue, Jun 10, 2008 at 11:05 AM, jwcarman [EMAIL PROTECTED] wrote: Are there thoughts on

JCI project's usage

2008-06-10 Thread Alexandr Liahushevich
Hello, does anybody know about what means in memory compilation? I suppose it means we can compile classes in memory(without output them) and used these classes directly from classpath. But I can't find implementation for this functionality. Maybe it's not supported yet? All the currently

Re: JCI project's usage

2008-06-10 Thread Torsten Curdt
On Jun 10, 2008, at 09:49, Alexandr Liahushevich wrote: Hello, does anybody know about what means in memory compilation? Hey Alexandr I suppose it means we can compile classes in memory(without output them) and used these classes directly from classpath. Exactly. But I can't find

Re: [Telnet] how to determine the prompt?

2008-06-10 Thread Erik Bertelsen
2008/6/10 Uwe Fischer [EMAIL PROTECTED]: Hi Erik, thanks for that, I had a look at the tlntadmn tool and it is quite useful. However, one needs control over the Telnet Server. Would you know a way to overcome the cursor addressing codes when no access to tlntadmn is possible? Sorry, no --