Hi,
If you want to model your FTP application with a constant packet size and inter-arrival, then you are modelling it as a CBR, which in NS-3 can be implemented with OnOffApplication with OffTime=0.
However, as others suggest, FTP application has generally variable inter-arrival and packet size and a BulkSend is advised.
At the bottom line, it's your system and your design decisions.
Regards,
K