Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

how to send file over FTP protocol in Quickbuild? #4401

veljkoc ·

Hi,

I have a .zip file (test.zip) which I need to transfer to the external FTP server (e.g. host1).
How can I send (upload) this file to the FTP server using the FTP protocol?
I am using Linux agent node.
Is the bash or groovy scripting preferred for this task?
Example will be highly appreciated!

Thanks!!

  • replies 1
  • views 935
  • stars 0
robinshen ADMIN ·

You may need to install a ftp command line tool and call that tool to send file via command build step