Computer Hardware Need to set up FTP connection for windows 98 PC, please.

Bookmark this page:  YahooMyWeb Yahoo!  Google Google  Windows Live Favorites Windows Live  del.icio.us del.icio.us  digg digg  Add to Netscape Netscape
Subject Author Date
Need to set up FTP connection for windows 98 PC, please. dos-man 05-20-08
Posted by dos-man on May 20, 2008, 9:15 pm
Please log in for more thread options
My computer is running windows 98. My Xbox is also running windows 98
via emulation. I need to find a way to establish an ftp connection
between these two. I can normally ftp files back and forth, but it
doesn't work when I load 98 onto the xbox.

Someone please tell me how to set up an ftp server on one of these
machines, so that I can transfer files back and forth.

Dos-Man

Posted by Sjouke Burry on May 20, 2008, 9:35 pm
Please log in for more thread options
dos-man wrote:
> My computer is running windows 98. My Xbox is also running windows 98
> via emulation. I need to find a way to establish an ftp connection
> between these two. I can normally ftp files back and forth, but it
> doesn't work when I load 98 onto the xbox.
>
> Someone please tell me how to set up an ftp server on one of these
> machines, so that I can transfer files back and forth.
>
> Dos-Man
I use the addon fireftp in firefox to ftp, works nicely.

Posted by dos-man on May 21, 2008, 12:25 am
Please log in for more thread options
wrote:
> dos-man wrote:
> > My computer is running windows 98. My Xbox is also running windows 98
> > via emulation. I need to find a way to establish an ftp connection
> > between these two. I can normally ftp files back and forth, but it
> > doesn't work when I load 98 onto the xbox.
>
> > Someone please tell me how to set up an ftp server on one of these
> > machines, so that I can transfer files back and forth.
>
> > Dos-Man
>
> I use the addon fireftp in firefox to ftp, works nicely.

On which machine? The xbox running 98 doesn't have firefox. I have no
way to get it (or any other file) over there until I establish some
type of connection between these two. 98 on an xbox is running in a
vacuum. Note that neither machine is hooked up to the internet,
although the PC is using the ip address 192.168.0.5 and the xbox is
set up to use 192.168.0.3.

dos-man

Posted by Paul on May 21, 2008, 12:50 am
Please log in for more thread options
dos-man wrote:
> wrote:
>> dos-man wrote:
>>> My computer is running windows 98. My Xbox is also running windows 98
>>> via emulation. I need to find a way to establish an ftp connection
>>> between these two. I can normally ftp files back and forth, but it
>>> doesn't work when I load 98 onto the xbox.
>>> Someone please tell me how to set up an ftp server on one of these
>>> machines, so that I can transfer files back and forth.
>>> Dos-Man
>> I use the addon fireftp in firefox to ftp, works nicely.
>
> On which machine? The xbox running 98 doesn't have firefox. I have no
> way to get it (or any other file) over there until I establish some
> type of connection between these two. 98 on an xbox is running in a
> vacuum. Note that neither machine is hooked up to the internet,
> although the PC is using the ip address 192.168.0.5 and the xbox is
> set up to use 192.168.0.3.
>
> dos-man

To set up an FTP connection, one computer runs an FTP server, the
other runs the FTP client. That would be enough to establish a
connection.

http://en.wikipedia.org/wiki/List_of_FTP_server_software

http://en.wikipedia.org/wiki/Comparison_of_FTP_server_software
http://en.wikipedia.org/wiki/Comparison_of_FTP_client_software

An example of a client, is when you type

ftp://ftp.somehost.com

in a web browser. Or, if you are using local addresses that
aren't in DNS, it would be like

ftp://192.168.0.3

where 192.168.0.3 would be the machine running the server
program.

When running a server program, they all have some kind of
security features. Perhaps one many years ago, when started,
would have given access to the entire local disk. But as
they become more sophisticated, they begin to restrict
the folders that are visible to the FTP client, or even
tie into the security/permissions system of the host
computer OS. That can sometimes complicate the choice of
a server program, depending on the OS you are using.

Anyway, that should be enough to get you started.

With an OS like Win98, and the FAT32 file system,
the largest single file might be 4GB, so if you
are transferring files larger than that, you'll
need to work around that limit.

Paul

Posted by dos-man on May 22, 2008, 8:38 pm
Please log in for more thread options
> dos-man wrote:
> > wrote:
> >> dos-man wrote:
> >>> My computer is running windows 98. My Xbox is also running windows 98
> >>> via emulation. I need to find a way to establish an ftp connection
> >>> between these two. I can normally ftp files back and forth, but it
> >>> doesn't work when I load 98 onto the xbox.
> >>> Someone please tell me how to set up an ftp server on one of these
> >>> machines, so that I can transfer files back and forth.
> >>> Dos-Man
> >> I use the addon fireftp in firefox to ftp, works nicely.
>
> > On which machine? The xbox running 98 doesn't have firefox. I have no
> > way to get it (or any other file) over there until I establish some
> > type of connection between these two. 98 on an xbox is running in a
> > vacuum. Note that neither machine is hooked up to the internet,
> > although the PC is using the ip address 192.168.0.5 and the xbox is
> > set up to use 192.168.0.3.
>
> > dos-man
>
> To set up an FTP connection, one computer runs an FTP server, the
> other runs the FTP client. That would be enough to establish a
> connection.
>
> http://en.wikipedia.org/wiki/List_of_FTP_server_software
>
>
http://en.wikipedia.org/wiki/Comparison_of_FTP_server_softwarehttp://en.wikipedia.org/wiki/Comparison_of_FTP_client_software
>
> An example of a client, is when you type
>
> ftp://ftp.somehost.com
>
> in a web browser. Or, if you are using local addresses that
> aren't in DNS, it would be like
>
> ftp://192.168.0.3
>
> where 192.168.0.3 would be the machine running the server
> program.
>
> When running a server program, they all have some kind of
> security features. Perhaps one many years ago, when started,
> would have given access to the entire local disk. But as
> they become more sophisticated, they begin to restrict
> the folders that are visible to the FTP client, or even
> tie into the security/permissions system of the host
> computer OS. That can sometimes complicate the choice of
> a server program, depending on the OS you are using.
>
> Anyway, that should be enough to get you started.
>
> With an OS like Win98, and the FAT32 file system,
> the largest single file might be 4GB, so if you
> are transferring files larger than that, you'll
> need to work around that limit.
>
> Paul

Paul, there isn't any ftp server software built into 98?

Similar ThreadsPosted
Need to set up FTP connection for windows 98 PC, please. May 20, 2008, 9:15 pm
Windows 2000 setup: can't load Windows Boot loader. February 19, 2006, 1:08 pm
Help-INternet connection September 9, 2005, 9:34 pm
DVI Connection Problem March 2, 2006, 4:48 am
SATA HD Connection - please help July 15, 2006, 9:45 am
Wireless connection August 22, 2006, 3:08 am
Burnt VGA connection. Cause? February 10, 2007, 10:49 pm
How to Trigger USB PnP connection? August 8, 2007, 3:47 pm
Is LAN the same as ethernet connection October 28, 2007, 1:50 am
LAN Connection Issue January 14, 2008, 7:56 pm
Ilose my Internet connection July 5, 2005, 7:22 pm
How do I test my firewire connection? July 10, 2005, 12:53 pm
seemingly no connection between screen en pc September 26, 2005, 12:03 pm
Newbie LCD Monitor & Connection ? November 3, 2005, 2:33 pm
internet connection not working (help!) February 6, 2006, 4:09 pm