Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
150 views

How can I force Thunderbird to download all emails by IMAP?

I just created a new Thunderbird profile. Unfortunately Thunderbird only dowonloads recent messages. I need to get all my messages and subfolders. Any idea?
0
votes
0answers
38 views

How can I unhide sent items in outlook 2010 view changer

I want to set different views for my Inbox and Sent Items. Inbox is easy since it is available under the"Change View" and "Apply Current View to These Folders" selections...BUT, I cannot specify this ...
1
vote
1answer
263 views

Copying all files from multiple folders to a single folder

I have about 65000 files in 3000 folders in c:\foo\root (ie, c:\foo\root\folder1, c:\foo\root\folder2 etc). I want to copy all of those files to a single folder c:\All. I've tried Robocopy but it ...
4
votes
3answers
668 views

How do I delete all files within subdirectories matching a given wildcard in Windows?

I would like to delete all files on a Windows server matching this wildcard: E:\Cache\*\*\*_ROOT\a*_SYMBOL\weekly* In linux, I could just put an rm -rf in front of it and it would work. If I try ...
1
vote
0answers
226 views

ftp: accessing files in subfolder without compromising root and recursive

Aloha. I am curious if there is a way to give certain users access to subfolders of my domain via ftp, yet not access to any root files or other folders, for that matter. Purpose: I am configuring a ...
2
votes
4answers
1k views

How to get the summarized sizes of folders and their subfolders?

Let's say I want to get the size of each folder of a linux file system. When I use ls -la I don't really get the summarized size of the folders. If I use df I get the size of each mounted file system ...