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