> Hi would like to know an ftp code so that I can
> transfer exe files, wvm files from my unix server to
> my windows machine.
>
You do know of course that an exe file will not run on unix?
Other than that you MUST have a ftp server on one machine and a ftp client on the other. Unix machines almost always have ftp servers - there is no point in writing code to do that.
Some versions of windows also have ftp servers.
You can download clients and servers as well. So no point in writing code for either.
But if you insist then search for jakarta on the apache site. The commons net package has FTP code.