Results 1 to 4 of 4
Hi,
In the ftp directory around 6000 files are there. i am able to view only 1500 files. can anyone help me how to view all those files.
thanks & ...
- 01-27-2010 #1Just Joined!
- Join Date
- Jun 2009
- Posts
- 21
Ftp
Hi,
In the ftp directory around 6000 files are there. i am able to view only 1500 files. can anyone help me how to view all those files.
thanks & regards
santhosh
- 01-27-2010 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,096
More info would be helpful if you can provide it.
Do you mean you simply want to "see" the files in the directory, or do you mean "open" them?
Different file types require different applications to open them, so it would depend on what the files are. Can you list some of them?oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 01-27-2010 #3Just Joined!
- Join Date
- Jun 2009
- Posts
- 21
I just want to view the files. please let me know
thanks & regards
santhosh
- 01-27-2010 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,096
If they are merely hidden files, you can use your GUI file manager to navigate to that folder and set it to "show hidden files" so that you can see them, or you can go to a terminal and navigate to that folder, then issue the ls command to list all files, including hidden files:
Code:ls -a
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.


Reply With Quote