Opened 20 years ago
Closed 8 years ago
#2239 closed Feature request (fixed)
Virtual Directory Ability
Reported by: | maqleod | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Server |
Keywords: | Cc: | maqleod, prezla | |
Component version: | Operating system type: | ||
Operating system version: |
Description
My server has multiple hard drives and shared folders
on each hard drive because any single HDD cannot hold
all the info I wish to share. If I list all the shared
folders separately I can only name one to be home, when
that is done, I can't navigate to another shared folder
on the server. Is there a way to make virtual
directories where proxy folders for all the shared
folders can be stored so that the FileZilla Server
settings holding the virtual directory path information
will automatically redirect the FTP browser/client to
the correct directory (basically like Windows IIS)?
I use FTP Surfer as my FTP browser.
MaQ
Change History (4)
comment:1 by , 20 years ago
comment:2 by , 12 years ago
Component: | Other → FileZilla Server |
---|
comment:3 by , 8 years ago
Triage suggestion
FileZilla Server 0.9.60
supports aliases. In addition, @prezla answered @maqleod's question 12 years ago.
I suggest closing this ticket.
comment:4 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Steps for Creating a Virtual Directory:
with FileZilla Server.
you made and select "Edit aliases"
designated FTP root directory.
For example, if my FTP root is "C:\applications", and I want
to add a virtual directory for "S:\myfiles\servicepacks"
with the name "patches", the directory entry will look like
this:
Directories Aliases
S:\myfiles\servicepacks
C:\applications\patches
Hope that helps