Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

xmodem protocol

by gargle (Chaplain)
on Aug 16, 2005 at 08:08 UTC ( [id://484093]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # start quick and EXTREMELY dirty xmodem transfert
    sub xmodemrecv
    ...
      }
      print $sock "\x06"; #ACK
    }
    
  2. or download this
    # start quick and EXTREMELY dirty xmodem transfert
    sub xmodemsend
    ...
      if (sysread($sock,$buf,1) <= 0) { die "*** died$! ***\n"; }
      if ($buf ne "\x06") { die "*** no ACK received after xmodem send ***
    +\n"; }
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: CUFP [id://484093]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-03-29 04:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found