voletri / superputty

Automatically exported from code.google.com/p/superputty
MIT License
0 stars 0 forks source link

Fix filetransfer for root #464

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Issue when you can't connect if username of connection is 'root'.
Because home directory in such case is located at '/root' and not in
'/home/root'.

Consider this patch:
https://github.com/sepich/superputty/commit/0210df0a5c52bd48548676858adea0398435
3ff3

or
https://github.com/alsanchez/SuperPutty/commit/d17ee489c9f49b05e86d76d8868f1ef7d
528a701
https://github.com/alsanchez/SuperPutty/commit/7ee16449a29fa5f365a4f4fae853ad5b2
0d43061

Original issue reported on code.google.com by i...@sepa.spb.ru on 25 Sep 2014 at 8:28