Re: [VFS] The same FileObject.exist() call returns different values in Windows 7 and Linux Ubuntu while connected to simple FTP

2010-10-14 Thread J-Pro
I'm sorry, Steven, but it's getting critical. I'm just testing my program on Linux 2.6.9-89.0.15.ELsmp and connecting to my home FTP server on port 10021. The same error is appearing. Can you please check it? Thanks. On 08.10.2010 20:21, Steven Siebert wrote: Ah, my apologies, I didn't

Re: [VFS] The same FileObject.exist() call returns different values in Windows 7 and Linux Ubuntu while connected to simple FTP

2010-10-14 Thread Steven Siebert
My apologies! I am finishing us a bit of refactoring on some utility and then I'll pop over to that. On Thu, Oct 14, 2010 at 9:13 PM, J-Pro jpro@gmail.com wrote: I'm sorry, Steven, but it's getting critical. I'm just testing my program on Linux 2.6.9-89.0.15.ELsmp and connecting to my

Re: [VFS] The same FileObject.exist() call returns different values in Windows 7 and Linux Ubuntu while connected to simple FTP

2010-10-08 Thread J-Pro
Steven, thanks for trying. But do you use port number 1? I wrote before that I also have it working with regular 21 port. I have problems only with not default port, for example 1. Please try it. Thanks. On 07.10.2010 5:40, Steven Siebert wrote: So, just ran the tests... I connect

Re: [VFS] The same FileObject.exist() call returns different values in Windows 7 and Linux Ubuntu while connected to simple FTP

2010-10-08 Thread Steven Siebert
Ah, my apologies, I didn't notice that in the first email. I'll give the port a change tonight and hopefully I can replicate. S On Fri, Oct 8, 2010 at 1:16 PM, J-Pro jpro@gmail.com wrote: Steven, thanks for trying. But do you use port number 1? I wrote before that I also have it

Re: [VFS] The same FileObject.exist() call returns different values in Windows 7 and Linux Ubuntu while connected to simple FTP

2010-10-06 Thread Steven Siebert
Hey JProI'll take a look at this tonight. If I understand correctly, the destination server remains the same between both calls (what OS is the destination server?). The only thing you are changing is the client your running your app on? Please confirm the name of the file you are trying to

Re: [VFS] The same FileObject.exist() call returns different values in Windows 7 and Linux Ubuntu while connected to simple FTP

2010-10-06 Thread J-Pro
Thanks God somebody answered my question :) Thanks, Steven! Answering your questions: 1. Yes, destination(actually, it's source, because I take file from there) server remains the same, it's Windows 7 x64 Enterprise. FTP Server is Gene6 FTP Server v3.10.0. 2. Yes, the only thing

Re: [VFS] The same FileObject.exist() call returns different values in Windows 7 and Linux Ubuntu while connected to simple FTP

2010-10-06 Thread J-Pro
Thanks God somebody answered my question :) Thanks, Steven! Answering your questions: 1. Yes, destination(actually, it's source, because I take file from there) server remains the same, it's Windows 7 x64 Enterprise. FTP Server is Gene6 FTP Server v3.10.0. 2. Yes, the only thing

Re: [VFS] The same FileObject.exist() call returns different values in Windows 7 and Linux Ubuntu while connected to simple FTP

2010-10-06 Thread Steven Siebert
So, just ran the tests... I connect to server using the ftp://user:p...@hostname/path/to/file/test.txt.asc.pgp and ask if it exists. I simplified the test code to two lines (not including exception handling): FileObject sourceDir = VFS.getManager().resolveFile(ftp://user:p...@hostname

[VFS] The same FileObject.exist() call returns different values in Windows 7 and Linux Ubuntu while connected to simple FTP

2010-09-30 Thread J-Pro
Good afternoon. Today I've found an interesting thing in VFS. I've spent 4 hours testing it in different situations. It looks like a bug, but I want to ask all of you first. My code uses VFS to connect to FTP (simple FTP, but on port 1) and copy a file from