> -----Original Message-----
> From: libssh2-devel-boun...@cool.haxx.se 
> [mailto:libssh2-devel-boun...@cool.haxx.se] On Behalf Of Peter Stuge
> Sent: Thursday, September 17, 2009 2:40 PM
> To: libssh2-devel@cool.haxx.se
> Subject: Re: libss2 debug level
> 
> $ printf '%x\n' 1399157876
> 53657474
> $ printf '\x53\x65\x74\x74\n'
> Sett
 
We are using C Shell. Here is my startup script (".cshrc"): 
==============================================
...
if ( $OSTYPE == "solaris") then
        echo "Setting PATH for ${OSTYPE}"
        set path = (. ~/bin /usr/local/bin $lpath \
        /usr/bin /usr/sbin /usr/local/sbin /usr/ccs/bin \
        /packages/tw/bin /usr/ucb)
else if ( $OSTYPE == "linux") then
        echo "Setting PATH for ${OSTYPE}"
        set path = (~/bin /sbin /bin /usr/sbin /usr/bin /usr/local/bin 
/usr/kerberos/bin $lpath)
else
        echo "Unknown OStype. Please contact your SA."
endif
...
==============================================
There IS the string "Setting" in the msg the server echos back.
 
> ..or it could be the "Setting" message issue that was just 
> discussed on this list. That is still pending. Feel free to 
> look into it!

Oh, really? Someone has been hit by this problem as well? Could you give me the 
URL?

Thanks,
Xu Qiang
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

Reply via email to