can't chmod .htaccess file. once uploaded, disappear
|
alexp
Joined: 2002-11-23
Posts: 2 |
Posted: Sat, 2002-11-23 06:21
|
|
hello everyone, i have web space on onyxservers.com unix machineS. anyone has encontered this? alex |
|
| Login or register to post comments |

Posts: 1301
Alex
Files with a full stop (.) in front of the name are treated as hidden files, so it's perfectly normal that you don't see it after uploading.
I use Ws_ftp, and it has an option that allows you to view the hidden files. I'm sure cuteFTP must have something similar. I'd suggest you look in the help files of cuteFTP for the word hidden (or hidden files), and I'm sure it will come up with some useful information.
FOUND IT! I found cuteftp's knowledge base online, and rummaged around for you. Got the following information:
----------
Displaying Hidden Files: You can display hidden files on servers using a special filter command. When configuring your filter, select Enable remote filters (Server applied filter). Type in -rtaF next to this field. Your listing command should now be LIST-rtaF, which will display of hidden files.
----------
That should do it. Once you can see the file then chmod it and hopefully your problems will be solved.
Regards,
Gaile
Posts: 3469
Read <!-- BBCode Start --><A HREF="http://gallery.menalto.com/modules.php?op=modload&name=phpBB_14&file=index&topic=701&action=viewtopic&topic=1869" TARGET="_blank">this thread</A><!-- BBCode End --> for CuteFTP instructions.
-Beckett (beck@beckettmw.com)
Posts: 2
Gaile,
thank you very very much for this piece of information. I learned thanks to your efforts.
good luck with your projects !
:smile:
alex
Posts: 40
Or you could do what I did: just upload the file as htaccess (no dot) and chmod it. Then just rename it to .htaccess
If you need to get to the file again, then right click (in Cute Ftp) and select GET FILE. type in .htaccess and it will download to your computer. Change it, then upload it back.
-Jess
Posts: 1
When I tried the suggested fix it revealed the hidden file but blocked any changes to file permission, which is the whole point. I filled the box in with "-a" only and found that I could see the files and change the permissions.
Posts: 21
I also use WS_FTP Pro. This suggestion seemed to work for me
I have a folder in my Gallery directory named 'Setup' that has zero properties in CHMOD window. It seems to have zero attributes and I can't change/edit it by CHMOD. I can't delete the dang directory either. Driving me whacko.
It's very frustrating when I can't delete directories and sub-directories if there's any files in them. Why won't these FTP programs let you delete directories without going through each directory and manually deleting it's contents? I could have sworn a previous version of WS_FTP I used had a setting to allow the deletion of a directory and all it's contents automatically....
Posts: 40
How do you see the .htaccess file in FlashFXP ????
Anyone know???
Posts: 1
When i try chmod a file , it says "200 You Do not need to chmod on this server"
what does that mean? and how do i enable it to let me change the permission, bcoz files dissapear after i hit refresh. plz help.
Posts: 12544
No problem :D
Press F6 for preferences (Options > Preferences)
Select the "Advanced" tab, in the middle-right, under "List Method" select "Show hidden files". If that doesn't work, select custom, then make sure it has "ls -la" (without quotes) as the custom command.
HTH
Kevin
Posts: 2
Does anybody know how to reveal the hidden files with WS_FTP Home?
Posts: 225
use WS_ftp.. and theres a text box for unix commands on the right.. just put in
-al
Should list them.. you may want to check out cuteftp or smartftp.
Posts: 11
Or in the profile for that ftp connection, you can
Select Properties.
Click the Startup tab.
Enter -al
in the Remote file mask text box.
That way it will always display hidden files.