QEMU/KVM FTP Server Won't Work

I am running QEMU/KVM on Ubuntu Server 12.04 LTS, the Virtual Machine is Ubuntu Server 14.04 LTS.
I am using this start up code:

I can SSH just fine to it, however, when I use FileZilla (and FireFox) I get these Errors:

FileZilla:

Status: Connecting to 10.0.0.6:5556... Status: Connection established, waiting for welcome message... Response: 220 (vsFTPd 3.0.2) Command: USER nobabz Response: 331 Please specify the password. Command: PASS *** Response: 230 Login successful. Command: SYST Response: 215 UNIX Type: L8 Command: FEAT Response: 211-Features: Response: EPRT Response: EPSV Response: MDTM Response: PASV Response: REST STREAM Response: SIZE Response: TVFS Response: UTF8 Response: 211 End Command: OPTS UTF8 ON Response: 200 Always in UTF8 mode. Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/home/nobabz" Command: TYPE I Response: 200 Switching to Binary mode. Command: PASV Response: 227 Entering Passive Mode (10,0,2,2,233,143) Command: LIST Response: . Error: Connection timed out Error: Failed to retrieve directory listing

FireFox:

. 250 Directory successfully changed

However, no files show up…
I have tried the -redir flag, also, for QEMU/KVM…

Do I have to use Bridged Networking for it to work?
Or is there a more Simple Solution?
Help Very Appreciated! :smiley: