Networking Forums

Networking Forums > Wireless Networking > Wireless Internet > How to access FTP between computers on WLAN?

Reply
Thread Tools Display Modes

How to access FTP between computers on WLAN?

 
 
DaveC
Guest
Posts: n/a

 
      11-04-2004, 03:18 PM
WLAN consists of 2 laptops: 1 Mac, 1 Dell (WIn XP Pro) served by AirPort
(snow) AP. Mac has FTP mode where others can log in.

Is access between computers possible via the AP? Or must I enable the
"peer-to-peer" mode in the wireless configurations for each computer?

Thanks,
--
Please, no "Go Google this" replies. I wouldn't
ask a question here if I hadn't done that already.

DaveC
(E-Mail Removed)
This is an invalid return address
Please reply in the news group

 
Reply With Quote
 
 
 
 
Bob Harris
Guest
Posts: n/a

 
      11-04-2004, 04:08 PM
In article <(E-Mail Removed) et>,
DaveC <(E-Mail Removed)> wrote:

> WLAN consists of 2 laptops: 1 Mac, 1 Dell (WIn XP Pro) served by AirPort
> (snow) AP. Mac has FTP mode where others can log in.
>
> Is access between computers possible via the AP? Or must I enable the
> "peer-to-peer" mode in the wireless configurations for each computer?
>
> Thanks,


I think we need pictures.

The WLAN generally means the port that is connected to the internet via
your ISP. It also generally means that the devices on the LAN side of
the router are using non-routing IP addresses.

In a home situation, the typical setup if

dialup Modem or
DSL modem or
Cable modem
to ISP and internet
|
|
WLAN Port
Home Router
maybe with
WiFi (802.11b/g) \/\/\/ WiFi laptop(s) or computer(s)
LAN Port(s) Optional Printer port -> printer
|
|___ Computer
|
|___ Computer
|
|___ Network capable printer

The only time the WLAN port is just another LAN port is if the router
has disabled DHCP and NAT services.

Now in this environment, then ftp can be done between computers at home,
just use the 10.0.1.* or 192.168.*.* type addresses that are assigned to
the home computers by the home router's DHCP service. The Mac OS TCP/IP
Control Panel, or the Mac OS X Network System Preferences will tell you
the IP address assigned to your Mac by the Router's DHCP service.

Classic Mac OS does not have an ftp server or ftp client, but they can
be obtained (http://MacOrchard.com would be good place to look for
these). Mac OS X ftp server is enabled via the Sharing System
Preferences, and there are command line ftp commands as part of Mac OS
X, and you can get GUI ftp clients for Mac OS X
(http://versiontracker.com/macosx is a good place to look for those).

Oh yea, most browsers can be FTP clients by using the syntax
ftp://server.mumble.com/path/to/file/to/download

If you are trying to do ftp from the Mac across the router to a system
on the internet, that should just work.

If you are trying to access your Mac on the LAN side of a home router
from outside your home, then you need to tell the router to forward the
ftp port(s) to your Mac. Your Macs DHCP assigned IP address will not be
directly visible via the internet. Use http://whatismyip.com to find
out the IP address assigned to your router by your ISP.

Now if you have some computers on the LAN side of a home router and some
computers on the WLAN side of a home router and the home router is still
performing routing services (it has not been turned into a bridge), then
you can not easily access non-routing home IP addresses (10.*.*.* or
192.168.*.* type addresses are non-routing).

Basically we need to know what your configuration looks like before we
can accurately answer your question.

Bob Harris
 
Reply With Quote
 
DaveC
Guest
Posts: n/a

 
      11-04-2004, 04:25 PM
On Thu, 4 Nov 2004 09:08:59 -0800, Bob Harris wrote
(in article <harris-(E-Mail Removed)>):

> The WLAN generally means the port that is connected to the internet via
> your ISP. It also generally means that the devices on the LAN side of
> the router are using non-routing IP addresses.


DSL "modem"---AirPort AP~~~~Mac PowerBook (Mac OS X)
|
~~~~Dell Laptop (Win XP Pro)

( - = cable, ~ = wireless )

No hardwired computers. Only wireless.

Want to access Mac's FTP server (set up in Sharing Preferences) from the PC
laptop.
--
Please, no "Go Google this" replies. I wouldn't
ask a question here if I hadn't done that already.

DaveC
(E-Mail Removed)
This is an invalid return address
Please reply in the news group

 
Reply With Quote
 
Walter Roberson
Guest
Posts: n/a

 
      11-04-2004, 05:17 PM
In article <(E-Mail Removed) et>,
DaveC <(E-Mail Removed)> wrote:
:WLAN consists of 2 laptops: 1 Mac, 1 Dell (WIn XP Pro) served by AirPort
snow) AP. Mac has FTP mode where others can log in.

