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