| Module | Net::SFTP::Constants::RenameFlags | 
| In: | 
                
                lib/net/sftp/constants.rb
                
         | 
        
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.
| OVERWRITE | = | 0x00000001 | 
| ATOMIC | = | 0x00000002 | 
| NATIVE | = | 0x00000004 |