binary 599 src/vfs/ftpfs/ftpfs.c ftpfs_changetype (struct vfs_class *me, struct vfs_s_super *super, int binary) binary 601 src/vfs/ftpfs/ftpfs.c if (binary != FTP_SUPER (super)->isbinary) binary 603 src/vfs/ftpfs/ftpfs.c if (ftpfs_command (me, super, WAIT_REPLY, "TYPE %c", binary ? 'I' : 'A') != COMPLETE) binary 605 src/vfs/ftpfs/ftpfs.c FTP_SUPER (super)->isbinary = binary; binary 607 src/vfs/ftpfs/ftpfs.c return binary;