italos Δημοσιεύτηκε Οκτώβριος 29, 2011 #1 Κοινοποίηση Δημοσιεύτηκε Οκτώβριος 29, 2011 Προσπαθώ να ανεβάσω μια ιστοσελίδα με το Dreamweaver CS5.5 αλλά λαμβάνω το ακόλουθο μήνυμα An FTP error occurred - cannot put server fold /Users /etc Access denied. The file may not exist, or there could be a permission problem. Εν το μεταξύ τα setting για να συνδεθώ με το server είναι σωστά ρυθμισμένα.Προφανώς είναι θέμα άδειας πρόσβασης στο φάκελο( ο οποίος ασφαλώς και δεν εναι ανυπαρκτος). Μπορείτε να μου υποδιξεται κάπιοα λύση;Χρησιοποιώ macbook pro 2011 Link to comment Share on other sites More sharing options...
grathk Οκτώβριος 29, 2011 #2 Κοινοποίηση Οκτώβριος 29, 2011 πρεπει να δώσεις δικαιώματα write στον server Link to comment Share on other sites More sharing options...
grathk Οκτώβριος 29, 2011 #3 Κοινοποίηση Οκτώβριος 29, 2011 Once connected via FTP, (pre MX I believe) open the FTP log from the Window menu of the Site Window. In newer versions this can be done with the site menu in the side bar or in “dual pane” mode by going to View then Site FTP Log.In the command line, type:chmod ### /path/to/filenameWhere ### is the numerical equivalent of the permissions you wish to assign.Where path/to/filename is the relative path to the filename.For example, the change permissions of a file named readme.txt location in your root folder should be:chmod ### ./readme.txt-or-chmod ### public/html/readme.txtThe path depends a lot on your server’s or hosting company’s setup. Link to comment Share on other sites More sharing options...
SirDiman Οκτώβριος 29, 2011 #4 Κοινοποίηση Οκτώβριος 29, 2011 οπου τα ### ειναι το 777 που σημαινει full δικαιωματα read write execute σε ολους τους χρηστες Link to comment Share on other sites More sharing options...
grathk Οκτώβριος 29, 2011 #5 Κοινοποίηση Οκτώβριος 29, 2011 οπου τα ### ειναι το 777 που σημαινει full δικαιωματα read write execute σε ολους τους χρηστεςτο οποίο πρέπει να αλλάξεις οταν τελειώσεις με 744Γενικά:Τhe sums of these numbers give combinations of these permissions:0 = no permissions whatsoever; this person cannot read, write, or execute the file1 = execute only2 = write only3 = write and execute (1+2)4 = read only5 = read and execute (4+1)6 = read and write (4+2)7 = read and write and execute (4+2+1)Chmod commands on file apple.txt (use wildcards to include more files)Command Purposechmod 700 apple.txt Only you can read, write to, or execute apple.txtchmod 777 apple.txt Everybody can read, write to, or execute apple.txtchmod 744 apple.txt Only you can read, write to, or execute apple.txt Everybody can read apple.txt;chmod 444 apple.txt You can only read apple.txt, as everyone else. Link to comment Share on other sites More sharing options...
italos Οκτώβριος 29, 2011 Author #6 Κοινοποίηση Οκτώβριος 29, 2011 πρεπει να δώσεις δικαιώματα write στον serverΕννοείς μέσω του Dreamwaiver ? Link to comment Share on other sites More sharing options...
grathk Οκτώβριος 29, 2011 #7 Κοινοποίηση Οκτώβριος 29, 2011 Δεν εχει σημασία απο πού θα το κάνεις,μπορεις να το κανεις μεσω καποιου ftp uploader(filezilla,smartftp,dreamweaver) ή και μεσα απο το control panel της σελίδας σου.Για να καταλάβεις αυτά ειναι τα δικαιώματα εγγραφής και ανάγνωσης στο τμήμα του δίσκου του server που φιλοξενεί την σελίδα σου.Αν το αφήσεις chmod 777 θα μπορεί ο οποιοσδήποτε να αλλάξει αυτά που εχεις ανεβάσει. Link to comment Share on other sites More sharing options...
italos Οκτώβριος 29, 2011 Author #8 Κοινοποίηση Οκτώβριος 29, 2011 Δεν εχει σημασία απο πού θα το κάνεις,μπορεις να το κανεις μεσω καποιου ftp uploader(filezilla,smartftp,dreamweaver) ή και μεσα απο το control panel της σελίδας σου.Για να καταλάβεις αυτά ειναι τα δικαιώματα εγγραφής και ανάγνωσης στο τμήμα του δίσκου του server που φιλοξενεί την σελίδα σου.Αν το αφήσεις chmod 777 θα μπορεί ο οποιοσδήποτε να αλλάξει αυτά που εχεις ανεβάσει.Μου εξηγείς πώς μπoρώ να το κάνω μέσα απο dreamweaver ή το filezilla; Link to comment Share on other sites More sharing options...
grathk Οκτώβριος 30, 2011 #9 Κοινοποίηση Οκτώβριος 30, 2011 Link to comment Share on other sites More sharing options...
italos Νοέμβριος 1, 2011 Author #10 Κοινοποίηση Νοέμβριος 1, 2011 Ευχαριστώ! Με το Dreamweaver δεν τα κατάφερα. Δε συνδεέται καν στο server . Μόνο local view έχω.Συνεπώς δενμπορώ να αλλάξω τα ### Το ανέβασα με το FileZila αλλά και πάλι προτιμώ το Dreamweaver....γίνεται αλλιώς να συνδέσω το Dreamweaver; Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.