Jump to content

Sftp Connection


DAV

Recommended Posts

if you want to develop to the pineapple, you would probably prefer using something more robust then nano or vim.

SO, try issuing:

opkg update
opkg install openssh-sftp-server

you will now have the ability to use an SFTP connection to the pineapple.

if you are a mac user like me, you can use Transmit to mount the pineapple to be a volume you can access like any other volume.

and im sure there is compatible software for windows/linux too..

hope you'll find it useful :)

ps. it will NOT work if you will install it to the usb

Edited by DAV
Link to comment
Share on other sites

if you want to develop to the pineapple, you would probably prefer using something more robust then nano or vim.

SO, try issuing:

opkg update
opkg install openssh-sftp-server

you will now have the ability to use an SFTP connection to the pineapple.

if you are a mac user like me, you can use Transmit to mount the pineapple to be a volume you can access like any other volume.

and im sure there is compatible software for windows/linux too..

hope you'll find it useful :)

ps. it will NOT work if you will install it to the usb

Pretty awesome DAV! Another package to add to my list for sure.

As for the not working when installed to USB I've very curious about this and will investigate this weekend - thanks

telot

Link to comment
Share on other sites

if you want to develop to the pineapple, you would probably prefer using something more robust then nano or vim.

SO, try issuing:

opkg update
opkg install openssh-sftp-server

you will now have the ability to use an SFTP connection to the pineapple.

if you are a mac user like me, you can use Transmit to mount the pineapple to be a volume you can access like any other volume.

and im sure there is compatible software for windows/linux too..

hope you'll find it useful :)

ps. it will NOT work if you will install it to the usb

+1

Perfect for espresso. I can tweak php files on the go now, thanks!

Link to comment
Share on other sites

Why not stick to SCP? I tend to try and squeeze all the space I can out of the pineapple due to it's limitations.

Mounting it as a drive in osx is awesome. WinSCP is plenty easy if you're in windows - terminal is also very easy in *nix - but you can't beat the convenience of the pineapple as a mapped drive.

telot

Link to comment
Share on other sites

You can use programs to mount SCP to a folder..

IF you have to do that then I suggest that.

Seb

Any reason to avoid SFTP Seb? My only problem with it so far is taking up precious rom...otherwise its nice to have the convenience as a mac user (as previously mentioned).

telot

Link to comment
Share on other sites

Exept the space issue, no.

But that is reason enough for me. I would install a program on the Mac that mounts ssh. They work well.

Best

Sebkinne

I also use sshfs for Mac OSX

This is the best way to install it:

cd ~/Downloads
## Download the latest version (as found on fuse4x.org) and install
wget https://github.com/downloads/fuse4x/fuse4x/Fuse4X-0.8.7.pkg
open Fuse4X-0.8.7.pkg
## Get the latest version of SSHFS (as found on github.com/fuse4x/fuse4x/downloads)
wget https://github.com/downloads/fuse4x/fuse4x/sshfs-2.3.0.zip
## Install sshfs binary to /usr/local/bin/sshfs (and install man page):
unzip sshfs-2.3.0.zip -d /

Hope it helps

Source: Here

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...