10-08-2016, 04:31 AM
Hi TC,
Thanks for your ongoing contribution of tutorials. I'm sure users new to Linux Lite will appreciate them.
May I please add some additional information to this tutorial:
1. The name of the bookmark could also be entered straight away while editing the bookmark file with a space between the connection and the name. Something like this:
2. The user name could also be provided by the connection bookmark (might make sense if it's always the same).
3. If the user "son" wishes to navigate straight away to a certain folder - let's assume "data" in his home folder - it can be achieved by:
4. With sftp connections be aware of the bug/issue discussed here:
https://www.linuxliteos.com/forums/other...onnection/
Hope that helps
Thanks for your ongoing contribution of tutorials. I'm sure users new to Linux Lite will appreciate them.
May I please add some additional information to this tutorial:
1. The name of the bookmark could also be entered straight away while editing the bookmark file with a space between the connection and the name. Something like this:
Code:
sftp://192.168.0.5 Mom’s PC
2. The user name could also be provided by the connection bookmark (might make sense if it's always the same).
Code:
sftp://[email protected] Mom’s PC
3. If the user "son" wishes to navigate straight away to a certain folder - let's assume "data" in his home folder - it can be achieved by:
Code:
sftp://[email protected]/home/son/data Mom’s PC
4. With sftp connections be aware of the bug/issue discussed here:
https://www.linuxliteos.com/forums/other...onnection/
Hope that helps
