Hey Tom, That would be great if u can send the patch file .
Thanks Mayur On Wed, Apr 7, 2010 at 10:53 AM, Tom <t...@tbee.org> wrote: > I found that VFS has problems when running against Alfresco's FTP server > and I had to patch VFS. Maybe this has a similar cause; I could send you my > VFS, see if that helps? > > Tom > > > > > On 2010-04-06 20:37, mayur malpani wrote: > >> Hi, >> I am facing issues while FTPing a file from Mainframe server to unix >> server using apache commons vfs ,but it gives me a exception saying >> source >> file cannot be found when i am trying to use the copyfrom ( ) function . >> >> org.apache.commons.vfs.FileSystemException >> : Could not copy ftp://host/file-name because it does not exist. >> at org.apache.commons.vfs.provider.AbstractFileObject.copyFrom( >> AbstractFileObject.java:858) >> at Testvfs.main( >> Testvfs.java:102) . >> >> I am resolving the file using resolve( ) method .The url i am using is " >> ftp:\\<host name>\<file-name> " . Once i retrieve a FTPFileObject i >> even >> try to run FTPFileObject.fileExists( ) method and it returns me false >> value. >> I even confirmed that the file exist on the mainframe server. >> >> >> The file from which i am trying to ftp is a mainframe server and copying >> it >> to unix server. >> >> >> Can someone please help me out with this. >> >> >> Thanks >> Mayur. >> >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@commons.apache.org > For additional commands, e-mail: user-h...@commons.apache.org > >