|
 |
asp_web_howto thread: Public and Private
Message #1 by "StephenB" <stephenb@w...> on Mon, 18 Dec 2000 15:55:14 -0000
|
|
From ashu tosh goyal [goyalashutosh11@y...]
dear friends,it is very urgent please help me.we have
hosted a web siteon windows nt server. we are having
two folder there html and database.html folder is
public and database server is private.html is web
shared but database folder is not web shared. we want
to download a.mdb in database folder , which is not
web shared.
how we can download it.
please reply soon.
=====
Ashutosh goyal e-mail:goyalashutosh11@y...
---
MaximumASP offers enhanced hosting solutions on the Windows 2000 platform. Dedicated processor, RAM, and server resources provide
dedicated server performance at virtual server prices. Commercial components provided; custom components allowed.
---
You are currently subscribed to asp_web_howto as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-asp_web_howto-$subst('Recip.MemberIDChar')@p2p.wrox.com
Message #2 by "Sanjeev Chand" <sanchand@c...> on Mon, 18 Dec 2000 16:35:35 -0000
|
|
hi ..
when u r saying database folder is not shared then I am assuming
that
it cannot be read using FTP . In that case if u have administrator login and
password or any user which has logon locally rights of NT server on which
web server is there then u can use PC anywhere software which allows u see
alomost all folder of that machine ... that software is available at least
for trial ...
Try that ...
Cheers,
Sanjeev.
----- Original Message -----
From: "StephenB" <stephenb@w...>
Newsgroups: asp_web_howto
To: "ASP Web HowTo" <asp_web_howto@p...>
Sent: Monday, December 18, 2000 3:55 PM
Subject: [asp_web_howto] Public and Private
> From ashu tosh goyal [goyalashutosh11@y...]
>
> dear friends,it is very urgent please help me.we have
>
> hosted a web siteon windows nt server. we are having
>
> two folder there html and database.html folder is
>
> public and database server is private.html is web
>
> shared but database folder is not web shared. we want
>
> to download a.mdb in database folder , which is not
>
> web shared.
>
> how we can download it.
>
> please reply soon.
>
> =====
>
> Ashutosh goyal e-mail:goyalashutosh11@y...
>
>
---
MaximumASP offers enhanced hosting solutions on the Windows 2000 platform. Dedicated processor, RAM, and server resources provide
dedicated server performance at virtual server prices. Commercial components provided; custom components allowed.
---
You are currently subscribed to asp_web_howto as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-asp_web_howto-$subst('Recip.MemberIDChar')@p2p.wrox.com
Message #3 by "Gerhard Wentink" <wentink@w...> on Mon, 18 Dec 2000 19:08:14 +0100
|
|
I 've done this with a component that uploads files to the server. I used
Persits.Upload but there are more components that will do the job (SAUpload
for example from Software Artisans).
For an overviwe of components :
http://www.asptoday.com/articles/19990714.htm
You can also write your own upload script. Look at this article for details:
http://www.asptoday.com/articles/20000316.htm
If you want to use the database in your application (and don't want to place
it under the webserver), you must set the rights for the IUSR_Servername to
read/write on that database
Hope this helps,
Gerhard Wentink
wentink@w...
www.webset.nl
----- Original Message -----
From: "StephenB" <stephenb@w...>
Newsgroups: asp_web_howto
To: "ASP Web HowTo" <asp_web_howto@p...>
Sent: Monday, December 18, 2000 4:55 PM
Subject: [asp_web_howto] Public and Private
> From ashu tosh goyal [goyalashutosh11@y...]
>
> dear friends,it is very urgent please help me.we have
>
> hosted a web siteon windows nt server. we are having
>
> two folder there html and database.html folder is
>
> public and database server is private.html is web
>
> shared but database folder is not web shared. we want
>
> to download a.mdb in database folder , which is not
>
> web shared.
>
> how we can download it.
>
> please reply soon.
>
> =====
>
> Ashutosh goyal e-mail:goyalashutosh11@y...
>
>
>
---
MaximumASP offers enhanced hosting solutions on the Windows 2000 platform. Dedicated processor, RAM, and server resources provide
dedicated server performance at virtual server prices. Commercial components provided; custom components allowed.
---
You are currently subscribed to asp_web_howto as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-asp_web_howto-$subst('Recip.MemberIDChar')@p2p.wrox.com
|
|
 |