HighDots Forums  

Chmod settings

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Chmod settings in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Master G
 
Posts: n/a

Default Chmod settings - 09-29-2005 , 09:59 AM






Within dreamweaver how do i set the file permissions of a FormMail.pl script to 755 in order for it to work on a Unix web server?

Thanks in advance,

Gavin

Reply With Quote
  #2  
Old   
W.Schneider
 
Posts: n/a

Default Re: Chmod settings - 09-29-2005 , 10:08 AM






Hi Master G

Go to the MM Dreamweaver Exchange and search for "Set Permissions for
Dreamweaver MX 2004, V2.0.0" Extension.

Install it using the Extension Manager.
Go to Remote View
Right Click your files and make the changes

Greetings

Willi


"Master G" <webforumsuser (AT) macromedia (DOT) com> schrieb im Newsbeitrag
news:dhgs03$clr$1 (AT) forums (DOT) macromedia.com...
Quote:
Within dreamweaver how do i set the file permissions of a FormMail.pl
script to 755 in order for it to work on a Unix web server?

Thanks in advance,

Gavin



Reply With Quote
  #3  
Old   
zarathustra_MX
 
Posts: n/a

Default Re: Chmod settings - 09-29-2005 , 10:21 AM



Ha ha excellent...anyone'd think I set this one up! Answer...you can't... you have to use a real FTP application (see my ill-mannered rant below under thread "FTP Transfer")

Reply With Quote
  #4  
Old   
Master G
 
Posts: n/a

Default Re: Chmod settings - 09-29-2005 , 11:02 AM



Willi,

Searched for "Set Permissions for Dreamweaver MX 2004, V2.0.0" on the
exchange site but didn't find anything.

any other ideas

Ta,

Gavin







Hi Master G

Go to the MM Dreamweaver Exchange and search for "Set Permissions for
Dreamweaver MX 2004, V2.0.0" Extension"
Install it using the Extension Manager.
Go to Remote View
Right Click your files and make the changes

Greetings

Willi



Reply With Quote
  #5  
Old   
Alan
 
Posts: n/a

Default Re: Chmod settings - 09-29-2005 , 03:15 PM



search on just:

set permissions

in the dreamweaver exchange

Quote:
Searched for "Set Permissions for Dreamweaver MX 2004, V2.0.0" on the
exchange site but didn't find anything.


Reply With Quote
  #6  
Old   
ccorey
 
Posts: n/a

Default Re: Chmod settings - 11-09-2005 , 05:07 PM



I went to the axchange site, amd downloaded this file. It was very promising
when it gave me the option on my righ-click, but now it says "this is only
available with FTP sites". I'm using an FTP site! - - - - Stumped.

Do I really need to download another program just to change the permissions?
If so, what is this program called?

Thanks

chmod


Reply With Quote
  #7  
Old   
dustbindroid
 
Posts: n/a

Default Re: Chmod settings - 11-10-2005 , 05:36 AM



You need to telnet in...
To change the permissions of the script, you will need to telnet to your web
space (using the same details as with FTP). Once you are connected, this will
provide you with a $ sign where you type the UNIX commands as detailed in the
Using UNIX section.

To set the permissions for your script so that it can be run by users browsing
your pages, you need to follow these steps:

* Change to the cgi-bin directory using cd, cd cgi-bin
* Use the chmod command on the script, changing the permission to 705,
chmod 705 my-script.pl
* Type

ls -l

to check to see if you have been successful.

Here's an example

$
$ cd cgi-bin
$ ls -l
total 2
-rw-r--r-- 1 3149 102 11 Dec 22 11:25 my-script.pl
$ chmod 705 my-script.pl
$ ls -l
total 2
-rwx---r-x 1 3149 102 11 Dec 22 11:25 my-script.pl
$

[where -rwx---r-x represents the permission settings for your file. You are
interested in the last 3 characters. For your script to run from your web pages
you need to make sure the 'x' or execute bit is set]


Reply With Quote
  #8  
Old   
Joe Makowiec
 
Posts: n/a

Default Re: Chmod settings - 11-10-2005 , 11:43 AM



On Thu 10 Nov 2005 05:36:08a, dustbindroid wrote in macromedia.dreamweaver:

Quote:
You need to telnet in...
Actually, you probably need to SSH[1] in; many hosts no longer provide
telnet access. Also, a lot of FTP clients provide this functionality, some
better than others. ISTR that there's a DW extension which adds this
capability to Dreamweaver.

[1] http://en.wikipedia.org/wiki/Secure_Shell
Windows client: http://www.chiark.greenend.org.uk/~sgtatham/putty/


Reply With Quote
Reply




Thread Tools
Display Modes

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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.