Welcome, Guest. Please login or register.

Author Topic: is wb1.3 tcp/ip capable? how?  (Read 4087 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline CHR74Topic starter

  • Newbie
  • *
  • Join Date: Jun 2007
  • Posts: 35
    • Show all replies
is wb1.3 tcp/ip capable? how?
« on: April 13, 2009, 12:05:55 AM »
is wb1.3 tcp/ip capable? how?
 

Offline CHR74Topic starter

  • Newbie
  • *
  • Join Date: Jun 2007
  • Posts: 35
    • Show all replies
Re: is wb1.3 tcp/ip capable? how?
« Reply #1 on: April 13, 2009, 12:27:59 AM »
Well, I know newer releases can connect to the internet. But that is not the aim of my quest.
By the way.. c64 can connect through tcp/ip so I think wb1.3 should be at least capable..
 

Offline CHR74Topic starter

  • Newbie
  • *
  • Join Date: Jun 2007
  • Posts: 35
    • Show all replies
Re: is wb1.3 tcp/ip capable? how?
« Reply #2 on: April 13, 2009, 09:41:28 AM »
You mean the fabled amiga isn't going to open an ftp under wb 1.3 ? Let's say I want to install an HD on a A2000 and connect it to an ftp under wb1.3 to download software.. no cigar ?
 

Offline CHR74Topic starter

  • Newbie
  • *
  • Join Date: Jun 2007
  • Posts: 35
    • Show all replies
Re: is wb1.3 tcp/ip capable? how?
« Reply #3 on: April 13, 2009, 10:16:49 AM »
I'm not looking for an easy way. the easiest way is to use my pc...
 

Offline CHR74Topic starter

  • Newbie
  • *
  • Join Date: Jun 2007
  • Posts: 35
    • Show all replies
Re: is wb1.3 tcp/ip capable? how?
« Reply #4 on: April 13, 2009, 11:36:27 PM »
I don't want to run an ftp server. I'm on the client side.
 

Offline CHR74Topic starter

  • Newbie
  • *
  • Join Date: Jun 2007
  • Posts: 35
    • Show all replies
Re: is wb1.3 tcp/ip capable? how?
« Reply #5 on: April 15, 2009, 10:25:27 AM »
the oldest tcp software I found is from 1988: http://aminet.net/comm/tcp/AmigaTCP.lha

There's a net.exe prg that has ftp support.
You need to set an ip address with ipaddr and attach some hardware with attach .. eg. (from the manual)

The  net  software supports the 3Com 3C500 or 3C501 boards for the
PC.  The command to attach this board is:

        attach 3c500 0x300 3 arpa ec0 5 1500


This tells net that there is a 3Com 3C500 board  at  I/O  address  300h  using
interrupt  request  line  3  with the media name ec0.  Net should reserve five
buffers and the largest Ethernet packet may be 1500 bytes long.

Now.. since I am trying this one under winuae I guess there should be a way to attach the uaenet.device which is a sana2 or something ..


Here's what I found in the source (main.c)

#ifdef   NETROM
   /* NET/ROM virtual interface using companion asy interface in AX.25 mode */
   "netrom", netrom_attach, 4,
   "attach netrom ax25
 

Offline CHR74Topic starter

  • Newbie
  • *
  • Join Date: Jun 2007
  • Posts: 35
    • Show all replies
Re: is wb1.3 tcp/ip capable? how?
« Reply #6 on: April 16, 2009, 10:10:12 AM »
with an ethernet card ?
 

Offline CHR74Topic starter

  • Newbie
  • *
  • Join Date: Jun 2007
  • Posts: 35
    • Show all replies
Re: is wb1.3 tcp/ip capable? how?
« Reply #7 on: April 16, 2009, 10:18:18 AM »
yes.. this NOS thing works under 1.3.. however the main problem is attaching the uaenet.device.