how can I concatenate file chunks FTP'd up to my ASP.NET account's folder?

Discussion in 'Third-party applications' started by mrblint, Jul 22, 2015.

  1. I was having no luck uploading a large file, so I split it into multiple pieces and FTP'd it up to the server. Now, I'd like to concatenate these chunks back into the single file. Is there a way to do that? I have a batch file that could do it with COPY /B f1 + f2 + f3 .... but how can I run the script?
     
  2. FrankC

    FrankC DiscountASP.NET Staff

    may be you can put it in a zip file and we can extract it for you.
     

Share This Page