/browser-transfer

An SFTP client in the browser - discontinued in place of jTransfer

Primary LanguagePHPOtherNOASSERTION

INFS3202 Assignment

An sftp client implemented in a web browser

Takes extensive use of the phpseclib library

INSTALLATION

git clone https://github.com/jack775544/browser-transfer.git
cd browser-transfer
git submodule init
git submodule update
cd phpseclib
curl -sS https://getcomposer.org/installer | php
php composer.phar install

Notes

By default zones at UQ have outgoing connections from port 22 blocked, this means that this will not work on the normal settings! To get port 22 unblocked on the UQ Zones, contact the ITIG helpdesk for assistance.