Page 1 of 1

FTP on a Mac

PostPosted: Tue Jun 12, 2007 2:06 pm
by Puguni
I know how to access my remote FTP server, but for some reason there's nothing in there and I can't change what goes in it.

I really don't want to install a client, so I need help. :<

PostPosted: Tue Jun 12, 2007 4:16 pm
by Slater
Maybe you should install a... oh, don't wanna do client... hmm...

Are you sure that the permissions are propperly set in the directory you're trying to alter?

PostPosted: Tue Jun 12, 2007 5:12 pm
by Puguni
Slater wrote:Maybe you should install a... oh, don't wanna do client... hmm...

Are you sure that the permissions are propperly set in the directory you're trying to alter?


I've had no troubles on Windows on a PC, so I assume that I do have permission. Besides, it's not really my domain; a friend is hosting it, and I have a feeling she can't help me here.

PostPosted: Wed Jun 13, 2007 9:09 pm
by blkmage
Try it with a client to know for sure whether it's a problem with the server or if it's a problem on your end.

PostPosted: Sat Jun 16, 2007 7:54 am
by Mithrandir
How are you accessing it now if you are not using a client? If you are comfortable using the terminal, you can access it via the command line (built-in ftp support) like this:

Code: Select all
1. Launch terminal from /Applications/Utilities
2. Type:
 ftp [url]www.mysite.com[/url]
3. Enter your username/password.
4. type "ls" and see what happens.


'ls' should list all files in the directory. Chances are, you aren't being placed in the appropriate directory when you first login. You might have to "change directory" (cd) to the appropriate one before you can see your files. BTW: If you decide not to be afraid of clients, "fetch" is probably the most well-known and robust FTP application for macs. It's safe, too (no addware/spyware). I think there's a trial version you can get and use, but if you do a lot of copying, it's worth the $20 - $30 price.


YMMV

PostPosted: Tue Jun 19, 2007 3:11 pm
by Puguni
Mithrandir wrote:How are you accessing it now if you are not using a client?


I go Finder>Go>Connect to Server. Then I type in the passwords and stuff.

I'm kind of afraid to use the terminal, lol, so I guess I shall have to do with a client. I'm just too lazy to deal with a client, really.

[EDIT]

Eureka! It worked! :D Now I just need to know how to use textedit to make html pages...

[/EDIT]