module Net::SFTP::Constants::RenameFlags

  1. lib/net/sftp/constants.rb
Parent: Constants

Beginning in version 5 of the protocol, Net::SFTP::Session#rename accepts an optional flags argument that must be either 0 or a combination of these constants.

Constants

ATOMIC = 0x00000002  
NATIVE = 0x00000004  
OVERWRITE = 0x00000001