Help for this page

Select Code to Download


  1. or download this
        'SSH2_FXF_READ' => 0x01,
        'SSH2_FXF_WRITE' => 0x02,
    ...
        'SSH2_FXF_CREAT' => 0x08,
        'SSH2_FXF_TRUNC' => 0x10,
        'SSH2_FXF_EXCL' => 0x20,
    
  2. or download this
    SSH2_FXF_WRITE | SSH2_FXF_APPEND
    
  3. or download this
    use Net::SFTP::Constants qw( SSH2_FXP_WRITE SSH2_FXF_APPEND );