Main > Free Download Search >

Free yenc software for linux

yenc

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 14
Convert::yEnc::RC 1.02

Convert::yEnc::RC 1.02


Convert::yEnc::RC is a Perl module for yEnc file-part database. more>>
Convert::yEnc::RC is a Perl module for yEnc file-part database.

SYNOPSIS

use Convert::yEnc::RC;

$rc = new Convert::yEnc::RC;
$rc = new Convert::yEnc::RC $file;

$ok = $rc->load;
$ok = $rc->load($file);

$ok = $rc->update ($line);
@files = $rc->files;
@complete = $rc->complete;
$complete = $rc->complete($fileName);
$entry = $rc->entry ($fileName);
$ok = $rc->drop ($fileName);

$rc->save;
$rc->save($file);

ABSTRACT

yEnc file-part database

A Convert::yEnc::RC object manages a database of yEnc file parts.

Applications pass the =ybegin, =ypart, and =yend lines from yEncoded files to the object, and it keeps track of the files, parts and bytes as they are received. The object reports errors if the sequence of =y lines is inconsistent.

Applications can query the object to find out what files, parts, and bytes have been received, and whether a given file is complete.

The database can be be saved to and restored from disk.

<<less
Download (0.055MB)
Added: 2006-08-18 License: Perl Artistic License Price:
1166 downloads
Convert::yEnc::Entry 1.02

Convert::yEnc::Entry 1.02


Convert::yEnc::Entry is a Perl module as an entry in a Convert::yEnc::RC database. more>>
Convert::yEnc::Entry is a Perl module as an entry in a Convert::yEnc::RC database.

SYNOPSIS

use Convert::yEnc::Entry;

$entry = new Convert::yEnc::Entry { size => 10000 };
$entry = new Convert::yEnc::Entry { size => 50000, part => 1 };

$entry = load Convert::yEnc::Entry "10000t10000";
$entry = load Convert::yEnc::Entry "20000t1-20000t1-2";

$ok = $entry->ybegin( { size=>10000 } );
$ok = $entry->ypart ( { begin=>1, end=>10000 } );
$ok = $entry->yend ( { size=>10000 } );

$entry->complete and ...

print "$entryn";

ABSTRACT

An entry in a Convert::yEnc::RC database

Convert::yEnc::Entry manages a single entry in a Convert::yEnc::RC database

<<less
Download (0.055MB)
Added: 2006-08-18 License: Perl Artistic License Price:
1163 downloads
Convert::yEnc::Decoder 1.02

Convert::yEnc::Decoder 1.02


Convert::yEnc::Decoder is a Perl module that decodes yEncoded files. more>>
Convert::yEnc::Decoder is a Perl module that decodes yEncoded files.

SYNOPSIS

use Convert::yEnc::Decoder;

$decoder = new Convert::yEnc::Decoder;
$decoder = new Convert::yEnc::Decoder $dir;

$decoder->out_dir($dir);

eval
{
$decoder->decode( $file);
$decoder->decode(*FILE);
$decoder->decode;
};
print $@ if $@;

$name = $decoder->name;
$file = $decoder->file;
$size = $decoder->size;

$ybegin = $decoder->ybegin;
$ypart = $decoder->ypart;
$yend = $decoder->yend;

ABSTRACT

yEnc decoder

Convert::yEnc::Decoder decodes a yEncoded file and writes it to disk. Methods are provided for returning information about the decoded file.

<<less
Download (0.056MB)
Added: 2006-08-23 License: Perl Artistic License Price:
683 downloads
Getbinnews 1.0.9

Getbinnews 1.0.9


