Web Design Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsWeb DesignWeb Design Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old December 20th, 2011, 11:54 AM
mguise mguise is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2011
Posts: 8 mguise User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 27 m 25 sec
Reputation Power: 0
I need to grant my client access to a folder buried deep on the server

I need to grant my client access to a folder buried deep on the server hosting their site…and just one particular folder. I don't want them to mess with any other files on the server.

Essentially I need them to be able to download an image from that folder.

I’m trying not to overcomplicate things for my client. I’m afraid I might scare the client by suggesting they use an FTP manager like FileZilla. (It might not be intimidating to us but it might intimidate my client).

Does anyone have any suggestion as to how I could handle this?

Thanks in advance for your answer.

Reply With Quote
  #2  
Old December 20th, 2011, 05:13 PM
Catacaustic's Avatar
Catacaustic Catacaustic is offline
Code Monkey V. 0.9
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Mar 2005
Location: A Land Down Under
Posts: 1,898 Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level) 
Time spent in forums: 2 Weeks 4 Days 19 h 4 m 31 sec
Reputation Power: 1798
All you need to do is put together a small script on your site that will read in the remote file and output it to the user. The language you use to do that is pretty much up to you, but it's pretty easy to do. Should only be 3-4 lines. As a pseudo-code example...
Code:
Read in remove file contents
Set correct MIME type header
Output file contents

Reply With Quote
  #3  
Old December 21st, 2011, 12:49 AM
kveroneau kveroneau is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2011
Location: Canada
Posts: 13 kveroneau User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 h 4 m 49 sec
Reputation Power: 0
Send a message via Google Talk to kveroneau Send a message via Skype to kveroneau
If your client does not need to change the file and re-upload it, just add a new location tag to your apache configuration to point to this deeply buried folder directly. Apache will handle the rest. If they do require to re-upload it, then FTP would be your best bet.

You do know that you don't need FileZilla to download files from FTP, right? Your client can download files using FTP with any browser. You can't upload, but you can explain how to open FTP locations in Windows Explorer just like a folder view on your local PC. Mac and Linux also support viewing FTP sites as a folder view.

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignWeb Design Help > I need to grant my client access to a folder buried deep on the server

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap