Re: [vfs] Howto setup sftp?

2003-11-07 Thread Marcel Ruff
Hi again, ok, i have resolved this myself, i have added those lines to commons-vfs/src/java/org/apache/commons/vfs/provider/sftp/SftpFileSystem.java == session.setPassword( rootName.getPassword() ); java.util.Properties config=new java.util.Properties(); conf

[vfs] Howto setup sftp?

2003-11-07 Thread Marcel Ruff
Hi, i have downloaded commons-vfs-20031106.tar.gz and compiled in on Linux 2.4.21 with SUN JDK 1.4.1. I need to use the scp feature with 'sftp'. Is there any tutorial how to setup everything? Here is my problem: /opt/commons-vfs> java org.apache.commons.vfs.example.Shell > cp LICENSE.txt ftp://m