Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

whocares

macrumors 65816
Original poster
Oct 9, 2002
1,494
0
:noitаɔo˩
Although I'm not afraid of it, I prefer to avoid the CLI.

Whilst finding other solution to ftp, I found out I can connect to my ftp on my ISP server directly with OS X (cmd-K). Howerver I only have read permissions.

Can I/How can I gain full control of this ftp server (I supply login and pword to connect to ftp server)

Help much appreciated.
 
try transmit it can be foudn on version tracker its a great ftp utility.
 
the ftp abilities of the finder are somewhat lacking. you should be able to connect to the address and be presented with a pop-up asking you for a name/pass, but you can't upload or edit files on the server. for now, i use rbrowser lite, but i hope that apple completes the client in the near future (and ads mod_dav to apache so that i can serve up my own idisk as well).
 
Have you tried using the terminal?? I've used that to connect to my web site and make changes. Sometimes I need to get the host support people involved when I cannot either change the permission on a specific item, or delete it. That's rare though. If you use the terminal commands you can upload and download files to/from the site.

BTW, unless your site/server/whatever login information is exactly the same as for your OS X box you will probably need to do the following line...

ssh -2 domainname -l yourusernameforthesite

it will prompt you for the password (type it in and hit enter, even though nothing will show when you type the password). That will have you logged in.

I'm sure there are a few unix/linux geeks here that could give you the command lines you want, if you ask them nicely.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.