Ftping an exe using Java from Windows to Unix

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.ThanksDebasish
[155 byte] By [debpala] at [2007-11-26 16:43:23]
# 1

> 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.

jschella at 2007-7-8 23:10:31 > top of Java-index,Core,Core APIs...
# 2
Hi,Thanks for the mail. The exe files are stored in the unix machines and so it has to be ftped to the windows machine. I want to implement my own code so that I can inbuild this in my existing tool.ThanksDebasish
debpala at 2007-7-8 23:10:31 > top of Java-index,Core,Core APIs...
# 3
http://jakarta.apache.org/commons/net/
BIJ001a at 2007-7-8 23:10:31 > top of Java-index,Core,Core APIs...