With nginx load should be less. First, HTTP, unlike FTP, does not use different connections for sending commands and data; uses only one connection per client. Second, plays the role of a server architecture. For example, vsftpd for each connection spawns an additional process. nginx doesn't do the processing of all connection cycles in a given number of processes. Saving of resources is obvious.