HP3000-L Archives

December 1996, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Jens von Bulow <[log in to unmask]>
Reply To:
Jens von Bulow <[log in to unmask]>
Date:
Thu, 19 Dec 1996 18:55:28 +0200
Content-Type:
text/plain
Parts/Attachments:
text/plain (46 lines)
Greetings,

This one if for the C guru's out there.

I am trying to port the Socks5 utilities to MPE/ix but I am having some
problems with MPE.  I have managed to compile the library and some of
the client utilities but I keep getting the following message as soon as
I try to use them.

        ftp: bind: Can't assign requested address

Bind returns 227 as the error code.

Any and all help greatly appreciated.

If you have this far, the following information may be of help.

        data_addr.sin_family = AF_INET;
        data_addr.sin_addr.s_addr = <HEX REPRESENTATION OF THE LOCAL INTERFACE>
        data_addr.sin_port = 0;  /* let mpe assign one */


      if (bind(data, (struct sockaddr *)&data_addr, sizeof(data_addr)) <
0)
        {
                perror("ftp: bind");
                goto bad;
        }

I have played around with some capabilities but have had no luck.  Any
suggestions as to what capabilities are required.

Once again thanks for the help

Jens von Bulow
Microsoft Certified Systems Engineer
Neil Harvey & Associates
South Africa



JENS: 2
JENS: c4160021
JENS: 0
f

ATOM RSS1 RSS2