0

relayIP - file tranfer

how can I obtain relay IP? I need to contruct url with this address "http://ftrelay.messenger.yahooapis.com/v1";?
more exactly "http://ftrelay.messenger.yahooapis.com/v1/relay and do http web request?

2 Replies
  • Hello,

    We obtain relayIP by the following way.

    string howtogeek = "ftrelay.messenger.yahooapis.com";
    IPAddress[] addresslist = Dns.GetHostAddresses(howtogeek);
    relayIP = addresslist[0].ToString();

    Thanks




    QUOTE (Maria @ Mar 2 2011, 02:00 AM) <{POST_SNAPBACK}>
    how can I obtain relay IP? I need to contruct url with this address "http://ftrelay.messenger.yahooapis.com/v1";?
    more exactly "http://ftrelay.messenger.yahooapis.com/v1/relay and do http web request?
    0
  • Hi,


    for getting fileTransferReceive notification I need to appeal function v1/notifications?
    and also if filename is the name of the file, where do I send the path pf the file i need to trasfer?
    Thank you
    0

Recent Posts

in Messenger IM SDK