:Is access between computers possible via the AP? Or must I enable the
:"peer-to-peer" mode in the wireless configurations for each computer?

You definitely don't need peer to peer for your purposes. You
probably don't want (in a technical sense) to use peer-to-peer
for what you are doing.
--
IEA408I: GETMAIN cannot provide buffer for WATLIB.
 
Reply With Quote
 
Steve Jones
Guest
Posts: n/a

 
      11-04-2004, 05:54 PM
In article <(E-Mail Removed) et>,
DaveC <(E-Mail Removed)> wrote:

> On Thu, 4 Nov 2004 09:08:59 -0800, Bob Harris wrote
> (in article <harris-(E-Mail Removed)>):
>
> > The WLAN generally means the port that is connected to the internet via
> > your ISP. It also generally means that the devices on the LAN side of
> > the router are using non-routing IP addresses.

>
> DSL "modem"---AirPort AP~~~~Mac PowerBook (Mac OS X)
> |
> ~~~~Dell Laptop (Win XP Pro)
>
> ( - = cable, ~ = wireless )
>
> No hardwired computers. Only wireless.
>
> Want to access Mac's FTP server (set up in Sharing Preferences) from the PC
> laptop.


You should just be able to plug in the internal IP Address of the Mac
(10.10.?.?) into your PC FTP client.

Steve
 
Reply With Quote
 
Bob Harris
Guest
Posts: n/a

 
      11-04-2004, 06:16 PM
In article <(E-Mail Removed) et>,
DaveC <(E-Mail Removed)> wrote:

> On Thu, 4 Nov 2004 09:08:59 -0800, Bob Harris wrote
> (in article <harris-(E-Mail Removed)>):
>
> > The WLAN generally means the port that is connected to the internet via
> > your ISP. It also generally means that the devices on the LAN side of
> > the router are using non-routing IP addresses.

>
> DSL "modem"---AirPort AP~~~~Mac PowerBook (Mac OS X)
> |
> ~~~~Dell Laptop (Win XP Pro)
>
> ( - = cable, ~ = wireless )
>
> No hardwired computers. Only wireless.
>
> Want to access Mac's FTP server (set up in Sharing Preferences) from the PC
> laptop.


By default the Airport base station uses 10.0.1.* addresses. It should
have assigned something like 10.0.1.2 and 10.0.1.3 to your Mac and Dell
laptops.

Look in the Mac OS X Network System Preferences, Airport, TCP/IP tab to
get the IP address assigned to the Mac.

On the PC side, use that address as the host name. You use your
username and password as the ftp login, or if you have more than one
account on your Mac, you can use one of them.

If you want anonymous ftp, then you need to do research on that. I went
though several books in the book store, and some google searches to
figure out how to do anonymous ftp. I ended up installing Pure-FTP, but
there are other options. "Mac OS X Unleashed" is one of the books I
remember looking at to figure out how to setup anonymous ftp. But in my
case it was for a work Mac that I wanted to setup to share files with
others inside of work. At home logging into a user account is more than
good enough.

You do know you can also enable Windows sharing in the Sharing System
Preferences, and setup an SMB server (Samba) for the Dell system to
connect to.

Bob Harris
 
Reply With Quote
 
Bob Harris
Guest
Posts: n/a

 
      11-04-2004, 06:19 PM
