FTP deploy not replacing existing files

Hi,

I’m deploying my package contents via FTP. This works first time (when deploying to an empty directory), but subsequent deployments do not replace existing files with the latest ones from the package.

In my raw FTP logs, the process just seems to be navigating in and out of directories, but never deploying any files.

Any ideas what this could be?

Thanks.

Log file sample:

17:25:42 Verbose | —> CWD /mydomain.com/subdomains/cms/subdomains/staging/httpdocs/umbraco/xslt/templates

17:25:42 Verbose | —> PWD

17:25:42 Verbose | —> CWD /mydomain.com/subdomains/cms/subdomains/staging/httpdocs/umbraco/xslt

17:25:42 Verbose | —> PWD

17:25:42 Verbose | —> CWD /mydomain.com/subdomains/cms/subdomains/staging/httpdocs/umbraco

17:25:42 Verbose | —> PWD

17:25:42 Verbose | —> CWD /mydomain.com/subdomains/cms/subdomains/staging/httpdocs

17:25:42 Verbose | —> PWD

17:25:42 Verbose | —> CWD umbraco_client

17:25:42 Verbose | —> PWD

17:25:42 Verbose | —> PWD

17:25:42 Verbose | —> PASV

17:25:42 Verbose | —> LIST

17:25:42 Verbose | —> CWD Application

17:25:42 Verbose | —> PWD

17:25:42 Verbose | —> PWD

17:25:42 Verbose | —> PASV

17:25:42 Verbose | —> LIST

17:25:42 Verbose | —> CWD JQuery

17:25:42 Verbose | —> PWD

17:25:42 Verbose | —> PWD

17:25:42 Verbose | —> PASV

17:25:43 Verbose | —> LIST

17:25:43 Verbose | —> CWD /mydomain.com/subdomains/cms/subdomains/staging/httpdocs/umbraco_client/Application

17:25:43 Verbose | —> PWD

17:25:43 Verbose | —> CWD /mydomain.com/subdomains/cms/subdomains/staging/httpdocs/umbraco_client

17:25:43 Verbose | —> PWD

17:25:43 Verbose | —> CWD CodeArea

17:25:43 Verbose | —> PWD

17:25:43 Verbose | —> PWD

17:25:43 Verbose | —> PASV

17:25:43 Verbose | —> LIST

17:25:43 Verbose | —> CWD /mydomain.com/subdomains/cms/subdomains/staging/httpdocs/umbraco_client

17:25:43 Verbose | —> PWD

17:25:43 Verbose | —> CWD CodeMirror

17:25:43 Verbose | —> PWD

17:25:43 Verbose | —> PWD

17:25:43 Verbose | —> PASV

17:25:43 Verbose | —> LIST

17:25:43 Verbose | —> CWD css

17:25:43 Verbose | —> PWD

17:25:43 Verbose | —> PWD

17:25:43 Verbose | —> PASV

17:25:43 Verbose | —> LIST

Please consider resolved, our issue was related to the well known TeamCity problem where we needed a separate build configuration rather than just a build step (http://help.octopusdeploy.com/discussions/problems/18011-octopus-deploy-retrieving-old-nuget-package)