When I connected a Unix SFTP Server, using sftp uri as:
sftp://[ username[: [EMAIL PROTECTED] hostname[: port][ absolute-path]
If I forgot the "absolute-path", it will hang on forever from Linux, but
from Window XP is fine.
The following recent added method is helpful, but too restricve.
SFtpFileSystemConfigBuilder.getInstance().setUserDirIsRoot(opts,
true);
I wish it looks like
SFtpFileSystemConfigBuilder.getInstance().setUserDirAsStartingDir(opts,
true);
So I can go to other directory, is there a way to get around this?
Many thanks.
Jeff
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]