Ignore:
Timestamp:
Oct 10, 2011, 3:32:34 PM (12 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #329: Set active project when using FTP

I have implemented the third alternative. A project can be set active when logging in by using a login name as: username<projectname>.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.ftp/trunk/README

    r1382 r1399  
    4646== Tips and tricks ==
    4747
     48 * To activate a project when logging in via FTP, use a login name like
     49   `username<projectname>`, where `username` is the usual login and
     50   `projectname` is the name of the project to set active. This is useful
     51   to access files that has been shared to a project, but note that
     52   the path must be accessible all they way from the root. If no project
     53   with the given name can be found, the user is logged in without an
     54   active project.
     55
    4856 * If you want to try out an SSL enabled FTP server, but doesn't have
    4957   a certificate, you may create one with the following command:
Note: See TracChangeset for help on using the changeset viewer.