This file is indexed.

/usr/share/doc/libnet-sftp-foreign-perl/TODO is in libnet-sftp-foreign-perl 1.69+dfsg-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
TODO
====

- port to OpenVMS

- add support for later protocol versions

- add support for encodings

- improve password login, remove Expect dependency and try to backport
  as much as possible fron Net::OpenSSH

- detect unknown host key checking

- add support for process filters on put/get operations

DONE
==== 

- add support for capture_stderr option in constructor

- add support for new extension methods available from late OpenSSH
  SFTP server (http://www.sfr-fresh.com/unix/misc/openssh-5.1.tar.gz:a/ssh/PROTOCOL)

- add support for unix2dos and dos2unix transformations on the fly for get and put.

- add support for restarting transfers in put, get and derived methods.