DSL Embedded :: file transfer program that i could do for DSL



i plan to write a little client server program that will do the file transfer, so instead of doing shared folder and opening up security problems " u know windows", u can just use that program to transfer stuff back and forth.

what u guys think?

Hi Bilal,
the combination axy ftp and betaftpd is a pretty nice file transfert client-server; it works good, is GUI, and if you run DSL toram, you won't get any security problem. Just a tought.
yours
z

If you use embedded you have to enable port redirection on Qemu. With plain ftp it's pain, you'd have to configure windows ftp client in passive mode. Better use ssh and then retrieve files with winscp.

For qemu port redirection:
http://fabrice.bellard.free.fr/qemu/qemu-doc.html


original here.