Home
 

Customer Support

Search for keywords:

Browse by category:

I cannot see files that begin with a '.' in my FTP client

Files that begin with a '.' are hidden. Generally, these files contain configuration information and are hidden so that they are not accidentally deleted. If you need to modify a hidden file like .htaccess, then you will need to view hidden files so you can delete and upload them.

There are several ways to edit, delete, and upload hidden files. If you are using an FTP client, you should be able to change the settings so that your hidden files are viewable.

User-Contributed Notes

add a note
meNOSPAM -at- johnmasterson.com
23-Sep-2002 10:12
If you are comfortable on the command line, you can ssh into the server
and type this command: ls -a.  The command 'ls' lists the files in the
directory, the flag 'a' lists all of the files.  You can also use the
command 'ls -al' to list all of the files and their permissions.  

To delete a hidden file, type this: rm .filename
If you would like to delete the entire directory, use this command: rm
-rf/htdocs/www/unwanted-directory

Note that both rm and rm -rf permanently remove files and directories
from your site, so proceed with caution!


08-Dec-2003 17:59
from a shell prompt, type:

    ls -la

to see all files, including ones that begin with a dot.

user -at- example.com
11-Aug-2004 11:36
Here's how to view hidden files in Fetch:

1.) Go to Fetch's Preferences.
2.) Select the Misc tab.
3.) Pick Obscure Options from the popup.
4.) Toggle 'Send LIST -al to UNIX servers.'
5.) Save.  You may need to reconnect for the change to be effective.

user -at- example.com
04-Feb-2005 12:50
To view hidden files in WS_FTP you will want to make sure that nothing
is selected/clicked on or highlighted in blue in the remote system list,
and then click the transfer arrow. You will be prompted for the file
name and can type in filenames that begin with a period that do not
display in the file listings. See also Ipswitch's WS_FTP support page:
http://support.ipswitch.com/kb/WS-19980119-DD33.htm

Another thing you can do is look for the MkDir button on the display for
the remote site. Under it is a blank box. In that blank box, type:  -la
That will cause all files in the directory to be listed, even hidden
ones that begin with a period. See also Ipswitch's WS_FTP page on this:
href=http://support.ipswitch.com/kb/WS-20001229-DM04.htm 

If you do not have WS_FTP, you can download it from Ipswitch here:
ftp://ftp.ftpplanet.com/WS_FTP/WS_FTP%20LE/ws_ftple.exe

12-Jul-2007 14:29
In FileZilla:
View -> Show Hidden Files (refresh)

add a note

Related Questions:


Why won't MDTM work?

Why do I get error "blocking call cancelled" with FTP?

Suddenly FTP times out, disconnects or does not give me access to all my directories.

What is the FTP server address?

Every time I upload a file with FTP, it has 0 bytes on the server.

I cannot upload files with my Mac Finder.

How do I use Dreamweaver to update my website?

I can login with FTP but I can't see anything and then after a while it times out.

FTP connect fails and says "Maximum number of clients exceeded".

The only file I see when I login to FTP is welcome.msg.

Do you support SFTP?

Can I have an extra FTP user Or What are alternatives to an extra FTP user?

Browse Categories:

Getting Started, FTP, Telnet/SSH, Moving Domains, E-mail, Traffic Reports, Mailing Lists, Apache, PHP, CGI, Other Server-Side Scripting, MySQL Database, Imaging Libraries, Other Software, Billing & Terms, Control Panel, E-commerce, Pre-Sales


Tiny Modwest Logo         Copyright 2000-2008 by Modwest, Inc.          About Us    |    Blog    |    Jobs    |    Web Design    |    Contact Us