Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 57852 invoked from network); 11 Sep 2008 20:07:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Sep 2008 20:07:14 -0000 Received: (qmail 34139 invoked by uid 500); 11 Sep 2008 20:07:10 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 34070 invoked by uid 500); 11 Sep 2008 20:07:10 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 34059 invoked by uid 99); 11 Sep 2008 20:07:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Sep 2008 13:07:10 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Sep 2008 20:06:12 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KdsRA-00025O-82 for issues@commons.apache.org; Thu, 11 Sep 2008 13:06:44 -0700 Message-ID: <19443416.post@talk.nabble.com> Date: Thu, 11 Sep 2008 13:06:44 -0700 (PDT) From: magaupe To: issues@commons.apache.org Subject: Problems with private directory MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: bequiapi1@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org 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.