copy file from unix system to windows using ant

Posted by vishu on Stack Overflow See other posts from Stack Overflow or by vishu
Published on 2010-03-08T01:37:07Z Indexed on 2010/03/08 3:30 UTC
Read the original article Hit count: 363

Filed under:
|

can any one help me

how to copy file from unix Windoes system to windows UNIX using ant?

Thanks in advance

EDIT

Let me explain in detail what I am looking for I want to copy file from windows to unix machine (correcting my previous question not from unix to windows) using ANT. I thought of using ftp task.

Before that as a check I tried to ftp unix sever from windows but it gave connection refused error(Do I need to provide my username and password,if that is the case what is the syntax).

But I am able to connect through putty which asks for my user name and password. Does putty uses a different protocol.

So if that is the case does ftp task works for me in ANT?. If not what task I need to use?

© Stack Overflow or respective owner

copy file from unix system to windows using ant

Posted by vishu on Stack Overflow See other posts from Stack Overflow or by vishu
Published on 2010-03-08T01:37:07Z Indexed on 2010/03/08 1:40 UTC
Read the original article Hit count: 363

Filed under:

can any one help me

how to copy file from unix system to windows using ant?

Thanks in advance

© Stack Overflow or respective owner

Related posts about ant

Related posts about how-to