|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
webserver write access
I noticed in the news tutorial that you mentioned about making sure that the webserver process has "write access to the directory you plan to store the file in" and this is a problem that has bugged me before. Can anyone tell me how on earth to do this? How to read and write a file using php code? I'm using Apache on SuSe 7.2, and PHP 4.0.8 if its of any help.
Thanks |
|
#2
|
|||
|
|||
|
RE: webserver write access
I do this through my FTP program, you just right clcik on the file and press set permissions and it has it all there. Dunno if you can do this with all FTP programs though...
|
|
#3
|
|||
|
|||
|
RE: webserver write access
ahh, thats all there was to it. I knew it'd be something simple like that. Thanks for the help
|
|
#4
|
|||
|
|||
|
RE: webserver write access
ahh, thats all there was to it. I knew it'd be something simple like that. Thanks for the help
|
|
#5
|
|||
|
|||
|
RE: webserver write access
hey cool, I finally figured out someones problem...hehe ;)
|
|
#6
|
|||
|
|||
|
RE: webserver write access
Cool, i didn't see that 'set permissions' option there before.. That could be useful..
|
|
#7
|
|||
|
|||
|
RE: webserver write access
Nah sorry havnt figured that out yet :uhoh: although i never really tried, i'll see what i can do...
|
|
#8
|
|||
|
|||
|
RE: webserver write access
i've never seen a "set permissions" button.. on my FTP prog it's just called "chmod" then gives me 6 check boxes which i can use to set permissions for any file or folder (depending what i right clicked on).. ie> right click> chmod> check boxes> WEEE!
i just use the free version of WSFTP_LE :-/ |
|
#9
|
|||
|
|||
|
RE: webserver write access
I just use leechFTP. Free, quick, a little buggy, but it gets the job done without too many frills.
|
|
#10
|
|||
|
|||
|
RE: webserver write access
You should REALLY see if your web host allows SSH. SSH is kind of like a secure FTP. All traffic in FTP, including your PASSWORD(!), is plain text transfer. If someone sniffs you - boom - there's your website on a platter.
Also, if you can, you might consider using the command line. If you use Linux or BSD, it's a little scary at first, but really, all an FTP program does is make a pretty GUI that sends the same get and put commands. scp is the "secure copy" utility. GUI SSH programs are available for Windows, one is here: http://winscp.vse.cz/eng/ and another is the 6.5 version of WS_FTP: http://www.ipswitch.com/Products/WS_FTP/index.html Definitely use SSH if you can! Good luck, |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > webserver write access |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|