in reply to Using modul Net::BitTorrent::File

Net::BitTorrent::File is for creating and manipulating .torrent files, not downloading them.

To download files over SSH you'll need to use something like scp or Net::SCP.

To download a .torrent file from a webserver you'll need to use something like LWP::Simple.