binary            598 src/vfs/ftpfs/ftpfs.c ftpfs_changetype (struct vfs_class *me, struct vfs_s_super *super, int binary)
binary            600 src/vfs/ftpfs/ftpfs.c     if (binary != FTP_SUPER (super)->isbinary)
binary            602 src/vfs/ftpfs/ftpfs.c         if (ftpfs_command (me, super, WAIT_REPLY, "TYPE %c", binary ? 'I' : 'A') != COMPLETE)
binary            604 src/vfs/ftpfs/ftpfs.c         FTP_SUPER (super)->isbinary = binary;
binary            606 src/vfs/ftpfs/ftpfs.c     return binary;