sftp-server & scp for Coolstream HD1

Status
Not open for further replies.

elgeneral

Registered
Messages
7,811
sftp-server & scp for Coolstream HD1

Hi,

For a long time I missed our favorite (and how!) Equipment the ability to remotely copy files. I tried to find the forums software like scp / sftp-server compiled for the cool, unfortunately to no avail. In the end, I decided to take care of this yourself - the result I would like to share with you.

The following packages at your disposal. In each packet you will find the README file, in case of problems - read.

The whole compiled using crosstool-ng 1.3.2 (the same that is on the Neutrino SVNie HD) on Ubuntu x86 10.04.

sftp-server

Installation:
Copy the *. tar.gz package to somewhere cool and log on to it.
Go to the directory where you copied the package (eg cd / root)

Execute the following commands:


Code:
tar xvzf sftp-server-arm-nevis.tar.gz 
mv sftp-server / usr / libexec / sftp-server 
chown root: root / usr / libexec / sftp-server 
chmod 755 / usr / libexec / sftp-server

Additional comments:
* Compiled with the standard options, using openssh 5.6p1, OpenSSL and zlib 1.2.5 0.9.8o.
* Sftp-server from OpenSSH, but it can coexist with Dropbear, which is another implementation of SSH. / Usr / libexec / arises from the fact that our Dropbear is compiled in such a way that points to this directory as a potential destination for sftp-server.

scp


Installation:
Copy the *. tar.gz package to somewhere cool and log on to it.
Go to the directory where you copied the package (eg cd / root)

Execute the following commands:

Code:
scp-tar xvzf arm-nevis.tar.gz 
mv scp / bin / scp 
chown root: root / bin / scp 
chmod 755 / bin / scp

Additional comments:
* Dropbear scp from 0.52 (ie, the same that we have in Coolu)



gracias a bart
 
Status
Not open for further replies.
Top