TeamCity 2018.1 Help

FTP Upload

FTP Upload a llows deploying files/directories to an FTP server.

The settings common for all runners are described on a separate page; this page details the FTP Upload settings.

Option

Description

Deployment Target

Target host

Specify an FTP server (usehostname or IP address) and a remote directory (relative to the FTP user's home).

To use an absolute *nix path, use %2F as the forward slash. For example:

ftp: //hostname.com/ hostname.com: 34445 /subdir 127.0 . 0.1 /%2Fetc/

Secure connection

Choose between an insecure (FTP) and a secure connection (FTPS, FTPES).

Deployment Credentials

Authentication method

Select either Anonymous (will submit username "anonymous" and a single space as the password) or username/password (for custom credentials)

FTP modes

FTP Mode

Select the passive or active mode

Transfer Mode

Optional. Select an FTP transfer mode to force: the ASCII or Binary FTP transfer modes (if the automatically detected mode leads to broken files transfer)

Deployment Source

Paths to sources

Specify the deployment sources as a newline- or comma-separated list of paths to files/direсtories to be deployed. Ant-style wildcards like dir/**/*.zip and target directories like *.zip => winFiles,unix/distro.tgz => linuxFiles, where winFiles and linuxFiles are target directories, are supported.

Last modified: 20 April 2023