Displaying 3 results from an estimated 3 matches for "karlan".
Did you mean:
karan
2006 Aug 27
0
Protocol
...ready written a simple explanation of
the protocol handshake, and I would really like for the end result to be
place with the code or on the website.
I have attached what I have written so far, a rough draft of what I
currently know about the handshake....
-------------- next part --------------
Karlan's dissection of the
RSYNC protocol (Version 29)
---------------------------------------------
+----------+
| Preface: |
+----------+
I created this document because
of the lack of documentation on the RSYNC
protocol. Do not expect this document to
go into the details of the mathematics at...
2009 Dec 01
3
How to modify environment variables before executing a command
Hi,
I'd like to access and modify shell environment variables before
executing a command on a remote host via ssh. Unfortenatly, I can't
figure out the proper way to do this...
It seems, standard shell configuration files (e.g. ~/.bash_profile) are
not sourced before ssh executes a command. Of course I could explicitly
source them, e.g.
ssh user at host 'source ~/.bash_profile;
2006 Aug 19
0
RSYNC protocol
I am currently writing a BSD licensed version of the RSYNC client/daemon.
However because the protocol documentation is scattered, I would be willing
to write/host a document on the byte specifics RSYNC protocol. If
someone could
help me understand the file transfer [& list] byte specifics....
Because try to guess
what values are what in ethereal becomes a quick headache. (NOTE: I
understand