The issues list is mostly for automated posts (such as JIRA). Please
post to the user list instead and clarify what Commons component you
are talking about by using an email subject containing the component
name prefix in square brackets.
-Rahul
On Thu, Sep 11, 2008 at 4:06 PM, magaupe <[EMAIL PROTECTED]> wrote:
>
> I'm trying to access a directory that is only visible when connected with
> determined user. How can I do this?
> This is what's going on:
>
> [code]
> connect("ftp.e***a.intranet");
> login("f***1","****");
> [/code]
>
> These to methods return me true but when I try to change directory using
> changeWorkingDirectory() passing the private directory it returns me false
> as if it could not find it. I verify the current directory using
> printWorkingDirectory() and this is the one that is coming:
> "/VM/maqvm/fcpc". It seems it's just not recognizing private directory cause
> when I change to a public one it works fine.
> Any help would be appreciated.
> --
> View this message in context:
> http://www.nabble.com/Problems-with-private-directory-tp19443416p19443416.html
> Sent from the Commons - Issues mailing list archive at Nabble.com.
>
>