All FTP connections using Hijack login as root. You can enter anything you want for a username/userid, but it logs you in as root regardless (it's the only userid used).

Any commands you see or hear about that begin with SITE probably get prefixed with the word literal (or maybe quote) when using Microsoft software.

So, to upload some files, do something like this:

ftp xx.xx.xx.xx <----- player's IP address or DNS hostname
user: (hit enter)
password: (hit enter, unless you have set up a password)
site rw
cd /drive0
put afile
mput morefiles*
site chmod 0755 executablefile
site ro
quit