remote_is_amiga 214 src/vfs/ftpfs/ftpfs.c gboolean remote_is_amiga; /* No leading slash allowed for AmiTCP (Amiga) */ remote_is_amiga 306 src/vfs/ftpfs/ftpfs.c if (!FTP_SUPER (super)->remote_is_amiga) remote_is_amiga 672 src/vfs/ftpfs/ftpfs.c ftp_super->remote_is_amiga = strstr (reply_up, "AMIGA") != NULL; remote_is_amiga 680 src/vfs/ftpfs/ftpfs.c ftp_super->remote_is_amiga ? "yes" : "no");