Ok so I just finished reading Cocoa Programming for Mac OS X but I have no idea what to do next. Suggestions?
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.
Do you need FTPS support?
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.