i found a way around this by doing the following (not logged in as root)
sudo /usr/sbin/visudo
i then added the following line
Code:
# User privilege specification
root ALL=(ALL) ALL
to
Code:
# User privilege specification
root ALL=(ALL) ALL
mynewuser ALL=(ALL) ALL
when i login with mynewuser via filezilla I can now transfer files anywhere I want.
I don't understand why this works as I already had mynewuser added to a group which also has a line in visudo grant all privileges.
Anyway it works so I'll got with it for now.