Shoutbox

php - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: php (/showthread.php?tid=28409)

php by -dt- on 07-09-2004 at 05:14 PM

hello ive just got php running on my server and when i run net2ftp(a php script that logs into a ftp) it functions correctly untill i go to upload sumthing then it spits out
Warning: ftp_put(): Cannot STOR. No permission. in c:\php\www\net2ftp_v0.73\includes\filesystem.inc.php on line 836
# File Diablo II.exe could not be transferred to the FTP server


does that mean i didnt enable something in my server or is it a bug?

link to net2ftp http://www.net2ftp.com/


RE: php by kao on 07-09-2004 at 05:30 PM

have you chmodded the dir its going into to give the correct permissions?

EDIT: btw, im not sure if this is the problem, its just an idea so dont blame me if im wrong (A)


RE: php by saralk on 07-09-2004 at 05:56 PM

afaik you dnt download the script, u just run it from the web, contact the administrator of the website, it does seem like a CHMOD problem


RE: php by -dt- on 07-10-2004 at 04:06 AM

im trying to run it on my server tho
im running a windows server so can i chmod things? if so how


RE: php by surfichris on 07-10-2004 at 04:41 AM

I would say it means you dont have permission to put it on the server.. and gee, Diablo II is a game, so i guess you're talking about a warez server.

http://shoutbox.menthix.net/rules.html


RE: php by -dt- on 07-10-2004 at 02:50 PM

no no no i fixed it no i just chose the shortcut on my desktop to upload  i was just trying an thing to upload i had at .htaccess file in the temp dir where it uploads to so i removed them and it fixed it thank anyways


RE: php by Chris.1 on 07-11-2004 at 10:32 PM

.htacess is a *nix thing. It won't matter on win32 afaik


RE: php by KeyStorm on 07-11-2004 at 10:47 PM

quote:
Originally posted by Chris.
.htacess is a *nix thing. It won't matter on win32 afaik
Yes it does, at least if it's intended to do something. Apache for windows understands it ;)
RE: php by Chris.1 on 07-11-2004 at 11:13 PM

Ahhh ok. I thought "dot files" were *nix only. I've never used apache properly on windows - just RHE3 and MacOSX.


RE: php by WDZ on 07-11-2004 at 11:23 PM

quote:
Originally posted by Chris.
Ahhh ok. I thought "dot files" were *nix only.
I think Apache for Windows only supports them for compatibility. Anyway, you can edit the configuration and change the "AccessFileName" to whatever you want.