/ Published in: Bash
I use terminal for SFTP because I'm cheap and I don't want to purchase Transmit. SFTP works just fine but the problem is that I get tired of having to type [bash]$ sftp [email protected]:/directory/subdirectory/ so instead I've made an alias. First things first, in terminal using Textmate, type [bash]$ mate ~/.bashalias. Next paste the code below. After you save the file, type [bash]$ ~/.bashprofile and past the second line of code. After you restart your terminal, you should only have to type the alias nickname and whala!
Expand |
Embed | Plain Text
#Place this in ~/.bash_alias +++++++++++++++++++++++++++++++++++++++++++++++ #Place this in ~/.bash_profile source $HOME/.bash_alias
Comments
Subscribe to comments
You need to login to post a comment.

Thanks.
Use Cyberduck, it's free and very good.
Lately I've been using FileZilla, I prefer it over Cyberduck.
Yes, 2 sides is much better. But I bought Transmit, it's awesome.