26

I wanted to connect to an FTP Server using Finder's Go > Connect to Server option.
So I try to do so like this:

enter image description here

But, when I try to do so, it opens in VLC and then VLC crashes.

enter image description here

Anyone facing a similar problem? What can I do to open it in Finder itself? Do I need to change some defaults? If so, where?

Ranveer
  • 413
  • 1
  • 5
  • 9

1 Answers1

1

I haven't used the "Connect to Server" menu command in years. I go into Terminal and type either a command or open and a URL that does what I want. In your case, since sftp is a command, try sftp bang.bong.boom.ac.in

jetset
  • 201
  • 1
  • 9
  • 1
    This is pretty cool! Doesn't solve the problem, but yes! Terminal based solutions are great. Being a Mac OS newbie, I guess I still have a lot to learn. Either way, there are situations when I'd like to have stuff in Finder. I'll wait for someone to suggest a fix before closing this question :) – Ranveer Nov 17 '15 at 18:24