Getbinnews is a newsreader developed in C using the GTK user interface. more>>
Getbinnews is a newsreader developed in C using the GTK user interface (for Linux, FreeBSD and OpenBSD OS) .
The aim of Getbinnews is to extract in some newsgroups a binary file (mp3, jpg, gif,mpg, asf, avi, divx...) splited in articles with mime, uuencode or yenc format.
Main features:
Connection support
- definition of name and port of news server
- definition of user and password to connect the news server
- times reconnection in some cases (timeout, connection error or connection reject)
- number of connections
- bandwidth throttle
Dialer
- connection and deconnection to internet
Filter
- filter by fields
- filter by size
- filter by size of articles
- filter if incomplete
- filter if part 1 is missing
- filter if more than n articles
Search newsgroups
- search newsgroups on server
- search/filter newsgroups by regex expression
- search by wildmat
Search for article
- selection of all articles of a file (right click)
- search for subject
- filter for subject
- number of articles to download.
- number of selected articles (right click)
Decode methods
- yenc support
- uuencode support
- base64 support
- mime support
Files
- definition of files directory
- definition of articles directory
- cleanup articles
- cleanup files
- behavior if files exist.
- behavior if not enough space
- dont delete articles.
Newsgroups
- download list of newsgroups
Group List
- Definition of newsgroups list to search articles.
- personnalisation of search for a particular newsgroups
Scheduler
- Schedule periodic search (daily, weekly, or monthly)
- Schedule non periodic search
- hang up internet connection at end of the search.
History
- Creation of an history file to stop download articles already download
hide button to stop search.
<<less
Download (0.20MB)
Added: 2005-08-15 License: GPL (GNU General Public License) Price:
1532 downloads
Pan 0.125

Pan 0.125


Pan is a Usenet newsreader which attempts to be useful for both text-based and binaries newsgroups. more>>
Pan is a newsreader which attempts to be pleasing to both new and experienced users. In addition to the standard newsreader features, Pan also supports yEnc, offline newsreading, article filtering, multiple connections, and more features for power users and alt.binaries fans.

Pan is also the only Unix newsreader to get a perfect score on the Good Net-Keeping Seal of Approval evaluations.

Pan runs on Linux, BSD, Mac OS X, Windows, and most flavors of Unix.

<<less
Download (1.9MB)
Added: 2007-02-24 License: GPL (GNU General Public License) Price:
974 downloads
YPost 0.20

YPost 0.20


Ypost is a command line usenet binary file poster. more>>
Ypost is a command line usenet binary file poster. It provides both uuencoding and yEnc encoding posting, speed throttling, and flexible segment reposting ability.

I wrote ypost because I wanted a command-line posting program that runs under
Linux command line, and the one that was available (newspost) didnt support yEnc or throttling. I did a few updates to newspost and resubmitted the changes, but I felt that beyond a cartain point, it made more sense for me to write a new system. I decided this partially because after having used C++ for the last few years, C leaves me very nervous - there are too many ways in which C++ is far safer than C (automatic destruction, etc) and I just felt a rewrite was in order.

