SunQuest
           Server Administration
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Try It Free
Go Back   Codewalkers ForumsOther TechnologiesServer Administration

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 Codewalkers Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old February 20th, 2004, 04:09 AM
kbenwa kbenwa is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 48 kbenwa User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
FTP with Apache server

I have looked and looked and still looked some more but i can not seem to find out how to ftp files to my webserver on my computer. What im trying to do is need to add a chmod command to a file so it will work properly. All my files are on my computer, which the server is installed on also. What do i have to do to get the file uploaded with the chmod command for file to work. Not sure if there is something in the documentation of Apache server i need to change or what i need to do. Any suggestions out there on what i need to do to get this file to work properly?

Reply With Quote
  #2  
Old February 20th, 2004, 04:23 AM
tebrino tebrino is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Subotica, Serbia & Montenegro
Posts: 263 tebrino User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
Send a message via ICQ to tebrino
RE: FTP with Apache server

Is it a Windows machine?

Reply With Quote
  #3  
Old February 20th, 2004, 04:26 AM
kbenwa kbenwa is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 48 kbenwa User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
RE: FTP with Apache server

Yes it is and i have Windows Xp Home Edition

Reply With Quote
  #4  
Old February 20th, 2004, 04:33 AM
tebrino tebrino is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Subotica, Serbia & Montenegro
Posts: 263 tebrino User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
Send a message via ICQ to tebrino
RE: FTP with Apache server

Are you trying to upload files from your computer to your computer via ftp? Since this is a Windows machine you wont proably need to change file permissions.

Reply With Quote
  #5  
Old February 20th, 2004, 04:38 AM
kbenwa kbenwa is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 48 kbenwa User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
RE: FTP with Apache server

Ok what im trying to do is get my guestbook to post message when they submit/send. When i try this out on my local machine by typing 127.0.0.1/layout,html(which is the html for the guestbook) the guestbook comes up, but when i put information in nothing posts just keeps saying Writing new messages to guestbook. The guestbook, php, is from a guy that said i needed to chmod it with 777. This is where i am lost. Since the files are on my machine and i host my site why doesnt it work. All files are in the htdocs folder.

Reply With Quote
  #6  
Old February 20th, 2004, 04:45 AM
tebrino tebrino is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Subotica, Serbia & Montenegro
Posts: 263 tebrino User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
Send a message via ICQ to tebrino
RE: FTP with Apache server

Maybe the script is set to use registered_globals?

Reply With Quote
  #7  
Old February 20th, 2004, 04:45 AM
kbenwa kbenwa is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 48 kbenwa User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
RE: FTP with Apache server

My site isnt complete finished and dont have it live, but if needed i can start server and let you see whats happening. I just tried and it didnt work. Let me know if you would like to go to the guestbook page.

Reply With Quote
  #8  
Old February 20th, 2004, 05:05 AM
bearqst bearqst is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Alaska
Posts: 153 bearqst User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 20 m 47 sec
Reputation Power: 2
RE: FTP with Apache server

Your server is Windoz, so you might need to check the permissions on the directory / file(s) your writing to.

Also, read your Event log and see what it says as far as errors. If the guestbook is using ftp protocal to upload, you should have an entry in the event log for system. See what the error says. If it permissions, it'll say something like "pwd 550"

Reply With Quote
  #9  
Old February 20th, 2004, 05:21 AM
kbenwa kbenwa is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 48 kbenwa User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
RE: FTP with Apache server

Here is what errors show up in error log.

[Fri Feb 20 01:16:40 2004] [error] PHP Parse error: parse error, unexpected '=' in c:program filesapache groupapachehtdocsguestbook.php on line 10

Reply With Quote
  #10  
Old February 20th, 2004, 05:39 AM
bearqst bearqst is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Alaska
Posts: 153 bearqst User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 20 m 47 sec
Reputation Power: 2
RE: FTP with Apache server

Looks like a code issue and not access to the server.

Post the code, i'm sure one the wonderful php guru's here would help.

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesServer Administration > FTP with Apache server


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 | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway