I am using putty/wincsp and filezilla for sending large files,i can log into the box no problem and that is the problem, i want to diasble these features when i,m finished for security reasons, lots of dodgy stock routers out there these days whether ports are open or not.

To be fair Admin i have just read a thread from 2013 on the open pli forum so aploigies for my last post, it appears open pli seen a security issue so they took the plugin out,maybe its been addressed in later pli images but thats not an option for me at this time on this particular box.

Samba is the one i wanted to disable the most and i think i may have done it fingers crossed, will test in putty later after a reboot.

In etc/samba/smb.conf i changed some values.

[global]
load printers = no
guest account = root
log file = /tmp/smb.log
log level = 1
security = share
server string = OpenPLi %h network services
workgroup = OpenPLi
netbios name = %h
case sensitive=yes
preserve case=yes
short preserve case=yes
socket options = TCP_NODELAY
preferred master = no
oplocks = no

[Root]
comment = Everything - take care!
path = /
read only = no
public = no
guest ok = no

[Harddisk]
comment = The harddisk
path = /media/hdd
read only = no
public = no
guest ok = no

In [Root] @ [Harddisk] i changed public and guest to no like above which were all displaying yes.