- Net::FTP::Common does not maintain a persistent connection.
Instead, it persists data about that remote machine in an object hash and
recreates the object state remotely on each new method call. This avoids
the possibility of timeout
- The upload method is called send. The download method is called get.
There is no good reason for this inconsistency.
|