The installation is pretty primative. Ypost is a simple program, I hope it will compile up on most machines. Just type "make" at the command line, and when its done, copy the "ypost" executable to wherever you like, I suggest /usr/local/bin.
<<less
Download (0.030MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1222 downloads
Naja 1.2.7

Naja 1.2.7


Naja is a download manager, a website grabber, a news grabber, ftp, ftps, sftp, webdav client. more>>
Naja is a download manager (accelerated downloading), and a website grabber. You can add some plugins (newsreader, newsgroup grabber, FTP - FTPS - SFTP client, WebDAV client) and take control of your downloads from your office.
You may automatically resume broken downloads if your connection is interrupted for any reason and you may always resume downloading from the point were you stopped.
The downloading maybe achieved by splitting the file being downloaded into several parts and downloading these parts at the same time (HTTP, HTTPS & FTP). Donwload speeds are increased by downloading the file from the mirror sites, when the sites propose it.
Support for decoding multipart encoded image on several news is now ready (UUE, yEnc). Proxies are also supported (HTTP, HTTPS, FTP, SOCKS v4a, SOCKS v5), and use some authentication methods.
Others features are signatures (MD5, SHA1, CRC32), CSV filter, CGI & WebDAV Server, Web Admin Interface (take control from your office), Basic & Digest authentication for client and server, Compress and decompress (zip, tar.gz, tar.bz2), Picture viewer, Text Editor.
Naja is ad-sponsored software, and does not contain spy-ware. You may use it for free. No registration is required.
Naja exists under Linux & MacOS X.
Main features:
- Csv filter
- Cheksums (CRC32, MD2, MD4, MD5, SHA, SHA1, MDC2, RMD160)
- Crypt (Only for the eXtended version) and Decrypt (AES, DES, 3DES ...)
- CGI & WebDAV Server
- Web Interface
- Compress and decompress (zip, tar.gz, tar.bz2)
- Picture viewer
- Text Editor
<<less
Download (1.0MB)
Added: 2005-11-21 License: Freeware Price:
1433 downloads
spugnews 1.1

spugnews 1.1


spugnews is a GPLd usenet binary grabber. more>>
spugnews is a GPLd usenet binary grabber.
spugnews has a simple command-line interface and the ability to perform rudimentary subject line analysis to group together articles that are part of the same file set.
Enhancements:
- internal yenc decoder (not as fast as the yenc module, but good for the impatient)
- work around for problem with hex encoding in newer (2.3+) versions of Python that affects yenc CRC check.
- status indicator for header refresh.
- incremental header writing (so if theres a problem when in the middle of downloading thousands of headers you dont loose what youve got so far)
<<less
Download (0.065MB)
Added: 2005-11-28 License: GPL (GNU General Public License) Price:
1425 downloads
newslite 1.7

newslite 1.7


newslite is a UNIX/LINUX command line tool to download from newsgroup. more>>
newslite is a UNIX/LINUX command line tool to download from newsgroup and decode multipart and monopart yENC and UU (Unix-to-Unix) encoded files.
Main features:
- threads XOVER command for faster group message header retrieval
- threads file download for faster download
- builds full list of groups hosted by the server
- resumes download session in case of connection loss program interruption
- makes use of configuration file to simplify user command interface
- builds "title" and "file" lists from article headers for quicker group content analysis
- decodes yEnc and UU multi and mono-part encoded files
- supports news server authentication
- supports NZB file processing (check the newzbin site for further information)
- allows connection to news server through any TCP port (i.e. not only using NNTP 119)
Enhancements:
- This release adds a group Search option.
- The MAC binary is now universal (PPC and Intel).
<<less
Download (0.039MB)
Added: 2006-10-09 License: Freeware Price:
1110 downloads
NewsBro 2.4.2

NewsBro 2.4.2


NewsBro project is a web application providing usenet news service. more>>
NewsBro project is a web application providing usenet news service. It provides support for multiple users accessing multiple news groups via multiple news servers.
Main features:
- web-based Usenet access
- full-featured news reader
- multi-user access with individual profiles
- one click filtered access to all images within a newsgroup
- multi-server binary file support
- XFace support
- yEnc decoder
- stand-alone and Java servlet versions
- News RC File
- Header and article caching
- NZB support
- XPAT threading
- Binary file harvesting
- Watch List for monitoring followups
- RSS feed for each group
- Configurable threads list
<<less
Download (0.27MB)
Added: 2007-08-11 License: Free for non-commercial use Price:
808 downloads
nzbperl 0.6.6

nzbperl 0.6.6


nzbperl is a newsreader utility that can process an nzb file, autodecode, and do bandwidth throttling. more>>
nzbperl is a newsreader utility that can process an nzb file, autodecode, and do bandwidth throttling.
Run Linux (or OSX or Windows)? Need a multi-connection newsreader utility that can process an nzb file and autodecode and even do bandwidth throttling? Youve come to the right place.
I looked around for something that I could use for nzb files on my Linux setup, and I soon discovered limited options. There are progs out there that will download nzb files (nzbget and knzb are apparently the most visible ones), but none seemed to have a key feature that I put importance on: bandwidth throttling. So, like many other one-off hacks and open source projects, this little toy was built to scratch an itch.
Main features:
- Automated parsing and sorting of nzb files
- Supports multiple server connections
- Automated parts downloading, assembling, and decoding
- Decodes uuencoded and yenc encoded files (via uudeview)
- User controllable bandwidth throttling (even change speeds during runtime)
- Nice colored text display with progress information
- News server authentication (optional)
- Perl script requires no compilation.
- Few dependencies
- Small footprint (about a 57kB download)
<<less
Download (0.070MB)
Added: 2005-09-28 License: GPL (GNU General Public License) Price:
1488 downloads
cg binary downloader 0.4

cg binary downloader 0.4


cg is a semi-automatic newsgroup binary downloader. more>>
cg is a semi-automatic newsgroup binary downloader. It assembles parts based on subject headers and then offers them in an editor for the user to choose which files he really wants.
cg is a automatic binary newsgroups downloader. It assembles parts based on subject headers and then offers them in an editor for the user to choose which files he really wants.
It supports decoding data in the following formats:
uuencode (both single- and multi-posting binaries)
MIME (multipart/mixed, message/partial; base64, quoted printable, x-uuencode) yEnc
Start it with cg somenewsgroup; `cg -h offers a short help, should you need it.
Enhancements:
- yenc support
- rename broken files to filename.broken
- CTRL-C/SIGINT handling: write rc file and quit after completely decoding current file.
- segfault fix (for postings of the type [422/7])
- ignore some uninteresting comment lines (no .desc file)
- dont assume last line before end is not allowed to contain data in uu data
<<less
Download (0.16MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1222 downloads
Brag 1.4.1

Brag 1.4.1


Brag collects and assembles multipart binary attachements from newsgroups. more>>
Brag collects and assembles multipart binary attachements from
newsgroups. Is a robust command line tool very usefull to run as a periodic background application. This is a robust command-line tool, well suited to run
as a cron job.
Main features:
- collects and downloads multipart binary attachements
- supported encodings: uuencode, MIME base64 and yenc
- filters messages using accept/reject patterns
- optionally saves message subjects
- supports NNTP authentication
- supports non-default NNTP ports
- can combine parts from different newsgroups or even different servers
- restarts from the last successful operation, handles network errors and disk-full situations gracefully
- very fast: can utilize multiple parallel connections to server
<<less
Download (0.21MB)
Added: 2006-06-06 License: GPL (GNU General Public License) Price:
1236 downloads
KLibido 0.2.5

KLibido 0.2.5


KLibido is a KDE usenet news grabber for Linux. more>>
KLibido is a graphical Usenet file grabber for KDE. KLibido supports multiple server, multiple download threads per server, .nzb files, queue management, etc...
Main features:
- Automatic joining of multi-part posts
- Automatic decoding of posts, using the uudeview library (yEnc supported) or an internal decoder
- Multiple servers support, with priorities and fallback if an article fails on a server and is present on another server
- Queue balancing: KLibido spreads the bytes load across servers with the same priority
- Multiple download threads per server support, with the ability to add or remove threads "on the fly"
- Gracefully handles network errors, timeouts, disconnects and out-of-space errors
- Acceptable (at least, by me :) memory usage (80-100 MB VMRss with several large groups open)
- Filter articles by subject and state (read, unread, complete, incomplete)
- Multi tabbed interface in IDEAl mode, to open multiple newsgroups at once
- KParts interface for previewing posts (.nfo, images, etc...) inside the program
- .nzb support
Download queue management:
- Pause (and resume) the queue
- Pause (and resume) the single posts
- Drag and drop the items around to change the download order
- Cancel download
- Lists of finished and failed items
- Granularity, with the ability to see the progress/status of the whole post and of the single articles of the post
- The progress of the download is saved and survives program exits/crashes
Enhancements:
- New option: do not automatically resize columns in headerlist (and remember columns sizes)
- New option: Do not automatically sort by subject (and remember the selected sort column)
- New option: remember order of columns in headerlists
- NEW: Show progress for decoding
- FIX: Dont crash while canceling articles during decoding (and really cancel the article)
- FIX: Cancel of update items while updating dbs now works
- new action: move to bottom of the queue
- FIX: correctly remember "maximized" status for main Window.
- NEW: Sort by number of articles in available groups list (i.e.: when subscribing to newsgroups)
- New shortcuts in headerLists: clear filter (Ctrl + C) and jump to the filter entry box (Ctrl + F)
- New option: dont show statusbar at startup
- NEW: French translation
- NEW: Progress dialog for db migrations
- FIX: Header dates now works for localized distributions as well
- NEW: During db migration/compact, articles are checked for consistency and discarded (KLibido should not crash anymore if there are bogus articles into dbs). A log of the discarded articles is created in the db dir (default: ~/klibido/db)
- Various bugfixes (see Changelog)
<<less
Download (0.79MB)
Added: 2006-03-04 License: GPL (GNU General Public License) Price:
1331 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1