Scp

From Joggler
Jump to navigation Jump to search

Introduction

The following script must be run from the Joggler. It's intended to download and install the appropriate files to enable SCP. If you are using a Windows client, grab WinSCP. Work very well.

Prerequisites

  • You need to install SSH first.
  • You will need a web connection (It'll download the required files from my server)

Script

cd /tmp

wget http://london.mnetcs.com/joggler/installSCP.sh

# Convert installSCP.sh from DOS-style.

tr -d \\r < installSCP.sh > installSCP.unix.sh

chmod +x installSCP.unix.sh

./installSCP.unix.sh

rm installSCP.unix.sh

rm installSCP.sh

Enjoy

Ref

http://milesburton.com/index.php/O2_Joggler_Hacks_-_Enabling_SCP_Server

An alternate method: http://ubu05.pgregg.com/joggler/