Click to See Complete Forum and Search --> : Coppermine makes folders that I can't remove!
Sunny G
01-23-2006, 05:53 PM
Hi everybody. got a question for y'all.
I downloaded coppermine (http://www.coppermine.sf.net/) today for my site team847.com:cool:
I moved the files around a bit, and the folders in which coppermine previously was (on the server) I can't delete! Why? I tried different FTP software and it didn't work. What do I do?
ray326
01-23-2006, 07:54 PM
Wow, you broke the coppermine site, too. :D
Sunny G
01-23-2006, 09:10 PM
What?
NogDog
01-23-2006, 09:28 PM
If it's a UNIX/Linux server, there could be hidden files in it (filename starts with a "." character). Your web host provider may have configured FTP to not have access to such files, so you may either need to remotely log in to the server, use whatever file system tool is provided by your web host, or contact the web host admin to delete them for you.
Sunny G
01-23-2006, 09:44 PM
It is a unix server actually... How do I log in remotely?
NogDog
01-23-2006, 09:55 PM
Odds are that if they don't allow FTP access to hidden files, they probably don't allow remote logins either. But, you can try this from your cmd tool:
telnet hostname.com
If it prompts you for a login, see if you can get in with your user name then the password when prompted. Most likely, it will return some sort of "unable to connect" error, though.
ray326
01-23-2006, 09:59 PM
telnet team847.com
LOL! We've been doggin' each other all evening. :D
The ftp may have an option to "show hidden".
NogDog
01-23-2006, 10:03 PM
Another option to try: from the cmd tool again, do...
ftp yourdomain.com
Login when prompted. Use the "cd directoryname" command to change to the directory in question. Then (after you're sure you're in the right directory), try:
dele .*
This should, theoretically, delete all files in that directoy which begin with a ".".
Sunny G
01-23-2006, 10:23 PM
Nope, those didn't work. I'll call my ISP and see if they can resolve the issue, and see if they know how I can take of these in the future.