Hello, Im in the process of making a website. Part of the instructions tell me to: "Upload all files to binary mode in your server. Chmod files "license_builder.dat" and "config_builder.php" to 777." How do I do this?????? Thanks nim3
binary mode I dont know what means but for chmod use FIlezilla ftp client and right click a file to set perms 777
Aloha nim3 With FTP there are two file transfer modes - text and binary. As the name would imply Text mode is just for text files, whereas Binary mode is what you would use to transfer anything else (i.e. executable files, PHP files etc) . If you use FTP from the command line you need to specify which mode you are transferring with, if you try and transfer an executable file using Text mode the file will get corrupted during the transfer and will be unusable. Most modern GUI-based FTP programs will determine the transfer mode correctly so you probably don't need to worry about this anyway. "CHMOD" is a LINUX\UNIX command that allows you to set file permissions. File permissions are often expressed as a number, in your case 777 is the number that grants all users all rights on the file. Most modern FTP programs can do this by right-clicking teh file and choosing "permissions" or "CHMOD". Hope this helps Bill
in linux that would be chmod 777 yourfile some FTP clients all so let you change permissions of files
Just download absolute ftp, and then upload the files. the program will ask if you want to upload in binary mode. else you can click the binary mode button in the program. after that, right click the files 1 for 1 and chose chmod from the right click menu. then write the chmod value in the pop up. tada, and your done :-P