
suggestion:

You could make a directory ("tmp" for example) and set FF
to download to it. This way, you still have what got downloaded.
insert a writable floppy in the floppy drive.
Mount the floppy using the mount tool.
then using the console (terminal) try:
cd tmp
cp -v * /mnt/auto/floppy

Hope this was also helpful in a newbie sort of way.