In article <(E-Mail Removed) et>,
DaveC <(E-Mail Removed)> wrote:

> On Thu, 4 Nov 2004 09:08:59 -0800, Bob Harris wrote
> (in article <harris-(E-Mail Removed)>):
>
> > The WLAN generally means the port that is connected to the internet via
> > your ISP. It also generally means that the devices on the LAN side of
> > the router are using non-routing IP addresses.

>
> DSL "modem"---AirPort AP~~~~Mac PowerBook (Mac OS X)
> |
> ~~~~Dell Laptop (Win XP Pro)
>
> ( - = cable, ~ = wireless )
>
> No hardwired computers. Only wireless.
>
> Want to access Mac's FTP server (set up in Sharing Preferences) from the PC
> laptop.


I forgot to mention, Mac OS X can also connect to Shares you setup on
the Dell, you can browse the SMB servers on the network, or you can
explicitly connect to a server using

Finder -> Go menu -> Connect to Server...
smb://nn.nn.nn.nn/username

Bob Harris
 
Reply With Quote
 
Mark McIntyre
Guest
Posts: n/a

 
      11-04-2004, 09:50 PM
On Thu, 04 Nov 2004 17:08:59 GMT, in alt.internet.wireless , Bob Harris
<(E-Mail Removed)> wrote:

>The WLAN generally means the port that is connected to the internet


Er, no, thats the WAN port, without the ell in there....

--
Mark McIntyre
CLC FAQ <http://www.eskimo.com/~scs/C-faq/top.html>
CLC readme: <http://www.ungerhu.com/jxh/clc.welcome.txt>

----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
 
Reply With Quote
 
DaveC
Guest
Posts: n/a

 
      11-04-2004, 10:04 PM
On Thu, 4 Nov 2004 10:17:12 -0800, Walter Roberson wrote
(in article <cmdrn8$7ja$(E-Mail Removed)>):

> You definitely don't need peer to peer for your purposes. You
> probably don't want (in a technical sense) to use peer-to-peer
> for what you are doing.


Yes, that is what I wanted to know.

Thanks to all for the good advice.
--
Please, no "Go Google this" replies. I wouldn't
ask a question here if I hadn't done that already.

DaveC
(E-Mail Removed)
This is an invalid return address
Please reply in the news group

 
Reply With Quote
 
Neill Massello
Guest
Posts: n/a

 
      11-04-2004, 10:40 PM
Bob Harris <(E-Mail Removed)> wrote:

> If you want anonymous ftp, then you need to do research on that. I went
> though several books in the book store, and some google searches to
> figure out how to do anonymous ftp. I ended up installing Pure-FTP, but
> there are other options. "Mac OS X Unleashed" is one of the books I
> remember looking at to figure out how to setup anonymous ftp. But in my
> case it was for a work Mac that I wanted to setup to share files with
> others inside of work. At home logging into a user account is more than
> good enough.


In my (very limited) experiments, I found that OS X's built-in FTP
server didn't work with passive FTP. I had to disable passive in the GUI
clients I tried (Transmit and Interarchy) before a directory listing
from the server Mac would show up on the client. Perhaps a glitch in the
OS X firewall?

The OP is probably be better off using the built-in AFP and SMB file
sharing, as they are more secure than OS X's built-in FTP server. This
has been discussed in recent threads in comp.sys.mac.system.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Authenticate Mac OS X computers with with Windows 802.1x PEAP enabled WLAN RRE Wireless Networks 0 09-17-2007 07:23 AM
Wlan design: access point vs. wlan interface no_one_reads_it@gmx.net Linux Networking 0 09-17-2006 03:42 PM
Computers acquire IP address from wrong WLAN. torpesco Wireless Networks 0 07-05-2006 07:03 AM
Security: Cameras in the same subnet with WLAN ans Computers Volkan Gueler Linux Networking 0 07-27-2004 01:09 PM
Help: Trying to Network Computers on WLAN/LAN John Wireless Internet 1 05-21-2004 03:51 PM



1 2 3 4 5 6 7 8 9 10 11