Java Apache FTPClient: How to know my current directory
03:23 26 Nov 2010

My question is simple: i'm using the Apache commons.net API in a simple app which connects to an FTP, i can change the working directory with the changeWorkingDirectory method. but... how can i know my current directory whitout changing it?

java ftp apache-commons