I'm sorry I didn't see this.... Yes, FTPS is supported. http://commons.apache.org/vfs/filesystems.html#SFTP<%20http://commons.apache.org/vfs/filesystems.html#SFTP>
See API: http://commons.apache.org/vfs/apidocs/org/apache/commons/vfs/provider/sftp/package-summary.html I am successfully using it against a Unix server...haven't tested a Windows SFTP server yet. Regards, Steve On Mon, Aug 9, 2010 at 3:39 PM, J-Pro <[email protected]> wrote: > Sorry for bothering you guys, but can anyone please answer my question? > It's very important for me, I'm afraid of that you'll forget about this > question. > > Thank you very much in advance! > > > > J-Pro wrote: > >> Hello, dear VFS developers! >> >> I was wondering if Apache Commons VFS library supports FTPS and found some >> old posts(from year 2006) about commons-net library is about to support it. >> Now I'm sure that commons-net 2.0 does have support for FTPS, but I need to >> know if commons-vfs itself does have this support. I need it very much for >> my current application which copies files over FTP and SFTP. >> >> Can you tell me answer my question please? If it does have support for >> FTPS, please provide some links on official documentation on it. >> >> Thanks you in advance. >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
