ftp server address to http address 
Author Message
 ftp server address to http address

I would like to be able to get an ftp server name as a http address.
i.e.
if the server name is 'hobbo' and it address is 'ws26798.xyz.net.au'

Is there any way I can get ws26798.xyz.net.au if I know hobbo.

I have to use ftp as I'm transferring files, then I would like to let
someone know where the file is so they can access it using a http://
address.

TIA
Lynda



Sun, 16 Mar 2003 08:12:47 GMT  
 ftp server address to http address


Quote:
> I would like to be able to get an ftp server name as a http address.
> i.e.
> if the server name is 'hobbo' and it address is 'ws26798.xyz.net.au'

> Is there any way I can get ws26798.xyz.net.au if I know hobbo.

> I have to use ftp as I'm transferring files, then I would like to let
> someone know where the file is so they can access it using a http://
> address.

Either I don't understand the question (quite possible) or you are mixing
apples and oranges.

The function gethostbyname() can be used to translate a valid host name into
an IP address.

However, there is no requirement that a system that runs an FTP server need
also run an HTTP server. So, in general there is no equivalence be{*filter*} the
names of FTP servers and HTTP servers.

Regards,
Will



Mon, 17 Mar 2003 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. HOWTO: Judge a HTTP Web Address( URL)

2. ANSI-C/C++ to LaTeX Converter: ftp address

3. gnudos ftp address

4. How to get MAC address from IP Address

5. convert mac address to ip address

6. How can i get MAC Address by IP address in SCO UNIX C

7. PMode Address -> Segment:Offset Address

8. address of structure == address of first member? (long)

9. Incomplete import address table causes jump to invalid address

10. Determinig a machine's Physical Address (MAC Address)

11. Obtaining a PCI address vs a virtual address?

12. IP address and Mac Address help!!!

 

 
Powered by phpBB® Forum Software