90 |
my ( $self, $local_file, $remote_file ) = @_; |
90 |
my ( $self, $local_file, $remote_file ) = @_; |
95 |
$self->{connection}->put( $local_file, $remote_file ) or return $self->_abort_operation($operation); |
93 |
$self->{connection}->put( $local_file, $remote_file ) or return $self->_abort_operation($operation); |