There are 5 messages totalling 287 lines in this issue.
Topics of the day:
1. FTPMail, Agora, etc. statistics
2. <No subject given>
3. Concatenating files & ... (Ammendation to my previous comment)
4. .gz files (was blank)
5. NEWS: Accmail FAQ ver 8.2
~~~~~~~~~~~~~~~ ACCMAIL Info (automatically generated) ~~~~~~~~~~~~~~
To UNSUBscribe: Send UNSUBSCRIBE ACCMAIL to [EMAIL PROTECTED]
To get the ACCMAIL FAQ: Send e-mail to "[EMAIL PROTECTED]"
and enter only this line in the BODY of the note:
send usenet/news.answers/internet-services/access-via-email
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
----------------------------------------------------------------------
Date: Sun, 2 May 1999 06:01:28 +0100
From: [EMAIL PROTECTED]
Subject: FTPMail, Agora, etc. statistics
FTPMail, Agora, etc. statistics for Sat 1 May 1999, posted Sun, 02 May 1999 05:00:23
GMT
Less than 1 hour
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
1-4 hours
[EMAIL PROTECTED]
4-10 hours
None
More than 10 hours
None
Response within 4 hours in at least 5 out of 7 recent tests
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Note: [EMAIL PROTECTED] doesn't reply to .net or .com addresses.
This data is generated automatically around 0600 GMT/BST most
days. The performance reported is dependant on many factors and your
experience may vary. You can also access this list:
On the Web at http://www.netservs.com/mrcool/stats.htm
By FTP at ftp://ftp.cix.co.uk/pub/net-services/stats.txt
Mail to [EMAIL PROTECTED] and say
"get file stats.txt" (no quotes)
Want this list every day? Send mail to [EMAIL PROTECTED] and in the
body of your message put "join statistics" (no quotes)
No liability is accepted for inaccuracies. Mirroring, links to and
copying of this entire file (not extracts) is permitted until further
notice.
Slow downloads? Try Mr. Cool!
See http://www.netservs.com/mrcool/
Copyright Net Services 1999.
------------------------------
Date: Sun, 2 May 1999 10:32:35 +0530
From: [EMAIL PROTECTED]
Subject: <No subject given>
Hi,
I had seen some files ending with a .gz extension.I need to retrieve
such files.What kind of files are these...i mean what kind of compression
is followed.For example a zip file ends with a .zip extension and a
compressed file ends with a .Z extension.Also let me know how to
uncompress such files.
Bye.
------------------------------
Date: Sun, 2 May 1999 15:36:10 +0600
From: [EMAIL PROTECTED]
Subject: Re: Concatenating files & ... (Ammendation to my previous comment)
At 08:29 AM 01-05-99 -0500, you wrote:
>> So instead of using:
>>
>> COPY FILE.001+FILE.002+FILE.003 FILE.UUE
>>
>> you can just enter:
>>
>> COPY FILE.* FILE.UUE
>
>
> I e-spoke way too soon and now I have to ammend my words. I
>did little more experimentation with this, after I sent the first
>message of course.
>
> I learned that the COPY command isn't quite as smart as I
>took for granted.
I found the URL to the win9x 'Fsplit' utility that joins/splits files.
ftp://ftphost.simtel.net/dsk3/simtelnet/win95/fileutl/fsplt12.zip
Size: 275k
When joining files downloaded by email methods, you may have to edit the
first file end in some cases except from www4mail servers.
This is what the help file says . .
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
File Split Help
Copyright � 1998 by H. Fischer
About the Program:
File Split is an Application which splits a single File into several
Files with a certain Filesize.
It can rejoin multiple files into one file by concating them one by
one into a chosen single file.
The Data of the Source-Files won't be modified.
In Split-Mode, the Destination Files will get a specified
Base-Filename plus an Extension, which is a numeric value counted
ascending from '001' on.
File Split supports Long Filenames, so the Base-Filename can contain
more than 8 characters.
After every split action, a DOS-Batch file named "Rejoin.bat" can be
found in the destination directory. Use this file to concat the single
files back into the original file, without using the concat option
of FileSplit.
Alternatively the destination Files can be rejoined manually back into
the original file, by using the copy
-command at the Win 95 / NT -DOS-Prompt. (Remember that a DOS-command
is limited to 128 characters, and all chars which exceeds this limit
will be truncated.)
Example: copy /b dest.001 + dest.002 + dest.003 + dest.004 source.exe
In Concat-Mode, the Source Files can be chosen directly from disk to
a File-Listbox.
This is the list which contains all files which will be joined to a
Destination-File.
NOTE I: FSPLIT.EXE requires a 32-Bit Windows -environment. You must
have Windows 95 / NT running to execute it.
File Split is FREEWARE. You can use and distribute it without paying
for it.
NOTE II: File Split is not intended to write the split Files to
Floppy-Disk.
If there isn't enough space on the Destination-Drive for all
files, File Split aborts its work with an Error-Message.
You have to copy the created files manually, if you want them
on a Floppy-Drive.
Author of File Split:
HFSoftware
Internet: [EMAIL PROTECTED]
CompuServe: Name: Harald Fischer, User-ID: 101551,105
E-Mails for Feedback or comments are welcome.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
------------------------------
Date: Sun, 2 May 1999 10:00:12 -0700
From: "Gerald E. Boyd" <[EMAIL PROTECTED]>
Subject: Re: .gz files (was blank)
At 10:32 AM 5/2/99 +0530, [EMAIL PROTECTED] wrote the following:
> I had seen some files ending with a .gz extension.I need to retrieve
> such files.What kind of files are these...i mean what kind of
compression
>is followed.For example a zip file ends with a .zip extension and a
>compressed file ends with a .Z extension.Also let me know how to
>uncompress such files.
Files ending in .z (not .Z) are usually files compressed with the gz
command. These can be uncompressed with the gunzip command. To
uncompress a file with this extension type:
gunzip filename.z
where filename is the name of the file to uncompress.
Older .z files are compressed with the pack command. These can be
uncompressed in the same manner as a gzipped .z file. To avoid
confusion, gzip now uses the .gz extension.
file.Z compressed by the compress program; uncompressed by
the uncompress program
file.z compressed by gzip; uncompressed by gunzip (old)
older .z files are compressed by pack; uncompressed
with unpack
file.gz compressed by gzip; uncompressable by gunzip (new)
For more information on this program, type:
man gzip
at a Unix prompt.
I use a DOS program called gzip version 1.2.4 to unzip these files. You
can find it at your favorite SimtelNet mirror:
gzip124.zip (930818) 114K GNUzip: Unix compress/uncompress replacement
--
Gerry Boyd -- [EMAIL PROTECTED]
------------------------------
Date: Sun, 2 May 1999 11:58:17 -0700
From: "Gerald E. Boyd" <[EMAIL PROTECTED]>
Subject: NEWS: Accmail FAQ ver 8.2
Accmaillers,
Version 8.2 of the ACCMAIL has been sent out to the FAQ archives.
Should be available after the 4th of May.
8.2 Revised list of active E-mail Archie servers,
[EMAIL PROTECTED] Free service terminated, Added
Merriam-Webster word-of-the day, Internic gone 24Mar99, Agora
servers revised, New foreign language versions, Arno Wouters
NEW-LIST is gone
You can get it immediately from my autoresponder:
To: [EMAIL PROTECTED]
Subject: send accmail.faq
NOTE: The FAQ is updated on an as needed basis and great changes
probably won't be made except on a semi-annual basis. The small changes
that appear on a monthly basis are usually reported here first. I tend
to keep my web pages updated as soon as I learn of a change or one has
been reported to me.
--
Gerry Boyd -- [EMAIL PROTECTED]
------------------------------
End of ACCMAIL Digest - 1 May 1999 to 2 May 1999 (#1999-123)
************************************************************