SCOUG Logo


Next Meeting: Sat, TBD
Meeting Directions


Be a Member
Join SCOUG

Navigation:


Help with Searching

20 Most Recent Documents
Search Archives
Index by date, title, author, category.


Features:

Mr. Know-It-All
Ink
Download!










SCOUG:

Home

Email Lists

SIGs (Internet, General Interest, Programming, Network, more..)

Online Chats

Business

Past Presentations

Credits

Submissions

Contact SCOUG

Copyright SCOUG



warp expowest
Pictures from Sept. 1999

The views expressed in articles on this site are those of their authors.

warptech
SCOUG was there!


Copyright 1998-2024, Southern California OS/2 User Group. ALL RIGHTS RESERVED.

SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group. OS/2, Workplace Shell, and IBM are registered trademarks of International Business Machines Corporation. All other trademarks remain the property of their respective owners.

The Southern California OS/2 User Group
USA

SCOUG-Programming Mailing List Archives

Return to [ 25 | June | 1998 ]

<< Previous Message <<


Date: Thu, 25 Jun 1998 23:05:48 PST8PDT
From: Robert Blair <blairra@tstonramp.com >
Reply-To: scoug-programming@scoug.com
To: scoug-programming@scoug.com
Subject: SCOUG-Programming: FTP Server: File System

** Reply to note from scoug-programming@scoug.com Sun, 21 Jun 1998 14:08:24 PST8PDT

> Rollin stated that, for security reasons, we want the actual file system
> to be hidden from the user. For example, the user sees
>
> /graphics/
> /greg/
> /new/
> /programs/
> /upload/
>
> when the actual file system is
>
> d:\imaging\apps\graphics\
> f:\users\greg\
> e:\webmast\reviewed\new\
> d:\apps\programs\
> e:\webmast\incoming\upload\
>
> Rollin also asked how best to handle target directories with the same
> name that are on different paths, i.e. how to give the user access to
> both
>
> g:\pgms
> h:\pgms
>
> since if we hide the true file system then the user ends up with the
> undesirable
>
> /pgms
> /pgms

Make a table of "actual name" - "virtual name"

taking the example above

d:\imaging\apps\graphics\ /graphics/
f:\users\greg\ /greg/
e:\webmast\reviewed\new\ /new/
d:\apps\programs\ /programs/
e:\webmast\incoming\upload\ /upload/

then the following is easy

g:\pgms /pgms1
h:\pgms /pgms2

This way even the real directory names can be hidden completely.

Robert Blair
blairra@tstonramp.com

=====================================================

To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-programming".

For problems, contact the list owner at
"rollin@scoug.com".

=====================================================


<< Previous Message <<

Return to [ 25 | June | 1998 ]



The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA

Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS RESERVED.

SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group. OS/2, Workplace Shell, and IBM are registered trademarks of International Business Machines Corporation. All other trademarks remain the property of their respective owners.