PDA

View Full Version : access my files over ftp?




adamfilip
Aug 18, 2004, 10:51 PM
Im looking into finding a way to access my files on my g5 through a ftp client.. like transmit

is there any easy application that will let me do this.

also how do i find out my ip address since im running through a router my ip is set by the router something defauly like 192.168.1.100 or something.



vraxtus
Aug 18, 2004, 11:40 PM
Im looking into finding a way to access my files on my g5 through a ftp client.. like transmit

is there any easy application that will let me do this.

also how do i find out my ip address since im running through a router my ip is set by the router something defauly like 192.168.1.100 or something.

Maybe something like CuteFTP? I've never used it but I hear it does what you want.

As for your IP, 192.168.1.100 is your LAN IP. I'm assuming you've got a Linksys router, in which case, access your router settings through 192.168.1.1 through Safari and check the Status menu. The default pass for the routers is "admin" and there is no login name.

adamfilip
Aug 18, 2004, 11:42 PM
cute ftp is just a simple ftp client for accessing ftp sites.

i want to create a ftp site from my computer so that i can access my files from somewhere else. if i need too.

LeeTom
Aug 18, 2004, 11:56 PM
cute ftp is just a simple ftp client for accessing ftp sites.

i want to create a ftp site from my computer so that i can access my files from somewhere else. if i need too.

Ahh the beauty of OS X.
Go to System Preferences -> Sharing. Select FTP Access and click Start.
Your computer is now an FTP server, and you can login with your system username & password.

A couple of possible problems:
If you have Firewall turned on (also in Sharing), you must allow FTP access. If you are behind a router, you must forward the FTP ports (20&21) to your Mac machine's private IP address.

To find your IP Address, open the Network preference, select your connection, Configure... and TCP/IP. It may be good to specify your IP address instead of using DHCP, that way your port forwarding will always work.

Lee Tom

adamfilip
Aug 19, 2004, 08:32 AM
thank! I seemed to get most of it too work.
but its only sharing my main hard drive
how do i share my other drive(s)?

jsw
Aug 19, 2004, 08:33 AM
LeeTom's advice is excellent. I have only one other suggestion: use 'ssh' to connect and 'scp' to copy - much more secure.

adamfilip
Aug 19, 2004, 08:48 AM
how do i share my other hard drive?

vraxtus
Aug 19, 2004, 11:07 AM
To find your IP Address, open the Network preference, select your connection, Configure... and TCP/IP. It may be good to specify your IP address instead of using DHCP, that way your port forwarding will always work.

Lee Tom


However wouldn't this only specify a LOCAL IP?

If he's trying to access remotely he'd need the WAN IP if I'm not mistaken...

adamfilip
Aug 19, 2004, 11:10 AM
no worries i got the wan ip from my router

yellow
Aug 19, 2004, 11:11 AM
To get your external IP addresses:

http://www.whatismyip.com/

But you will HAVE to forward the relevant traffic from your router to your G5 in order to have this work.

Le Big Mac
Aug 19, 2004, 11:35 AM
no worries i got the wan ip from my router

It may change, if your ISP is using DHCP, though. Sure someone here has a solution; just warning you.