Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

  • FTP extension on buildmaster 6

    Support buildmaster ftp
    2
    0 Votes
    2 Posts
    8 Views
    T
    Thank you for the report; it looks like the extension was migrated correctly but never officially released to our extension feed... I'll have someone release it ASAP
  • FTP files to linux server

    Support ftp artifacts buildmaster
    2
    0 Votes
    2 Posts
    7 Views
    ?
    The FTP extension can help with this
  • Exclude files on FTP

    Support buildmaster azure tfs net ftp
    2
    0 Votes
    2 Posts
    7 Views
    ?
    I'm not sure the component we use to FTP supports negated wildcards, but you can simply add a Delete Files action before this that operates on *.config Alternatively (if you don't want to delete because you may re-use the files), you can use the Synchronize/Transfer Files action to a temporary directory (e.g. ~\Ftp) and use a !*.config mask on that to not transfer the configs, then use the FTP action from ~\Ftp as the source directory.
  • Problems with the FTP action

    Support buildmaster ftp
    5
    0 Votes
    5 Posts
    2 Views
    ?
    Wow, what an incredibly fast response. Thanks