Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Recommendations for a good FTP client with batch support?

Recommendations for a good FTP client with batch support?

Scheduled Pinned Locked Moved The Lounge
c++cssvisual-studiocomsysadmin
15 Posts 7 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Christopher Duncan

    I've been using FileZilla for years and love it. However, on the development side of the street I tend to build web app solutions (in contrast with web site solutions). As best I understand, in VS 2008 web apps don't have the deployment options (configure it to point to your live site so you can just say "Deploy" and all files get uploaded), so I tend to do it using FileZilla. However, for projects with lots of subdirectories, that gets tedious in a hurry. I've tried the native Windows command line ftp in batch scripts, but it typically errors out before completion of all files. Speaking with the folks at my hosting company, my understanding is that the command line ftp has no built in retry capabilities, so if there's a hiccup on a file it just bails on you, hence the benefit of using more full featured clients like Fz. With that in mind, I'm looking for a client such as FileZilla that I can configure in batch mode, e.g. recursively upload my dll, as?x, css and master files for a given project. Anyone have suggestions on ftp tools that you've had a good experience with for this purpose?

    Christopher Duncan www.PracticalUSA.com Author of The Career Programmer and Unite the Tribes Copywriting Services

    C Offline
    C Offline
    Chris Losinger
    wrote on last edited by
    #6

    i've been using CuteFTP for years. it works great - it's scriptable from VBS, too!

    image processing toolkits | batch image processing

    C 1 Reply Last reply
    0
    • C Chris Losinger

      i've been using CuteFTP for years. it works great - it's scriptable from VBS, too!

      image processing toolkits | batch image processing

      C Offline
      C Offline
      Christopher Duncan
      wrote on last edited by
      #7

      Haven't seen CuteFTP for years. Didn't know it was scriptable, thanks!

      Christopher Duncan www.PracticalUSA.com Author of The Career Programmer and Unite the Tribes Copywriting Services

      C 1 Reply Last reply
      0
      • C Christopher Duncan

        Haven't seen CuteFTP for years. Didn't know it was scriptable, thanks!

        Christopher Duncan www.PracticalUSA.com Author of The Career Programmer and Unite the Tribes Copywriting Services

        C Offline
        C Offline
        Chris Losinger
        wrote on last edited by
        #8

        the easiest way to see its scripting in action is to record a 'macro', then take a look at the script. it'll be a simple VBS file.

        image processing toolkits | batch image processing

        C 1 Reply Last reply
        0
        • C Chris Losinger

          the easiest way to see its scripting in action is to record a 'macro', then take a look at the script. it'll be a simple VBS file.

          image processing toolkits | batch image processing

          C Offline
          C Offline
          Christopher Duncan
          wrote on last edited by
          #9

          Excellent. Exactly the functionality I was looking for. Take a couple of extra donuts out of petty cash. :-D

          Christopher Duncan www.PracticalUSA.com Author of The Career Programmer and Unite the Tribes Copywriting Services

          1 Reply Last reply
          0
          • C Christopher Duncan

            He probably was, and simply didn't account for the degree of cluelessness I possess on some days. :)

            Christopher Duncan www.PracticalUSA.com Author of The Career Programmer and Unite the Tribes Copywriting Services

            I Offline
            I Offline
            Ian Shlasko
            wrote on last edited by
            #10

            You and me both... Use my excuse... "I'm sorry. I'm not contractually obligated to think on [insert current day of week]" :)

            Proud to have finally moved to the A-Ark. Which one are you in? Author of Guardians of Xen (Sci-Fi/Fantasy novel)

            1 Reply Last reply
            0
            • C Christopher Duncan

              I've been using FileZilla for years and love it. However, on the development side of the street I tend to build web app solutions (in contrast with web site solutions). As best I understand, in VS 2008 web apps don't have the deployment options (configure it to point to your live site so you can just say "Deploy" and all files get uploaded), so I tend to do it using FileZilla. However, for projects with lots of subdirectories, that gets tedious in a hurry. I've tried the native Windows command line ftp in batch scripts, but it typically errors out before completion of all files. Speaking with the folks at my hosting company, my understanding is that the command line ftp has no built in retry capabilities, so if there's a hiccup on a file it just bails on you, hence the benefit of using more full featured clients like Fz. With that in mind, I'm looking for a client such as FileZilla that I can configure in batch mode, e.g. recursively upload my dll, as?x, css and master files for a given project. Anyone have suggestions on ftp tools that you've had a good experience with for this purpose?

              Christopher Duncan www.PracticalUSA.com Author of The Career Programmer and Unite the Tribes Copywriting Services

              S Offline
              S Offline
              Shog9 0
              wrote on last edited by
              #11

              I quite like FireFTP. Edit: Ah, I see you're looking for something you can script as part of builds, not just something to transfer a whole bunch of files manually. Sorry, should have read the question more carefully! :-O But then, my fallback FTP client is ftp.exe

              C 1 Reply Last reply
              0
              • S Shog9 0

                I quite like FireFTP. Edit: Ah, I see you're looking for something you can script as part of builds, not just something to transfer a whole bunch of files manually. Sorry, should have read the question more carefully! :-O But then, my fallback FTP client is ftp.exe

                C Offline
                C Offline
                Christopher Duncan
                wrote on last edited by
                #12

                I'm looking at the features, but don't see anything about batch mode or scripting. Does it support this?

                Christopher Duncan www.PracticalUSA.com Author of The Career Programmer and Unite the Tribes Copywriting Services

                S 1 Reply Last reply
                0
                • C Christopher Duncan

                  I'm looking at the features, but don't see anything about batch mode or scripting. Does it support this?

                  Christopher Duncan www.PracticalUSA.com Author of The Career Programmer and Unite the Tribes Copywriting Services

                  S Offline
                  S Offline
                  Shog9 0
                  wrote on last edited by
                  #13

                  Christopher Duncan wrote:

                  or scripting

                  Oh, that's what you meant by "batch"! :-O Heh, no - wrong tool.

                  C 1 Reply Last reply
                  0
                  • S Shog9 0

                    Christopher Duncan wrote:

                    or scripting

                    Oh, that's what you meant by "batch"! :-O Heh, no - wrong tool.

                    C Offline
                    C Offline
                    Christopher Duncan
                    wrote on last edited by
                    #14

                    Glad to see I'm not the only one having this problem today. :)

                    Christopher Duncan www.PracticalUSA.com Author of The Career Programmer and Unite the Tribes Copywriting Services

                    1 Reply Last reply
                    0
                    • C Christopher Duncan

                      I've been using FileZilla for years and love it. However, on the development side of the street I tend to build web app solutions (in contrast with web site solutions). As best I understand, in VS 2008 web apps don't have the deployment options (configure it to point to your live site so you can just say "Deploy" and all files get uploaded), so I tend to do it using FileZilla. However, for projects with lots of subdirectories, that gets tedious in a hurry. I've tried the native Windows command line ftp in batch scripts, but it typically errors out before completion of all files. Speaking with the folks at my hosting company, my understanding is that the command line ftp has no built in retry capabilities, so if there's a hiccup on a file it just bails on you, hence the benefit of using more full featured clients like Fz. With that in mind, I'm looking for a client such as FileZilla that I can configure in batch mode, e.g. recursively upload my dll, as?x, css and master files for a given project. Anyone have suggestions on ftp tools that you've had a good experience with for this purpose?

                      Christopher Duncan www.PracticalUSA.com Author of The Career Programmer and Unite the Tribes Copywriting Services

                      P Offline
                      P Offline
                      ptrckmc249
                      wrote on last edited by
                      #15

                      For flexible FTP batch/bulk uploading, take a view at this script. http://www.biterscripting.com/helppages/SS_FTPUpload.html

                      It uploads an entire directory (your project) to the server. You provide the server name, login, password, local path and remote path as arguments to the script. It creates subdirectories on the FTP server as necessary. That script is open source so you can modify or make better. The FTPUpload script downloads automatically as part of biterscripting installation.

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups