Opened 17 years ago
Last modified 17 years ago
#2664 closed Feature request
Associate Local and Server Directories
Reported by: | hollasch | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | hollasch | |
Component version: | Operating system type: | ||
Operating system version: |
Description
I'd like the option to associate a local directory with a server directory, and have that association maintained automatically by the FileZilla client.
For example, I could associate my local directory "W:\web\foo\root" with the server directory "/user1234/main". Then, when I change my local directory to "W:\web\foo\root\src\frotz", the server directory would automatically switch to "/user1234/main/src/frotz" as well.
For this option to be complete, the pairing could be either recursive or non-recursive.
Deeper (more specific) associations should override shallower associations. For example:
C:\a\b\q ==> /x/y/q
C:\a\b\q\r\s ==> /x/y/z/s
would define a set of pairings such that the s directory pairing would override the pairing that would otherwise have been specified in the first line.
Of course, for a simpler first implementation, having a single recursive association per site would be sufficient for 99.9% of the cases.
Duplicate of at least one other feature request.