Menu

#72 Explicit TLS input/output error spam

v1.0 (example)
open
nobody
5
2017-05-31
2017-05-31
No

When I mount an sftp host with the following command:

curlftpfs -v -o ssl -o ssl_control -d <user>:<pw>@<host>:21/ <my mount path>

It connects to my host and spams repeats of errors like this for a solid second or so and then terminates:

ftpfs: operation ftpfs_getdir failed because Input/output error
   unique: 69, error: -5 (Input/output error), outsize: 16
unique: 70, opcode: RELEASEDIR (29), nodeid: 1, insize: 64, pid: 0
   unique: 70, success, outsize: 16
unique: 71, opcode: OPENDIR (27), nodeid: 1, insize: 48, pid: 3255
   unique: 71, success, outsize: 32
unique: 72, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 3255
getattr /
   unique: 72, success, outsize: 120
unique: 73, opcode: READDIR (28), nodeid: 1, insize: 80, pid: 3255
getdir[0]

Full error log:

* Couldn't find host myhost.org in the .netrc file; using defaults
*   Trying ip.ad.dr.ess...
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
< 220 (vsFTPd 3.0.3)
> AUTH SSL
< 234 Proceed with negotiation.
* found 174 certificates in /etc/ssl/certs/ca-certificates.crt
* found 698 certificates in /etc/ssl/certs
* ALPN, offering http/1.1
* SSL connection using TLS1.2 / ECDHE_RSA_AES_128_GCM_SHA256
*    server certificate verification OK
*    server certificate status verification SKIPPED
*    common name: myhost.org (matched)
*    server certificate expiration date OK
*    server certificate activation date OK
*    certificate public key: RSA
*    certificate version: #3
*    subject: C=BE,ST=*********,L=*********,O=Internet Widgits Pty Ltd,CN=myhost.org
*    start date: Wed, 24 May 2017 12:21:47 GMT
*    expire date: Thu, 24 May 2018 12:21:47 GMT
*    issuer: C=BE,ST=*********,L=*********,O=Internet Widgits Pty Ltd,CN=myhost.org
*    compression: NULL
* ALPN, server did not agree to a protocol
> USER *********
< 331 Please specify the password.
> PASS *********
< 230 Login successful.
> PBSZ 0
< 200 PBSZ set to 0.
> PROT C
< 200 PROT now Clear.
> PWD
< 257 "/home/*********" is the current directory
* Entry path is '/home/*********'
* ftp_perform ends with SECONDARY: 0
* Remembering we are in dir ""
* Connection #0 to host myhost.org left intact
FUSE library version: 2.9.4
nullpath_ok: 0
nopath: 0
utime_omit_ok: 0
unique: 1, opcode: INIT (26), nodeid: 0, insize: 56, pid: 0
INIT: 7.23
flags=0x0003f7fb
max_readahead=0x00020000
   INIT: 7.19
   flags=0x00000011
   max_readahead=0x00020000
   max_write=0x00020000
   max_background=0
   congestion_threshold=0
   unique: 1, success, outsize: 40
unique: 2, opcode: ACCESS (34), nodeid: 1, insize: 48, pid: 1913
   unique: 2, error: -38 (Function not implemented), outsize: 16
unique: 3, opcode: LOOKUP (1), nodeid: 1, insize: 47, pid: 1913
LOOKUP /.Trash
getattr /.Trash
unique: 4, opcode: OPENDIR (27), nodeid: 1, insize: 48, pid: 1850
   unique: 4, success, outsize: 32
