[
https://issues.jboss.org/browse/JBESB-2469?page=com.atlassian.jira.plugin...
]
Tom Eicher commented on JBESB-2469:
-----------------------------------
since you changed (S)FTP to use FtpEPR, and thus URI, relative paths do not work any more
at all.
ftp://user:pass@host/hello
will connecto to "/hello", not "hello".
ftp://user:pass@host/~/hello does not work also
(550 /~/hello: No such file or directory)
which is probably URI's fault (or "limitation"), however FtpImpl no longer
supports ConfigTree...
Remote directory cannot be relative for (S)FTP(S) gateway
---------------------------------------------------------
Key: JBESB-2469
URL:
https://issues.jboss.org/browse/JBESB-2469
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Documentation, Rosetta
Affects Versions: 4.4 CP2
Reporter: Martin Vecera
Fix For: 4.4 CP5
FtpImpl, SecureFtpImpl and FtpsImpl are calling "cd" with the directory
specified in jboss-esb.xml every time they are getting list of files. When the directory
is specified relatively you would need structure like ftp_dir/ftp_dir/ftp_dir/ftp_dir...
This must be at least documented, but doing cd every X seconds is waste of time. It
should be sufficient only once IMHO.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira