Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

FTP site not whowing virtual dirs

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  SSI Include  
Author Message
barone

External


Since: Sep 12, 2003
Posts: 47



(Msg. 1) Posted: Fri Sep 12, 2003 11:50 pm
Post subject: FTP site not whowing virtual dirs
Archived from groups: microsoft>public>inetserver>iis (more info?)

When I create a virtual directory in my FTP server, it doesn't show up in
clients, neither with Explorer or command-line FTP; howewer, if using the
full path (i.e. ftp://ftp.mydomain.com/myvirtualdir) it can be accessed. I'm
using IIS 6, but this has been the same for IIS 5.
How can I make virtual directories show up ? Or is this impossible at all ?

Thanks

Massimo

 >> Stay informed about: FTP site not whowing virtual dirs 
Back to top
Login to vote
abc1

External


Since: Sep 12, 2003
Posts: 1



(Msg. 2) Posted: Fri Sep 12, 2003 11:50 pm
Post subject: FTP site not whowing virtual dirs [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Try yo relocate those Sub directory into a FTP directory.
you should able to see all those virtual directory.



 >-----Original Message-----



 >When I create a virtual directory in my FTP server, it
doesn't show up in
 >clients, neither with Explorer or command-line FTP;
howewer, if using the
 >full path (i.e. <a style='text-decoration: underline;' href="ftp://ftp.mydomain.com/myvirtualdir" target="_blank">ftp://ftp.mydomain.com/myvirtualdir</a>) it
can be accessed. I'm
 >using IIS 6, but this has been the same for IIS 5.
 >How can I make virtual directories show up ? Or is this
impossible at all ?
 >
 >Thanks
 >
 >Massimo
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: FTP site not whowing virtual dirs 
Back to top
Login to vote
barone

External


Since: Sep 12, 2003
Posts: 47



(Msg. 3) Posted: Sat Sep 13, 2003 2:53 am
Post subject: Re: FTP site not whowing virtual dirs [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"abc" <abc.TakeThisOut@hotmail.com> ha scritto nel messaggio
news:04c901c37975$253f0f10$a301280a@phx.gbl...

 > Try yo relocate those Sub directory into a FTP directory.
 > you should able to see all those virtual directory.

I know the dirs will show, if I make them real ones Smile
But what I want to know is if there is any way to make *virtual* dirs
visible to clients...

Massimo<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: FTP site not whowing virtual dirs 
Back to top
Login to vote
abc2

External


Since: Sep 12, 2003
Posts: 2



(Msg. 4) Posted: Sat Sep 13, 2003 2:53 am
Post subject: Re: FTP site not whowing virtual dirs [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

No that's not what I mean. I mean if u create the Vroot
on an FTP server which points to the folder that is a
subfoler of the home vroot folder. Users who join to ur
Vroot should browse all Vroot on ur FTP server.

 >-----Original Message-----
 >"abc" <abc RemoveThis @hotmail.com> ha scritto nel messaggio
 >news:04c901c37975$253f0f10$a301280a@phx.gbl...
 >
  >> Try yo relocate those Sub directory into a FTP
directory.
  >> you should able to see all those virtual directory.
 >
 >I know the dirs will show, if I make them real ones Smile
 >But what I want to know is if there is any way to make
*virtual* dirs
 >visible to clients...
 >
 >Massimo
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: FTP site not whowing virtual dirs 
Back to top
Login to vote
barone

External


Since: Sep 12, 2003
Posts: 47



(Msg. 5) Posted: Sat Sep 13, 2003 4:49 am
Post subject: Re: FTP site not whowing virtual dirs [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"abc" <abc.RemoveThis@abc.com> ha scritto nel messaggio
news:05cd01c37985$0b618ea0$a301280a@phx.gbl...

 > No that's not what I mean. I mean if u create the Vroot
 > on an FTP server which points to the folder that is a
 > subfoler of the home vroot folder. Users who join to ur
 > Vroot should browse all Vroot on ur FTP server.

I'm not following you here... can you explain this a bit more, please ?

Massimo<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: FTP site not whowing virtual dirs 
Back to top
Login to vote
abc2

External


Since: Sep 12, 2003
Posts: 2



(Msg. 6) Posted: Sat Sep 13, 2003 4:49 am
Post subject: Re: FTP site not whowing virtual dirs [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

A work around is to create a physical directory with the
same name in the location of the virtual directory so the
FTP client can see the name.

/ --> c:\inetpub\ftproot
/sample --> d:\ftpvdir

If you create the directory c:\inetpub\ftproot\sample,
the FTP client will see that directory in directory
listings. The FTP client will only be able to
see/retrieve files located in d:\ftpvdir. If any files
are placed in c:\inetpub\ftproot\sample, the FTP client
will not see them or be able to retrieve them.

You can also create a virtual directory for the FTP
service from the Directories tab in the FTP Service
Properties by choosing Add. Select the directory and type
in an alias. The virtual directory alias is used to
change to the directory.

The way you change to the directory varies slightly
depending on if you use a web browser or standard FTP
client to access the FTP server.

Even though the directories can not be seen, you can
explicitly "cd" to the virtual directory name. For
example:
cd /mydirectory
   

The forward slash is necessary, otherwise "cd" tries to
change directory from within the current directory the
client is in.

Hope that can help u ...<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: FTP site not whowing virtual dirs 
Back to top
Login to vote
barone

External


Since: Sep 12, 2003
Posts: 47



(Msg. 7) Posted: Sat Sep 13, 2003 5:40 am
Post subject: Re: FTP site not whowing virtual dirs [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"abc" <abc RemoveThis @abc.com> ha scritto nel messaggio
news:0c7d01c3798a$3da30f10$a001280a@phx.gbl...

 > A work around is to create a physical directory with the
 > same name in the location of the virtual directory so the
 > FTP client can see the name.
 >
 > / --> c:\inetpub\ftproot
 > /sample --> d:\ftpvdir
 >
 > If you create the directory c:\inetpub\ftproot\sample,
 > the FTP client will see that directory in directory
 > listings. The FTP client will only be able to
 > see/retrieve files located in d:\ftpvdir. If any files
 > are placed in c:\inetpub\ftproot\sample, the FTP client
 > will not see them or be able to retrieve them.

Nice trick... I'll give it a try.
Howewer, I'm still wondering why IIS doesn't show virtual directories when
listing contents...

 > You can also create a virtual directory for the FTP
 > service from the Directories tab in the FTP Service
 > Properties by choosing Add. Select the directory and type
 > in an alias. The virtual directory alias is used to
 > change to the directory.

Where are this "Directories" tab and this "Add" you're talking of ? I can't
find them anywhere...

 > Even though the directories can not be seen, you can
 > explicitly "cd" to the virtual directory name. For
 > example:
 > cd /mydirectory

Yes, I know this. I can use vdirs without problems. I just want my users to
be able to *see* them...

Massimo<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: FTP site not whowing virtual dirs 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
virtual directory - I'm trying to add a virtual directory to my Default Web Server on my Windows 2000 box (running IIS 5.0). I can do this successfully, but I want to set the value of AccessFlags. Can someone give me an example of how to do this usin ABO and C++? I've..

Virtual directories - Is it possible to: I have to move a directory of pdf's to another drive. is there a way to have a directory on the C drive point to a directory on the D drive? The C is filling and the pdf's are growning... Thx, L

Log Files for Virtual Directories (IIS 5.0) - Is it possible to have separate log files for each Virtual Directory? I use WebTrends to display stats on different sites we have on one webserver. Thanks!

webshare <-> virtual directory - Hy, Creating a virual directory alias with "/", like xxxx/xxx isn't possible, right? But when i make a webshare on my Folder, i can called the alias xxxx/xxx, but it don't creates a virtual directory...? What's the difference between a webs...

IIS 4.0 issue with Virtual Directory - Hello all, I am trying to connect to a virtual directory I set up, using a mapped network drive letter or a \\<server>\<vol>, but neither of them connect. I am using Novell 5.0 as the path to connect to. I get an Event ID 101 error in t...
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]