Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <FtpUploadDirectoryContent
  2. ServerHost="$(ftpHost)"
  3. Port="21"
  4. Username="$(ftpUser)"
  5. Password="$(ftpPass)"
  6. LocalDirectory="$(DeploymentDir)"
  7. RemoteDirectory="/remoteFolder"
  8. Recursive="true"
  9. />
  10.  
  11. [FtpUploadDirectoryContent] C:CIBuildsFullSolutionAdminFTP.build(46, 9): CDUP successful. "/remoteFolder" is current directory.
  12.  
  13. [FtpUploadDirectoryContent] C:CIBuildsFullSolutionAdminFTP.build(46, 9): Couldn't upload directory.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement