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

Mac Player

macrumors regular
Original poster
Jan 19, 2006
225
0
Ok so I just finished reading Cocoa Programming for Mac OS X but I have no idea what to do next. Suggestions?
 

Mac Player

macrumors regular
Original poster
Jan 19, 2006
225
0
May i ask why? I used Nautilus before and apart from sftp support i can't of a feature without finder equivalent .
 

Cromulent

macrumors 604
Oct 2, 2006
6,816
1,101
The Land of Hope and Glory
Ok so I just finished reading Cocoa Programming for Mac OS X but I have no idea what to do next. Suggestions?

Write an FTP client with a built in SSH pane. I hate having to constantly switch between Cyberduck and Terminal when I only need to do a couple of commands and copy a few files over. Would just make it nice and easy.
 

Denarius

macrumors 6502a
Feb 5, 2008
690
0
Gironde, France
How about a GUI utility wrapper for sudo periodic daily/weekly/monthly?

Article about making Cocoa wrappers for terminal commands hereif it floats your boat. Ran into this article while researching my own project that will need to pipe some terminal commands out and grab the response.
 

Darkroom

Guest
Dec 15, 2006
2,445
0
Montréal, Canada
does your book "Cocoa Programming For Mac OS X" (3rd Ed.) have ghetto binding also? i'm almost finished reading it also and it's about to fall apart... i ordered a replacement from Amazon (they said i could keep the first one because it's so damaged) and it has the same weak binding... would like to know if they're all like that...
 

Mac Player

macrumors regular
Original poster
Jan 19, 2006
225
0
Write an FTP client with a built in SSH pane. I hate having to constantly switch between Cyberduck and Terminal when I only need to do a couple of commands and copy a few files over. Would just make it nice and easy.

Do you need FTPS support?

Edit: Yep mine also has poor bindings. Fortunately I just use it at home everywhere else i use a chm version.
 

Mac Player

macrumors regular
Original poster
Jan 19, 2006
225
0
Do you mean SFTP? Not really, to be honest it is just the first thing that came into my head. There are lots of different apps that are probably easier to make that I could come up with.

I meant FTPS (FTP/SSL). I'm looking connection kit and it only supports ftp and sftp that's why I asked.

Edit: Maybe, like Denarius, said i could make a wrap but for sftp command that way it would be really easy to share a console and a gui for the same sftp session.
 

Cromulent

macrumors 604
Oct 2, 2006
6,816
1,101
The Land of Hope and Glory
I meant FTPS (FTP/SSL). I'm looking connection kit and it only supports ftp and sftp that's why I asked.

Edit: Maybe, like Denarius, said i could make a wrap but for sftp command that way it would be really easy to share a console and a gui for the same sftp session.

Ah, I meant write your own client with network code. You'd learn more that way.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.