On Tue, Sep 30, 2008 at 9:31 PM, Phlogiston Eight <[EMAIL PROTECTED]> wrote:
> So, to know where they uploaded it---programmatically--- we need to know the 
> present working directory for This session.  It could be a different value 
> for every session.

In your Ftplet callback method:

       String homeRoot = session.getUser().getHomeDirectory();
       String currectDir =
session.getFileSystemView().getCurrentDirectory().getFullName();

       System.out.println(new File(homeRoot, currectDir));

/niklas

Reply via email to