Yes, for me too.
I just downloaded the project from Netbeans and it took 4:47 minutes. I did the same with FileZilla, and it took 1:48 minutes.
I think because it performs many other operations. For example, uploading the same file:
Netbeans:
...
RNFR forms.php
RNTO forms.php.old
Rename successful.
RNFR forms.php.new
RNTO forms.php
Rename successful.
DELE formus.php.old
File delete OK.
...
Filezilla:
...
Command: put "P:\Projects\...\forms.php" "forms.php"
State: Successfully transfered, transfered 4.096 bytes in 1 seconds
...
.