Implements the remove operation.

Methods
Public Instance methods
perform( filename )

Perform the operation.

    # File lib/net/sftp/operations/remove.rb, line 25
25:     def perform( filename )
26:       @driver.remove( nil, filename )
27:     end