/    Sign up×
Community /Pin to ProfileBookmark

any of you should be able to answer this question

i have tried to find out how the hell to chmod files and have never been able to find out how, everywhere i go nobody cares to explain how it is done, is it done in an ftp program or is it in the file itself or am i completely off track, please somebody tell me how to do it so i can start creating php files!

to post a comment
PHP

3 Comments(s)

Copy linkTweet thisAlerts:
@solavarMay 06.2004 — The easiest way to chmod files, is by using an FTP client.

I use SmartFTP, myself. I suggest you download a copy, it's free.

To chmod a file or folder, you highlight it, then right-click, select CHMOD, and away you go.

To download SmartFTP, go here:

http://www.smartftp.com
Copy linkTweet thisAlerts:
@FangMay 06.2004 — The easiest way is in a FTP program.

In [URL=http://www.ipswitch.com/products/index.html]WS_FTP[/URL], select the file you wish to change,right-click mouse button, and on the menu you will see "CHMOD", click this option.

In the window there are 3 columns (Owner Group Other), with 3 boxes for each (Read Write Execute).

If you have a mail program you would set it's CHMOD 755 i.e.

Owner: read write execute

Group:read execute

Other:read execute

Each box is equivalent to a value:

read=1

write=2

execute=4

so in the above example:

Owner:1+2+4=7

Group:1+4=5

Other:1+4=5

Therefore CHMOD 755

Your provider should tell you this!

note: Owner is also known as User.

http://faq.solutionscripts.com/misc/chmod_ws_ftp.html

and SmartFTP have a flash tutorial http://www.smartftp.com/support/howto/flash/chmod.html
Copy linkTweet thisAlerts:
@benjaminauthorMay 08.2004 — thank you so much,finally i understand'
×

Success!

Help @benjamin spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.19,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...