hosting web space 50MB $3.89 support CGI, PERL, MYSQL,PHP
Help Desk
Hosting Home
Help Home
General Topic
Read First
Front Page
SSI
Statistics
FTP Questions
FTP Settings
Error Messages
Setting Permission
Unix Shell
About Shell
Basic Commands
PHP4
SSL
Rewrite
.htaccess
About MySQL
Mail Help
OutLook Express
Forward Email
POP3 Mail Address
Autoresponder
Sending Problems
Perl Scripts
Form Mail
design Your Own
Useful Perl Script Links
Market Tips
Link Exchange
Search Engine List
Submission Service
Earn Money on net

Using FTP to transfer your files to the server


Normal FTP settings:

On most ftp client programs you need to use one or more of the following settings. If you do not have an ftp client program download ws_ftp from www.shareware.com

----> Host name: The IP address that was included with your welcome or ftp.yourdomain.com

-----> User Name: webmaster@yourdomain.com

----> Password: Your Password

-----> Home Dir: /var/www/html

-----> Perl Dir: /var/www/cgi-bin

-----> Home page: index.html (or index.htm )in Home Dir

-----> http://www.yourdomain.com/cgi-bin/scritpt.cgi to call your perl

When you first login, you enter your webmaster dir. You need click arrow to go upper level, and then click the folder you want to go, but remember donot change other folder and setting

Leave all other settings blank

Common FTP error messages:        Top

Login Incorrect: Your user name and password is not correct, check your settings and contact support with your username and password if you are unable to resolve this problem.

Permission Denied: Ownership or permissions are not set correctly. If you are unable to resolve this issue contact support and let them know that you are receiving a permission denied error message and what you were doing when you received the message.

Unknown Host: The ip address you typed is incorrect

Connection Refused: e-mail support@powerhoster.com and report the error

No space left on device: e-mail sales@powerhoster.com and report the error

Setting permissions using your ftp account.       Top

Here is the guide for what do

7 Read Write Exe
5 Read Exe
6 Read Write
4 Read

Examples

Chmod 755 file would allow you to read, write, and exe the file and every one else to read and exe the file. This is the standard permission level for all files on the server.

Chmod 777 file would allow everyone to read, write, and exe the file this is the permission level for files that need to be written to by the web server.

Change your .pl or .cgi files to 755
Change your .dat or .txt files to 777

You can upload Server.cgi to your cgi-bin dir to check your server setting. remember to rename this file to server.cgi and chmod to 755

Help from the web:
Unix Permission Guide

Top

Copyright© 2001 Three E Technology Ltd. All Rights Reserved