SDL based FTP server

Hi there!
I’m looking to know if somebody around here made a simple File Transfer
program (not using the FTP protocol necessarily) to transfer a file from one
computer to the other. With a server/client architecture that can use any
specified ports to send/recv the data.

I’m looking for an FTP replacement where some firewalls are blocking all
access except port 80 or ports higher than 1024, etc… I’m travelling from
place to place, and I dont have a portable computer, I just bring those 128Mb
USB flash memory chips and I need place for my data. A transfer program that
would take less than 10Mb would be nice!

Thanks!
Simon

I’m looking for an FTP replacement where some firewalls are blocking all
access except port 80 or ports higher than 1024, etc… I’m travelling from
place to place, and I dont have a portable computer, I just bring those 128Mb
USB flash memory chips and I need place for my data. A transfer program that
would take less than 10Mb would be nice!

There are perl scripts that work as HTTP servers with basic
authentication, like my crappy 468 line one:

http://icculus.org/~icculus/tmp/ServeOneUp.pl

This isn’t really SDL-based though.

–ryan.