Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
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 sharing their wisdom with the Monastery: (2)
As of 2024-04-26 03:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found