Commons VFS 2.2, SFTP, and ProxyCommand

2018-07-05 Thread Scott Dudley
Can someone direct me to a code fragment or example of how to proxy an SFTP connection through an SSH host.  I'm able to do the following via shell: sftp -o "ProxyCommand=ssh -e none user1@host1 exec /bin/nc %h %p 2>/dev/null" user2@host2/path The following was my initial, failed attempt:  

Re: XMLConfiguration: Editing Root Node

2010-06-02 Thread Scott Dudley
48669.html Oliver [1] https://issues.apache.org/jira/browse/CONFIGURATION-296 - To unsubscribe, e-mail: user-unsubscr...@commons.apache.org For additional commands, e-mail: user-h...@commons.apache.org -- Scott Dudley Senior

XMLConfiguration: Editing Root Node

2010-06-01 Thread Scott Dudley
erty("service.connect...@port]", String.valueOf(6000+port)); // if i display the two properties at this point, they are as expected - 6180 and 6080 xml.save(); The save does no overwrite the Server port. It remains set t

DBCP 1.2.2: Test on Borrow not Working

2007-11-21 Thread Scott Dudley
ly, if someone can enlighten me on how to turn on debugging I'd be forever grateful. Thanks. -- Regards, Scott Dudley - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Leaking org.apache.commons.dbcp.PoolingDataSource$PoolGuardConnectionWrapper?

2007-08-16 Thread Scott Dudley
ed this or might offer insight as to the cause. Many thanks. -- Regards, Scott Dudley - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]