0

Whenever we run an ant script in client machine it has to zip the build files in server and has to be received at client. Can we use FTP?

Soner Gönül
  • 97,193
  • 102
  • 206
  • 364

1 Answers1

1

Ant provides an FTP task and an SCP task which you can use to transfer files.

ewan.chalmers
  • 16,145
  • 43
  • 60