* Couldn't find host myhost.org in the .netrc file; using defaults
* Found bundle for host myhost.org: 0x1e10560 [serially]
* Re-using existing connection! (#0) with host myhost.org
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
* Request has same path as previous transfer
> PASV
* Connect data stream passively
* ftp_perform ends with SECONDARY: 0
unique: 5, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 1850
getattr /
< 227 Entering Passive Mode (ip,ad,dr,ess,252,79).
*   Trying ip.ad.dr.ess...
* Connecting to ip.ad.dr.ess (ip.ad.dr.ess) port 64591
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
> TYPE A
< 200 Switching to ASCII mode.
> LIST -a
< 522 Data connections must be encrypted.
* RETR response: 522
* Remembering we are in dir ""
* Connection #0 to host myhost.org left intact
* Couldn't find host myhost.org in the .netrc file; using defaults
* Found bundle for host myhost.org: 0x1e10560 [serially]
* Re-using existing connection! (#0) with host myhost.org
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
* Request has same path as previous transfer
> PASV
* Connect data stream passively
* ftp_perform ends with SECONDARY: 0
ftpfs: operation ftpfs_getattr failed because No such file or directory
   unique: 3, error: -2 (No such file or directory), outsize: 16
unique: 6, opcode: LOOKUP (1), nodeid: 1, insize: 57, pid: 27485
LOOKUP /.xdg-volume-info
getattr /.xdg-volume-info
< 227 Entering Passive Mode (ip,ad,dr,ess,179,222).
*   Trying ip.ad.dr.ess...
* Connecting to ip.ad.dr.ess (ip.ad.dr.ess) port 46046
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
> LIST -a
< 522 Data connections must be encrypted.
* RETR response: 522
* Remembering we are in dir ""
* Connection #0 to host myhost.org left intact
   unique: 5, success, outsize: 120
* Couldn't find host myhost.org in the .netrc file; using defaults
* Found bundle for host myhost.org: 0x1e10560 [serially]
* Re-using existing connection! (#0) with host myhost.org
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
* Request has same path as previous transfer
> PASV
* Connect data stream passively
* ftp_perform ends with SECONDARY: 0
< 227 Entering Passive Mode (ip,ad,dr,ess,145,17).
*   Trying ip.ad.dr.ess...
* Connecting to ip.ad.dr.ess (ip.ad.dr.ess) port 37137
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
> LIST -a
< 522 Data connections must be encrypted.
* RETR response: 522
* Remembering we are in dir ""
* Connection #0 to host myhost.org left intact
ftpfs: operation ftpfs_getattr failed because No such file or directory
   unique: 6, error: -2 (No such file or directory), outsize: 16
unique: 7, opcode: LOOKUP (1), nodeid: 1, insize: 52, pid: 27484
LOOKUP /autorun.inf
getattr /autorun.inf
* Couldn't find host myhost.org in the .netrc file; using defaults
* Found bundle for host myhost.org: 0x1e10560 [serially]
* Re-using existing connection! (#0) with host myhost.org
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
* Request has same path as previous transfer
> PASV
* Connect data stream passively
* ftp_perform ends with SECONDARY: 0
< 227 Entering Passive Mode (ip,ad,dr,ess,204,114).
*   Trying ip.ad.dr.ess...
* Connecting to ip.ad.dr.ess (ip.ad.dr.ess) port 52338
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
> LIST -a
< 522 Data connections must be encrypted.
* RETR response: 522
* Remembering we are in dir ""
* Connection #0 to host myhost.org left intact
ftpfs: operation ftpfs_getattr failed because No such file or directory
   unique: 7, error: -2 (No such file or directory), outsize: 16
unique: 8, opcode: LOOKUP (1), nodeid: 1, insize: 52, pid: 1913
LOOKUP /.Trash-1000
getattr /.Trash-1000
* Couldn't find host myhost.org in the .netrc file; using defaults
* Found bundle for host myhost.org: 0x1e10560 [serially]
* Re-using existing connection! (#0) with host myhost.org
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
* Request has same path as previous transfer
> PASV
* Connect data stream passively
* ftp_perform ends with SECONDARY: 0
< 227 Entering Passive Mode (ip,ad,dr,ess,188,130).
*   Trying ip.ad.dr.ess...
* Connecting to ip.ad.dr.ess (ip.ad.dr.ess) port 48258
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
> LIST -a
< 522 Data connections must be encrypted.
* RETR response: 522
* Remembering we are in dir ""
* Connection #0 to host myhost.org left intact
ftpfs: operation ftpfs_getattr failed because No such file or directory
   unique: 8, error: -2 (No such file or directory), outsize: 16
unique: 9, opcode: READDIR (28), nodeid: 1, insize: 80, pid: 1850
getdir[0]
* Couldn't find host myhost.org in the .netrc file; using defaults
* Found bundle for host myhost.org: 0x1e10560 [serially]
* Re-using existing connection! (#0) with host myhost.org
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
* Request has same path as previous transfer
> PASV
* Connect data stream passively
* ftp_perform ends with SECONDARY: 0
< 227 Entering Passive Mode (ip,ad,dr,ess,154,59).
*   Trying ip.ad.dr.ess...
* Connecting to ip.ad.dr.ess (ip.ad.dr.ess) port 39483
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
> LIST -a
< 522 Data connections must be encrypted.
* RETR response: 522
* Remembering we are in dir ""
* Connection #0 to host myhost.org left intact
ftpfs: operation ftpfs_getdir failed because Input/output error
   unique: 9, error: -5 (Input/output error), outsize: 16
unique: 10, opcode: RELEASEDIR (29), nodeid: 1, insize: 64, pid: 0
   unique: 10, success, outsize: 16
unique: 11, opcode: OPENDIR (27), nodeid: 1, insize: 48, pid: 1850
   unique: 11, success, outsize: 32
unique: 12, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 1850
getattr /
   unique: 12, success, outsize: 120
unique: 13, opcode: READDIR (28), nodeid: 1, insize: 80, pid: 1850
getdir[0]
* Couldn't find host myhost.org in the .netrc file; using defaults
* Found bundle for host myhost.org: 0x1e10560 [serially]
* Re-using existing connection! (#0) with host myhost.org
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
* Request has same path as previous transfer
> PASV
* Connect data stream passively
* ftp_perform ends with SECONDARY: 0
< 227 Entering Passive Mode (ip,ad,dr,ess,124,224).
*   Trying ip.ad.dr.ess...
* Connecting to ip.ad.dr.ess (ip.ad.dr.ess) port 31968
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
> LIST -a
< 522 Data connections must be encrypted.
* RETR response: 522
* Remembering we are in dir ""
* Connection #0 to host myhost.org left intact
ftpfs: operation ftpfs_getdir failed because Input/output error
   unique: 13, error: -5 (Input/output error), outsize: 16
unique: 14, opcode: RELEASEDIR (29), nodeid: 1, insize: 64, pid: 0
   unique: 14, success, outsize: 16
unique: 15, opcode: OPENDIR (27), nodeid: 1, insize: 48, pid: 1850
   unique: 15, success, outsize: 32
unique: 16, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 1850
getattr /
   unique: 16, success, outsize: 120
unique: 17, opcode: READDIR (28), nodeid: 1, insize: 80, pid: 1850
getdir[0]
* Couldn't find host myhost.org in the .netrc file; using defaults
* Found bundle for host myhost.org: 0x1e10560 [serially]
* Re-using existing connection! (#0) with host myhost.org
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
* Request has same path as previous transfer
> PASV
* Connect data stream passively
* ftp_perform ends with SECONDARY: 0
< 227 Entering Passive Mode (ip,ad,dr,ess,104,228).
*   Trying ip.ad.dr.ess...
* Connecting to ip.ad.dr.ess (ip.ad.dr.ess) port 26852
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
> LIST -a
< 522 Data connections must be encrypted.
* RETR response: 522
* Remembering we are in dir ""
* Connection #0 to host myhost.org left intact
ftpfs: operation ftpfs_getdir failed because Input/output error
   unique: 17, error: -5 (Input/output error), outsize: 16
unique: 18, opcode: RELEASEDIR (29), nodeid: 1, insize: 64, pid: 0
   unique: 18, success, outsize: 16
unique: 19, opcode: OPENDIR (27), nodeid: 1, insize: 48, pid: 1850
   unique: 19, success, outsize: 32
unique: 20, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 1850
getattr /
   unique: 20, success, outsize: 120
unique: 21, opcode: READDIR (28), nodeid: 1, insize: 80, pid: 1850
getdir[0]
* Couldn't find host myhost.org in the .netrc file; using defaults
* Found bundle for host myhost.org: 0x1e10560 [serially]
* Re-using existing connection! (#0) with host myhost.org
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
* Request has same path as previous transfer
> PASV
* Connect data stream passively
* ftp_perform ends with SECONDARY: 0
< 227 Entering Passive Mode (ip,ad,dr,ess,47,197).
*   Trying ip.ad.dr.ess...
* Connecting to ip.ad.dr.ess (ip.ad.dr.ess) port 12229
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
> LIST -a
< 522 Data connections must be encrypted.
* RETR response: 522
* Remembering we are in dir ""
* Connection #0 to host myhost.org left intact
ftpfs: operation ftpfs_getdir failed because Input/output error
   unique: 21, error: -5 (Input/output error), outsize: 16
unique: 22, opcode: RELEASEDIR (29), nodeid: 1, insize: 64, pid: 0
   unique: 22, success, outsize: 16
unique: 23, opcode: OPENDIR (27), nodeid: 1, insize: 48, pid: 1850
   unique: 23, success, outsize: 32
unique: 24, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 1850
getattr /
   unique: 24, success, outsize: 120
unique: 25, opcode: READDIR (28), nodeid: 1, insize: 80, pid: 1850
getdir[0]
* Couldn't find host myhost.org in the .netrc file; using defaults
* Found bundle for host myhost.org: 0x1e10560 [serially]
* Re-using existing connection! (#0) with host myhost.org
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
* Request has same path as previous transfer
> PASV
* Connect data stream passively
* ftp_perform ends with SECONDARY: 0
< 227 Entering Passive Mode (ip,ad,dr,ess,97,157).
*   Trying ip.ad.dr.ess...
* Connecting to ip.ad.dr.ess (ip.ad.dr.ess) port 24989
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
> LIST -a
< 522 Data connections must be encrypted.
* RETR response: 522
* Remembering we are in dir ""
* Connection #0 to host myhost.org left intact
ftpfs: operation ftpfs_getdir failed because Input/output error
   unique: 25, error: -5 (Input/output error), outsize: 16
unique: 26, opcode: RELEASEDIR (29), nodeid: 1, insize: 64, pid: 0
   unique: 26, success, outsize: 16
unique: 27, opcode: OPENDIR (27), nodeid: 1, insize: 48, pid: 1850
   unique: 27, success, outsize: 32
unique: 28, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 1850
getattr /
   unique: 28, success, outsize: 120
unique: 29, opcode: READDIR (28), nodeid: 1, insize: 80, pid: 1850
getdir[0]
* Couldn't find host myhost.org in the .netrc file; using defaults
* Found bundle for host myhost.org: 0x1e10560 [serially]
* Re-using existing connection! (#0) with host myhost.org
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
* Request has same path as previous transfer
> PASV
* Connect data stream passively
* ftp_perform ends with SECONDARY: 0
< 227 Entering Passive Mode (ip,ad,dr,ess,198,229).
*   Trying ip.ad.dr.ess...
* Connecting to ip.ad.dr.ess (ip.ad.dr.ess) port 50917
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
> LIST -a
< 522 Data connections must be encrypted.
* RETR response: 522
* Remembering we are in dir ""
* Connection #0 to host myhost.org left intact
ftpfs: operation ftpfs_getdir failed because Input/output error
   unique: 29, error: -5 (Input/output error), outsize: 16
unique: 30, opcode: RELEASEDIR (29), nodeid: 1, insize: 64, pid: 0
   unique: 30, success, outsize: 16
unique: 31, opcode: OPENDIR (27), nodeid: 1, insize: 48, pid: 1850
   unique: 31, success, outsize: 32
unique: 32, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 1850
getattr /
   unique: 32, success, outsize: 120
unique: 33, opcode: READDIR (28), nodeid: 1, insize: 80, pid: 1850
getdir[0]
* Couldn't find host myhost.org in the .netrc file; using defaults
* Found bundle for host myhost.org: 0x1e10560 [serially]
* Re-using existing connection! (#0) with host myhost.org
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
* Request has same path as previous transfer
> PASV
* Connect data stream passively
* ftp_perform ends with SECONDARY: 0
< 227 Entering Passive Mode (ip,ad,dr,ess,59,4).
*   Trying ip.ad.dr.ess...
* Connecting to ip.ad.dr.ess (ip.ad.dr.ess) port 15108
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
> LIST -a
< 522 Data connections must be encrypted.
* RETR response: 522
* Remembering we are in dir ""
* Connection #0 to host myhost.org left intact
ftpfs: operation ftpfs_getdir failed because Input/output error
   unique: 33, error: -5 (Input/output error), outsize: 16
unique: 34, opcode: RELEASEDIR (29), nodeid: 1, insize: 64, pid: 0
   unique: 34, success, outsize: 16
unique: 35, opcode: OPENDIR (27), nodeid: 1, insize: 48, pid: 1850
   unique: 35, success, outsize: 32
unique: 36, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 1850
getattr /
   unique: 36, success, outsize: 120
unique: 37, opcode: READDIR (28), nodeid: 1, insize: 80, pid: 1850
getdir[0]
* Couldn't find host myhost.org in the .netrc file; using defaults
* Found bundle for host myhost.org: 0x1e10560 [serially]
* Re-using existing connection! (#0) with host myhost.org
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
* Request has same path as previous transfer
> PASV
* Connect data stream passively
* ftp_perform ends with SECONDARY: 0
< 227 Entering Passive Mode (ip,ad,dr,ess,158,95).
*   Trying ip.ad.dr.ess...
* Connecting to ip.ad.dr.ess (ip.ad.dr.ess) port 40543
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
> LIST -a
< 522 Data connections must be encrypted.
* RETR response: 522
* Remembering we are in dir ""
* Connection #0 to host myhost.org left intact
ftpfs: operation ftpfs_getdir failed because Input/output error
   unique: 37, error: -5 (Input/output error), outsize: 16
unique: 38, opcode: RELEASEDIR (29), nodeid: 1, insize: 64, pid: 0
   unique: 38, success, outsize: 16
unique: 39, opcode: OPENDIR (27), nodeid: 1, insize: 48, pid: 1850
   unique: 39, success, outsize: 32
unique: 40, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 1850
getattr /
   unique: 40, success, outsize: 120
unique: 41, opcode: READDIR (28), nodeid: 1, insize: 80, pid: 1850
getdir[0]
* Couldn't find host myhost.org in the .netrc file; using defaults
* Found bundle for host myhost.org: 0x1e10560 [serially]
* Re-using existing connection! (#0) with host myhost.org
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
* Request has same path as previous transfer
> PASV
* Connect data stream passively
* ftp_perform ends with SECONDARY: 0
< 227 Entering Passive Mode (ip,ad,dr,ess,254,35).
*   Trying ip.ad.dr.ess...
* Connecting to ip.ad.dr.ess (ip.ad.dr.ess) port 65059
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
> LIST -a
< 522 Data connections must be encrypted.
* RETR response: 522
* Remembering we are in dir ""
* Connection #0 to host myhost.org left intact
ftpfs: operation ftpfs_getdir failed because Input/output error
   unique: 41, error: -5 (Input/output error), outsize: 16
unique: 42, opcode: RELEASEDIR (29), nodeid: 1, insize: 64, pid: 0
   unique: 42, success, outsize: 16
unique: 43, opcode: OPENDIR (27), nodeid: 1, insize: 48, pid: 1850
   unique: 43, success, outsize: 32
unique: 44, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 1850
getattr /
   unique: 44, success, outsize: 120
unique: 45, opcode: READDIR (28), nodeid: 1, insize: 80, pid: 1850
getdir[0]
* Couldn't find host myhost.org in the .netrc file; using defaults
* Found bundle for host myhost.org: 0x1e10560 [serially]
* Re-using existing connection! (#0) with host myhost.org
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
* Request has same path as previous transfer
> PASV
* Connect data stream passively
* ftp_perform ends with SECONDARY: 0
< 227 Entering Passive Mode (ip,ad,dr,ess,176,234).
*   Trying ip.ad.dr.ess...
* Connecting to ip.ad.dr.ess (ip.ad.dr.ess) port 45290
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
> LIST -a
< 522 Data connections must be encrypted.
* RETR response: 522
* Remembering we are in dir ""
* Connection #0 to host myhost.org left intact
ftpfs: operation ftpfs_getdir failed because Input/output error
   unique: 45, error: -5 (Input/output error), outsize: 16
unique: 46, opcode: RELEASEDIR (29), nodeid: 1, insize: 64, pid: 0
   unique: 46, success, outsize: 16
unique: 47, opcode: OPENDIR (27), nodeid: 1, insize: 48, pid: 1850
   unique: 47, success, outsize: 32
unique: 48, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 1850
getattr /
   unique: 48, success, outsize: 120
unique: 49, opcode: READDIR (28), nodeid: 1, insize: 80, pid: 1850
getdir[0]
* Couldn't find host myhost.org in the .netrc file; using defaults
* Found bundle for host myhost.org: 0x1e10560 [serially]
* Re-using existing connection! (#0) with host myhost.org
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
* Request has same path as previous transfer
> PASV
* Connect data stream passively
* ftp_perform ends with SECONDARY: 0
< 227 Entering Passive Mode (ip,ad,dr,ess,120,87).
*   Trying ip.ad.dr.ess...
* Connecting to ip.ad.dr.ess (ip.ad.dr.ess) port 30807
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
> LIST -a
< 522 Data connections must be encrypted.
* RETR response: 522
* Remembering we are in dir ""
* Connection #0 to host myhost.org left intact
ftpfs: operation ftpfs_getdir failed because Input/output error
   unique: 49, error: -5 (Input/output error), outsize: 16
unique: 50, opcode: RELEASEDIR (29), nodeid: 1, insize: 64, pid: 0
   unique: 50, success, outsize: 16
unique: 51, opcode: OPENDIR (27), nodeid: 1, insize: 48, pid: 1850
   unique: 51, success, outsize: 32
unique: 52, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 1850
getattr /
   unique: 52, success, outsize: 120
unique: 53, opcode: READDIR (28), nodeid: 1, insize: 80, pid: 1850
getdir[0]
* Couldn't find host myhost.org in the .netrc file; using defaults
* Found bundle for host myhost.org: 0x1e10560 [serially]
* Re-using existing connection! (#0) with host myhost.org
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
* Request has same path as previous transfer
> PASV
* Connect data stream passively
* ftp_perform ends with SECONDARY: 0
< 227 Entering Passive Mode (ip,ad,dr,ess,107,71).
*   Trying ip.ad.dr.ess...
* Connecting to ip.ad.dr.ess (ip.ad.dr.ess) port 27463
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
> LIST -a
< 522 Data connections must be encrypted.
* RETR response: 522
* Remembering we are in dir ""
* Connection #0 to host myhost.org left intact
ftpfs: operation ftpfs_getdir failed because Input/output error
   unique: 53, error: -5 (Input/output error), outsize: 16
unique: 54, opcode: RELEASEDIR (29), nodeid: 1, insize: 64, pid: 0
   unique: 54, success, outsize: 16
unique: 55, opcode: OPENDIR (27), nodeid: 1, insize: 48, pid: 1850
   unique: 55, success, outsize: 32
unique: 56, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 1850
getattr /
   unique: 56, success, outsize: 120
unique: 57, opcode: READDIR (28), nodeid: 1, insize: 80, pid: 1850
getdir[0]
* Couldn't find host myhost.org in the .netrc file; using defaults
* Found bundle for host myhost.org: 0x1e10560 [serially]
* Re-using existing connection! (#0) with host myhost.org
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
* Request has same path as previous transfer
> PASV
* Connect data stream passively
* ftp_perform ends with SECONDARY: 0
< 227 Entering Passive Mode (ip,ad,dr,ess,137,39).
*   Trying ip.ad.dr.ess...
* Connecting to ip.ad.dr.ess (ip.ad.dr.ess) port 35111
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
> LIST -a
< 522 Data connections must be encrypted.
* RETR response: 522
* Remembering we are in dir ""
* Connection #0 to host myhost.org left intact
ftpfs: operation ftpfs_getdir failed because Input/output error
   unique: 57, error: -5 (Input/output error), outsize: 16
unique: 58, opcode: RELEASEDIR (29), nodeid: 1, insize: 64, pid: 0
   unique: 58, success, outsize: 16
unique: 59, opcode: OPENDIR (27), nodeid: 1, insize: 48, pid: 1850
   unique: 59, success, outsize: 32
unique: 60, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 1850
getattr /
   unique: 60, success, outsize: 120
unique: 61, opcode: READDIR (28), nodeid: 1, insize: 80, pid: 1850
getdir[0]
* Couldn't find host myhost.org in the .netrc file; using defaults
* Found bundle for host myhost.org: 0x1e10560 [serially]
* Re-using existing connection! (#0) with host myhost.org
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
* Request has same path as previous transfer
> PASV
* Connect data stream passively
* ftp_perform ends with SECONDARY: 0
< 227 Entering Passive Mode (ip,ad,dr,ess,117,173).
*   Trying ip.ad.dr.ess...
* Connecting to ip.ad.dr.ess (ip.ad.dr.ess) port 30125
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
> LIST -a
< 522 Data connections must be encrypted.
* RETR response: 522
* Remembering we are in dir ""
* Connection #0 to host myhost.org left intact
ftpfs: operation ftpfs_getdir failed because Input/output error
   unique: 61, error: -5 (Input/output error), outsize: 16
unique: 62, opcode: RELEASEDIR (29), nodeid: 1, insize: 64, pid: 0
   unique: 62, success, outsize: 16
unique: 63, opcode: OPENDIR (27), nodeid: 1, insize: 48, pid: 1850
   unique: 63, success, outsize: 32
unique: 64, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 1850
getattr /
   unique: 64, success, outsize: 120
unique: 65, opcode: READDIR (28), nodeid: 1, insize: 80, pid: 1850
getdir[0]
* Couldn't find host myhost.org in the .netrc file; using defaults
* Found bundle for host myhost.org: 0x1e10560 [serially]
* Re-using existing connection! (#0) with host myhost.org
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
* Request has same path as previous transfer
> PASV
* Connect data stream passively
* ftp_perform ends with SECONDARY: 0
< 227 Entering Passive Mode (ip,ad,dr,ess,220,52).
*   Trying ip.ad.dr.ess...
* Connecting to ip.ad.dr.ess (ip.ad.dr.ess) port 56372
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
> LIST -a
< 522 Data connections must be encrypted.
* RETR response: 522
* Remembering we are in dir ""
* Connection #0 to host myhost.org left intact
ftpfs: operation ftpfs_getdir failed because Input/output error
   unique: 65, error: -5 (Input/output error), outsize: 16
unique: 66, opcode: RELEASEDIR (29), nodeid: 1, insize: 64, pid: 0
   unique: 66, success, outsize: 16
unique: 67, opcode: OPENDIR (27), nodeid: 1, insize: 48, pid: 1850
   unique: 67, success, outsize: 32
unique: 68, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 1850
getattr /
   unique: 68, success, outsize: 120
unique: 69, opcode: READDIR (28), nodeid: 1, insize: 80, pid: 1850
getdir[0]
* Couldn't find host myhost.org in the .netrc file; using defaults
* Found bundle for host myhost.org: 0x1e10560 [serially]
* Re-using existing connection! (#0) with host myhost.org
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
* Request has same path as previous transfer
> PASV
* Connect data stream passively
* ftp_perform ends with SECONDARY: 0
< 227 Entering Passive Mode (ip,ad,dr,ess,116,9).
*   Trying ip.ad.dr.ess...
* Connecting to ip.ad.dr.ess (ip.ad.dr.ess) port 29705
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
> LIST -a
< 522 Data connections must be encrypted.
* RETR response: 522
* Remembering we are in dir ""
* Connection #0 to host myhost.org left intact
ftpfs: operation ftpfs_getdir failed because Input/output error
   unique: 69, error: -5 (Input/output error), outsize: 16
unique: 70, opcode: RELEASEDIR (29), nodeid: 1, insize: 64, pid: 0
unique: 71, opcode: OPENDIR (27), nodeid: 1, insize: 48, pid: 1850
   unique: 70, success, outsize: 16
   unique: 71, success, outsize: 32
unique: 72, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 1850
getattr /
   unique: 72, success, outsize: 120
unique: 73, opcode: READDIR (28), nodeid: 1, insize: 80, pid: 1850
getdir[0]
* Couldn't find host myhost.org in the .netrc file; using defaults
* Found bundle for host myhost.org: 0x1e10560 [serially]
* Re-using existing connection! (#0) with host myhost.org
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
* Request has same path as previous transfer
> PASV
* Connect data stream passively
* ftp_perform ends with SECONDARY: 0
< 227 Entering Passive Mode (ip,ad,dr,ess,44,202).
*   Trying ip.ad.dr.ess...
* Connecting to ip.ad.dr.ess (ip.ad.dr.ess) port 11466
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
> LIST -a
< 522 Data connections must be encrypted.
* RETR response: 522
* Remembering we are in dir ""
* Connection #0 to host myhost.org left intact
ftpfs: operation ftpfs_getdir failed because Input/output error
   unique: 73, error: -5 (Input/output error), outsize: 16
unique: 74, opcode: RELEASEDIR (29), nodeid: 1, insize: 64, pid: 0
   unique: 74, success, outsize: 16
unique: 75, opcode: OPENDIR (27), nodeid: 1, insize: 48, pid: 1850
   unique: 75, success, outsize: 32
unique: 76, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 1850
getattr /
   unique: 76, success, outsize: 120
unique: 77, opcode: READDIR (28), nodeid: 1, insize: 80, pid: 1850
getdir[0]
* Couldn't find host myhost.org in the .netrc file; using defaults
* Found bundle for host myhost.org: 0x1e10560 [serially]
* Re-using existing connection! (#0) with host myhost.org
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
* Request has same path as previous transfer
> PASV
* Connect data stream passively
* ftp_perform ends with SECONDARY: 0
< 227 Entering Passive Mode (ip,ad,dr,ess,68,156).
*   Trying ip.ad.dr.ess...
* Connecting to ip.ad.dr.ess (ip.ad.dr.ess) port 17564
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
> LIST -a
< 522 Data connections must be encrypted.
* RETR response: 522
* Remembering we are in dir ""
* Connection #0 to host myhost.org left intact
ftpfs: operation ftpfs_getdir failed because Input/output error
   unique: 77, error: -5 (Input/output error), outsize: 16
unique: 78, opcode: RELEASEDIR (29), nodeid: 1, insize: 64, pid: 0
   unique: 78, success, outsize: 16
unique: 79, opcode: OPENDIR (27), nodeid: 1, insize: 48, pid: 1850
   unique: 79, success, outsize: 32
unique: 80, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 1850
getattr /
   unique: 80, success, outsize: 120
unique: 81, opcode: READDIR (28), nodeid: 1, insize: 80, pid: 1850
getdir[0]
* Couldn't find host myhost.org in the .netrc file; using defaults
* Found bundle for host myhost.org: 0x1e10560 [serially]
* Re-using existing connection! (#0) with host myhost.org
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
* Request has same path as previous transfer
> PASV
* Connect data stream passively
* ftp_perform ends with SECONDARY: 0
< 227 Entering Passive Mode (ip,ad,dr,ess,137,113).
*   Trying ip.ad.dr.ess...
* Connecting to ip.ad.dr.ess (ip.ad.dr.ess) port 35185
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
> LIST -a
< 522 Data connections must be encrypted.
* RETR response: 522
* Remembering we are in dir ""
* Connection #0 to host myhost.org left intact
ftpfs: operation ftpfs_getdir failed because Input/output error
   unique: 81, error: -5 (Input/output error), outsize: 16
unique: 82, opcode: RELEASEDIR (29), nodeid: 1, insize: 64, pid: 0
unique: 83, opcode: OPENDIR (27), nodeid: 1, insize: 48, pid: 1850
   unique: 83, success, outsize: 32
unique: 84, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 1850
getattr /
   unique: 84, success, outsize: 120
   unique: 82, success, outsize: 16
unique: 85, opcode: READDIR (28), nodeid: 1, insize: 80, pid: 1850
getdir[0]
* Couldn't find host myhost.org in the .netrc file; using defaults
* Found bundle for host myhost.org: 0x1e10560 [serially]
* Re-using existing connection! (#0) with host myhost.org
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
* Request has same path as previous transfer
> PASV
* Connect data stream passively
* ftp_perform ends with SECONDARY: 0
< 227 Entering Passive Mode (ip,ad,dr,ess,20,0).
*   Trying ip.ad.dr.ess...
* Connecting to ip.ad.dr.ess (ip.ad.dr.ess) port 5120
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
> LIST -a
< 522 Data connections must be encrypted.
* RETR response: 522
* Remembering we are in dir ""
* Connection #0 to host myhost.org left intact
ftpfs: operation ftpfs_getdir failed because Input/output error
   unique: 85, error: -5 (Input/output error), outsize: 16
unique: 86, opcode: RELEASEDIR (29), nodeid: 1, insize: 64, pid: 0
unique: 87, opcode: OPENDIR (27), nodeid: 1, insize: 48, pid: 1850
   unique: 87, success, outsize: 32
   unique: 86, success, outsize: 16
unique: 88, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 1850
getattr /
   unique: 88, success, outsize: 120
unique: 89, opcode: READDIR (28), nodeid: 1, insize: 80, pid: 1850
getdir[0]
* Couldn't find host myhost.org in the .netrc file; using defaults
* Found bundle for host myhost.org: 0x1e10560 [serially]
* Re-using existing connection! (#0) with host myhost.org
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
* Request has same path as previous transfer
> PASV
* Connect data stream passively
* ftp_perform ends with SECONDARY: 0
< 227 Entering Passive Mode (ip,ad,dr,ess,244,33).
*   Trying ip.ad.dr.ess...
* Connecting to ip.ad.dr.ess (ip.ad.dr.ess) port 62497
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
> LIST -a
< 522 Data connections must be encrypted.
* RETR response: 522
* Remembering we are in dir ""
* Connection #0 to host myhost.org left intact
ftpfs: operation ftpfs_getdir failed because Input/output error
   unique: 89, error: -5 (Input/output error), outsize: 16
unique: 90, opcode: RELEASEDIR (29), nodeid: 1, insize: 64, pid: 0
   unique: 90, success, outsize: 16
unique: 91, opcode: OPENDIR (27), nodeid: 1, insize: 48, pid: 1850
   unique: 91, success, outsize: 32
unique: 92, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 1850
getattr /
   unique: 92, success, outsize: 120
unique: 93, opcode: READDIR (28), nodeid: 1, insize: 80, pid: 1850
getdir[0]
* Couldn't find host myhost.org in the .netrc file; using defaults
* Found bundle for host myhost.org: 0x1e10560 [serially]
* Re-using existing connection! (#0) with host myhost.org
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
* Request has same path as previous transfer
> PASV
* Connect data stream passively
* ftp_perform ends with SECONDARY: 0
< 227 Entering Passive Mode (ip,ad,dr,ess,161,48).
*   Trying ip.ad.dr.ess...
* Connecting to ip.ad.dr.ess (ip.ad.dr.ess) port 41264
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
> LIST -a
< 522 Data connections must be encrypted.
* RETR response: 522
* Remembering we are in dir ""
* Connection #0 to host myhost.org left intact
ftpfs: operation ftpfs_getdir failed because Input/output error
   unique: 93, error: -5 (Input/output error), outsize: 16
unique: 94, opcode: RELEASEDIR (29), nodeid: 1, insize: 64, pid: 0
   unique: 94, success, outsize: 16
unique: 95, opcode: OPENDIR (27), nodeid: 1, insize: 48, pid: 27485
   unique: 95, success, outsize: 32
unique: 96, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 27485
getattr /
   unique: 96, success, outsize: 120
unique: 97, opcode: READDIR (28), nodeid: 1, insize: 80, pid: 27485
getdir[0]
* Couldn't find host myhost.org in the .netrc file; using defaults
* Found bundle for host myhost.org: 0x1e10560 [serially]
* Re-using existing connection! (#0) with host myhost.org
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
* Request has same path as previous transfer
> PASV
* Connect data stream passively
* ftp_perform ends with SECONDARY: 0
< 227 Entering Passive Mode (ip,ad,dr,ess,113,208).
*   Trying ip.ad.dr.ess...
* Connecting to ip.ad.dr.ess (ip.ad.dr.ess) port 29136
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#0)
> LIST -a
< 522 Data connections must be encrypted.
* RETR response: 522
* Remembering we are in dir ""
* Connection #0 to host myhost.org left intact
ftpfs: operation ftpfs_getdir failed because Input/output error
   unique: 97, error: -5 (Input/output error), outsize: 16
unique: 98, opcode: RELEASEDIR (29), nodeid: 1, insize: 64, pid: 0
unique: 99, opcode: LOOKUP (1), nodeid: 1, insize: 52, pid: 27485
   unique: 98, success, outsize: 16
LOOKUP /autorun.inf
getattr /autorun.inf
   unique: 99, error: -2 (No such file or directory), outsize: 16
unique: 100, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 25116
getattr /
* Couldn't find host myhost.org in the .netrc file; using defaults
* Connection 0 seems to be dead!
* Closing connection 0
*   Trying ip.ad.dr.ess...
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#1)
< 220 (vsFTPd 3.0.3)
> AUTH SSL
< 234 Proceed with negotiation.
* found 174 certificates in /etc/ssl/certs/ca-certificates.crt
* found 698 certificates in /etc/ssl/certs
* ALPN, offering http/1.1
* SSL re-using session ID
* SSL connection using TLS1.2 / ECDHE_RSA_AES_128_GCM_SHA256
*    server certificate verification OK
*    server certificate status verification SKIPPED
*    common name: myhost.org (matched)
*    server certificate expiration date OK
*    server certificate activation date OK
*    certificate public key: RSA
*    certificate version: #3
*    subject: C=BE,ST=*********,L=*********,O=Internet Widgits Pty Ltd,CN=myhost.org
*    start date: Wed, 24 May 2017 12:21:47 GMT
*    expire date: Thu, 24 May 2018 12:21:47 GMT
*    issuer: C=BE,ST=*********,L=*********,O=Internet Widgits Pty Ltd,CN=myhost.org
*    compression: NULL
* ALPN, server did not agree to a protocol
> USER *********
< 331 Please specify the password.
> PASS *********
< 230 Login successful.
> PBSZ 0
< 200 PBSZ set to 0.
> PROT C
< 200 PROT now Clear.
> PWD
< 257 "/home/*********" is the current directory
* Entry path is '/home/*********'
> PASV
* Connect data stream passively
* ftp_perform ends with SECONDARY: 0
< 227 Entering Passive Mode (ip,ad,dr,ess,230,173).
*   Trying ip.ad.dr.ess...
* Connecting to ip.ad.dr.ess (ip.ad.dr.ess) port 59053
* Connected to myhost.org (ip.ad.dr.ess) port 21 (#1)
> TYPE A
< 200 Switching to ASCII mode.
> LIST -a
< 522 Data connections must be encrypted.
* RETR response: 522
* Remembering we are in dir ""
* Connection #1 to host myhost.org left intact
   unique: 100, success, outsize: 120

Discussion


Log in to post a comment.