Copying files with Filezilla

I’m using Filezilla to move files around. From my laptop at home I can connect to my Rpi and to my website concurrently. However, I don’t seem to be able to copy/paste files directly from the RPi to the website without copying them locally to my laptop.

What am I doing wrong?

I have used WinSCP before.

Hello

Open putty
pi
flightaware

And type:

sudo passwd root

Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully

Close putty

Open putty
root
you passwd

and type :

groupadd upload

useradd -d /var/www -s /bin/bash www-upload

passwd www-upload

chown root.upload /var/www ; chmod 775 /var/www/

usermod -G upload www-upload

open FileZilla
you ip root and your passwd port 22

Have a good day

(source raspbian-france.fr/mettre-en-lig … orwarding/)
(source soft-alternative.com/raspber … spbian.php)