GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
yencode(1) User Commands yencode(1)

yencode - Usenet file encoder

yencode [-d, --debug] [-e, --extension=ext] [-f, --force] [-l, --line=length] [-m, --multipart=size] [-o, --output=dir] [-p, --paths] [-q, --quiet] [--sfv=name] [--crc=name] [--help] [--version] FILE ...

yencode encodes the files specified on the command line according to the yEnc Usenet encoding format.

Write messages useful for debugging to stderr while program is operating.

Use ext as the file extension for encoded files, instead of ync, which is the default.

If the output file already exists, overwrite the existing file without prompting.

Create encoded lines of length characters, instead of 128, which is the default.

Create multipart output, with each file containing size bytes of data. size may be specified in bytes, or in a human-friendly format such as 200k or 2M. If -m is specified without a size, each part defaults to 620k.

Create output in dir instead of the current directory.

Save relative pathnames to files in the encoded data. For example, running yencode files/new/bigfile.mp3 will by default save the filename as bigfile.mp3. If the -p option is specified, the filename will be saved as files/new/bigfile.mp3.

Try to avoid writing output while running. The only output that will occur is error messages.

Create a yencoded SFV file containing the checksum of each input file. If name is specified, then that name will be used as a prefix for the SFV file.

Create a yencoded CRC file containing the checksum of each input file. If name is specified, then that name will be used as a prefix for the CRC file. Note that this CRC file may or may not comply with the "standard" for what a .crc file is supposed to contain.

Display program help and exit.

Output version number and exit.

Don Moore <bboy@bboy.net>

http://www.yencode.org/

ydecode(1), ypost(1)

March 2002 yencode

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.