Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

uubp(1c) [debian man page]

uubp(1C)																  uubp(1C)

NAME
uubp - Unix-to-Unix beer protocol SYNOPSIS
uubp [-acefghlqy] site DESCRIPTION
Uubp allows the user to transfer beer, ale, or other fermented grain beverages between network sites. Using TCP/IP (telecommunication pro- tocol for imbibing pilsners), uubp encodes beer from a local file system into packets suitable for FTP (fermentation transfer protocol) delivery at a remote IP site. Example: % uubp -c"AMBER" -f0.7 -y0 -q2 198.137.240.100 The preceding example sends two six-packs (-q2) of amber ale (-c"AMBER") with a fizziness quotient of 70%, brewed using yeast of type 0 (saccharomyces cerevisiae) to PI address 198.137.240.100, which is the IP address of the White House. RESTRICTIONS
Both source and destination sites must be running uubp-daemon. In addition, local restriction exist in many areas for the transportation alkohol across state lines. The Electronic Frontier Foundation is currently involved in litigation to ensure the ability to distribute beer through the uubp protocol according to the 21st Amendment. To support the SIG of EFF devoted to this cause, join the Homebrewers of the Electronic Frontier Engaged in Winning Electronic Independence and Zeroing Establishment Nonsense (HEFEWEIZEN), or send mail to hefeweizen@eff.eff.org. Be sure to include the entire text of this manual page. NOTES
Have a homebrew! Communication Commands uubp(1C)

Check Out this Related Man Page

UDP(4P) 																   UDP(4P)

NAME
udp - Internet User Datagram Protocol SYNOPSIS
#include <sys/socket.h> #include <netinet/in.h> s = socket(AF_INET, SOCK_DGRAM, 0); DESCRIPTION
UDP is a simple, unreliable datagram protocol which is used to support the SOCK_DGRAM abstraction for the Internet protocol family. UDP sockets are connectionless, and are normally used with the sendto and recvfrom calls, though the connect(2) call may also be used to fix the destination for future packets (in which case the recv(2) or read(2) and send(2) or write(2) system calls may be used). UDP address formats are identical to those used by TCP. In particular UDP provides a port identifier in addition to the normal Internet address format. Note that the UDP port space is separate from the TCP port space (i.e. a UDP port may not be "connected" to a TCP port). In addition broadcast packets may be sent (assuming the underlying network supports this) by using a reserved "broadcast address"; this address is network interface dependent. Options at the IP transport level may be used with UDP; see ip(4P). DIAGNOSTICS
A socket operation may fail with one of the following errors returned: [EISCONN] when trying to establish a connection on a socket which already has one, or when trying to send a datagram with the destina- tion address specified and the socket is already connected; [ENOTCONN] when trying to send a datagram, but no destination address is specified, and the socket hasn't been connected; [ENOBUFS] when the system runs out of memory for an internal data structure; [EADDRINUSE] when an attempt is made to create a socket with a port which has already been allocated; [EADDRNOTAVAIL] when an attempt is made to create a socket with a network address for which no network interface exists. SEE ALSO
getsockopt(2), recv(2), send(2), socket(2), intro(4N), inet(4F), ip(4P) 4.2 Berkeley Distribution May 16, 1986 UDP(4P)
Man Page

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How much data will transfer at 100 full

I am trying to determing how long it will take to transfer 384 Gb of data across a 100 Mb full ethernet. If I am correct, I come up with 36 Gb per hour. Surely that is not correct. I assumed 100 megabit per second is 10 megabyte per second, which is 600 megabytes per minute and 36 GB per hour.... (3 Replies)
Discussion started by: 98_1LE
3 Replies

2. UNIX for Dummies Questions & Answers

Unix on my website...

Hello eveybody! I'm 15mins old (in Unix years that is!) I hope this isn't a stupid question.... Is it possible to have a unix forum on my site? I've seen other sites with forums similar to the unix one. How do I got about doing this? Thankyou. Happy12:D (4 Replies)
Discussion started by: happy12
4 Replies

3. HP-UX

FTP script failing in middle , Error 421

All, I know this question has been asked , but mine is different scenario I am unsing HP unix, trying to transfer HP-Unix to HP-Unix. I am transfering a bunch of file form machine1 to machine2. when i intiate my FTP script the files are getting transfered from machine1 to machine2.... (7 Replies)
Discussion started by: arunkumar_mca
7 Replies

4. Shell Programming and Scripting

Getting rid of a field in a big file - Urgent

Hi Unix Gurus, I have a file with 100,000 lines with lines in the format: 1,35518,35518,1,2,1,72,1253889535,1253889775,240,30,152.163.141.8,US,0,00,-g 1253888723-g 1253889445 1,78973,78973,1,2,2,91,1253889535,1253889775,240,30,152.163.141.8,US,0,00,-g 1253888723-g 1253889445... (3 Replies)
Discussion started by: toms
3 Replies

5. What is on Your Mind?

What would you do with a Acer TravelMate 512DX

Hey guys, Not really sure where is best to post this so hope its under the right topic. :P I'm a first year Electronic Engineering student, so I don't know much yet, but I enjoy experimenting. I found one of my dad's old laptops, Acer TravelMate 512DX, took it apart, put the hardware back,... (10 Replies)
Discussion started by: Xethron
10 Replies

6. Shell Programming and Scripting

Reading and analysing data in a text file

Hi, I have below type of data in a text file in unix. Emp_Name Emp_Dept Raj 101 Amruta 100 Shilpa 100 Rohit 123 Amol 198 Rosh 101 Gaurav 198 Number of employees can be even more. Need a command or a... (2 Replies)
Discussion started by: rajneesh_kapoor
2 Replies

7. What is on Your Mind?

What's your drink?

Since Neo has a thread going on what everyone likes to eat, I thought I'd start one on what everyone likes to drink on an evening out. Post details for your choice if you can. I go for beer - Beck's if I can get it. Foster's back in India. If I am breaking any rules, please delete the... (65 Replies)
Discussion started by: blowtorch
65 Replies

8. What is on Your Mind?

(Preprint) Human Cyber Consciousness - The Next Frontier

Preprint available at Amazon (Publication date: May 31, 2018): Preprint Cancelled. See this update. (0 Replies)
Discussion started by: Neo
0 Replies

9. What is on Your Mind?

Human Cyber Consciousness: The Next Frontier in Cybersecurity

FYI, I am planning to release the first book in a new mini-series the end of May: Pre-Order Cancelled. See this update. (Cyberspace Situational Awareness Book 1) https://www.unix.com/members/1-albums215-picture844.jpg If anyone want to write a short book for this mini-series, or... (3 Replies)
Discussion started by: Neo
3 Replies