简体   繁体   中英

Teamcity ftp Upload error connection

I am trying to build and deploy my project in team city. For upload to ftp server using plugin Ftp Upload .

settings deploy step:

  • Folder to upload: snab
  • FTP address: ftp://10.5.0.250
  • Remote folder: test
  • user name: anonymous

    When established connection to ftp server error: invalid ipv6 address build log . Why using ipv6 address? and how to switch ipv4 address?

Looks like the plugin you are using is no longer maintained (last update is in 2012). Please try the alternative plugin: confluence.jetbrains.com/display/TW/Deployer+plugin

Change FTP Service Status

Command to check status list:

  • inetadm

or specificly;

  • svcs ftp

If your status is offline or disabled , you must change your status to enable. To do that:

  1. svcadm -v enable network/ftp
  2. svcadm refresh svc:/network/ftp:default
  3. svcadm restart svc:/network/ftp:default

Check your status again:

  • svcs ftp

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM