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

rebello95

macrumors member
Original poster
Jun 15, 2011
40
0
USA
I'm trying to program an application that will connect you to a server either inside or outside of the application. What's some good software I could use to do this?
P.S. I'm an developer so I've used Xcode, AppleScript, Terminal, etc.
Thanks!
 
Unless I'm misunderstanding your question, the answer is Xcode. I'm not sure what you mean when you say that it "will connect you to a server either inside or outside of the application."

If you give us more detail about what exactly it is that you are hoping to create, and the skills you already have, we can probably better answer your question.
 
Essentially I want the application to have a button "Connect" and then connect you to a file server that I have, and display a GUI with the files in that window. I'd preferably also like to have a way to have it automatically check for updates.

I don't know a ton about programming, but I'm learning. I've programmed and published a few iOS and Mac apps... they're not that great yet, but I'm working on them
 
You can use all of them to connect to a server, Applescript is probably the simplest. You can browse files on a server in Finder and disconnect by "unmount" it, since the server shows up as a volume in finder. If authentication is needed, a dialog for login will be shown.

Just hit: ⌘ K

in Finder, if that manages to get the job done, then it can probably be done with a few lines of Apple script.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.