Results 1 to 1 of 1
- 09-13-2008, 07:58 PM #1
Member
- Join Date
- Sep 2008
- Posts
- 1
- Rep Power
- 0
FTP private directory problems with org.apache.commons.net.ftp.FTP
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:
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 directories cause when I change to a public one it works fine. Why is this happening?Java Code:connect("ftp.e***a.intranet"); login("f***1","****");
Any help would be appreciated.
Thanks.
Similar Threads
-
How to make Apache Commons (StringUtils etc...) work with Eclipse?
By chrvi in forum New To JavaReplies: 3Last Post: 01-29-2012, 10:44 AM -
org.apache.commons.mail.EmailException: Cannot find valid hostname
By Ed in forum Advanced JavaReplies: 3Last Post: 07-25-2011, 03:19 PM -
Problems with ftp, commons library
By jurka in forum NetworkingReplies: 0Last Post: 09-01-2008, 05:46 PM -
Commons Library Framework 0.8.0
By JavaBean in forum Java SoftwareReplies: 0Last Post: 10-02-2007, 04:13 PM -
Commons validator
By aczuczor in forum Web FrameworksReplies: 0Last Post: 07-27-2007, 08:46 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks