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---org.apache.commons.net.ftp.FTP-tp19447104p19447104.html
Sent from the Commons - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to