Re: VFS FTP AbstractFileObject.isWriteable() Causes NullPointerException

2008-05-30 Thread Mario Ivankovits
Hi Richard! Could you please try the latest VFS (aka 2.0) nightly build, there a lot of stuff in this area has been changed. Hi! No luck. Ok, no worries, at least we have a stacktrace matching the current source-base. I'll see what I can do to fix this. Thanks! Ciao, Mario

RE: VFS FTP AbstractFileObject.isWriteable() Causes NullPointerException

2008-05-29 Thread richard head
1. I receive a NullPointerException from AbstractFileObject.isWriteable() when I attempt to copy VFSFTPTest.class from a local directory to one on a FTP server: Could you please try the latest VFS (aka 2.0) nightly build, there a lot of stuff in this area has been changed. Hi! No

VFS FTP AbstractFileObject.isWriteable() Causes NullPointerException

2008-05-28 Thread richard head
Two problems: 1. I receive a NullPointerException from AbstractFileObject.isWriteable() when I attempt to copy VFSFTPTest.class from a local directory to one on a FTP server: org.apache.commons.vfs.FileSystemException: Could not determine if file ftp://mss:[EMAIL

Re: VFS FTP AbstractFileObject.isWriteable() Causes NullPointerException

2008-05-28 Thread Mario Ivankovits
Hi! 1. I receive a NullPointerException from AbstractFileObject.isWriteable() when I attempt to copy VFSFTPTest.class from a local directory to one on a FTP server: Could you please try the latest VFS (aka 2.0) nightly build, there a lot of stuff in this area has been changed. It seems the