|
Home > Archive > IIS FTP Server > December 2006 > how to list all files found on a web site
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
how to list all files found on a web site
|
|
| ishtar 2006-12-15, 1:33 am |
| I uploaded about 20,000 files and folders to a web site and there were
intermittent transfer failures causing the resulting files to have a
file size of 0. The upload was 5 gigs and took almost an entire day.
Does anyone know of a program that will export a complete list of all
the files and folders so I can do a sort and find out specificaly which
files didn't make it?
| |
| Bernard Cheah [MVP] 2006-12-18, 1:36 am |
| Errr. you can either
a) do a dir listing, save the output to a text file at both end, then use
file compare utility to check the differences?
b) do a sample folder size and file count via windows explorer, right mouse
property... check the number
c) ...
--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/
"ishtar" <ishtarbgl@yahoo.com> wrote in message
news:1166145630.004587.247450@n67g2000cwd.googlegroups.com...
>I uploaded about 20,000 files and folders to a web site and there were
> intermittent transfer failures causing the resulting files to have a
> file size of 0. The upload was 5 gigs and took almost an entire day.
> Does anyone know of a program that will export a complete list of all
> the files and folders so I can do a sort and find out specificaly which
> files didn't make it?
>
| |
| ishtar 2006-12-20, 7:21 pm |
| Thanks, but I'm not sure you understand the question. There are 20,000
files and probably 1000 folders. What you alluded to in b) doesn't
seem reasonable since I would have to do this manually 1000 times.
What you mentioned in a) sounds promising if a dir listing would
display ALL directories. With this many subdirectories just listing
the highest level won't help me. Is there a way via FTP to do an
export of all folders and sub-folders with their respective folder
sizes?
Bernard Cheah [MVP] wrote:[vbcol=seagreen]
> Errr. you can either
> a) do a dir listing, save the output to a text file at both end, then use
> file compare utility to check the differences?
> b) do a sample folder size and file count via windows explorer, right mouse
> property... check the number
> c) ...
>
>
>
> --
> Regards,
> Bernard Cheah
> http://www.iis.net/
> http://www.iis-resources.com/
> http://msmvps.com/blogs/bernard/
>
>
> "ishtar" <ishtarbgl@yahoo.com> wrote in message
> news:1166145630.004587.247450@n67g2000cwd.googlegroups.com...
| |
| Bernard Cheah [MVP] 2006-12-21, 7:30 am |
| what you asking is behind ftp protocol for file transfer.
do you want to make sure both site in sync? if yes.. don't think ftp will
ensure that for you.
or else, google some OS utility for directory sync check, etc.
--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/
"ishtar" <ishtarbgl@yahoo.com> wrote in message
news:1166655507.718908.91440@79g2000cws.googlegroups.com...
> Thanks, but I'm not sure you understand the question. There are 20,000
> files and probably 1000 folders. What you alluded to in b) doesn't
> seem reasonable since I would have to do this manually 1000 times.
> What you mentioned in a) sounds promising if a dir listing would
> display ALL directories. With this many subdirectories just listing
> the highest level won't help me. Is there a way via FTP to do an
> export of all folders and sub-folders with their respective folder
> sizes?
>
>
> Bernard Cheah [MVP] wrote:
>
|
|
|
|
|