Important alert: (current site time 5/18/2013 6:53:21 AM EDT)
 

winzip icon

File-Converter-For-HTTP

Email
Submitted on: 8/24/2012 1:39:19 PM
By: Kevin Ritch  
Level: Advanced
User Rating: By 1 Users
Compatibility: VB 6.0
Views: 1311
author picture
(About the author)
 
     MDB FILE TRANSFERS AN ISSUE? NO LONGER :) Some files cannot be transferred by HTTP. For example MDB Files and so-forth. This App lets you convert any file into expanded 7-Bit text (twice as big) OR Convert a (Retrieved via HTTP) 7-Bit file, back into an 8-Bit file - - RENAMING IT from .TXT to it's Original Binary Format, File Name. Either SHELL it or use SendTo to use it. Enjoy Cheers, Kevin Ritch

 
winzip iconDownload code

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzip to decompress it.Virus note:All files are scanned once-a-day by Planet Source Code for viruses, but new viruses come out every day, so no prevention program can catch 100% of them. For your own safety, please:
  1. Re-scan downloaded files using your personal virus checker before using it.
  2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
  3. Scan the source code with Minnow's Project Scanner

If you don't have a virus scanner, you can get one at many places on the net including:McAfee.com

 
Terms of Agreement:   
By using this code, you agree to the following terms...   
  1. You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.
  2. You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
  3. You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
  4. You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.


Other 31 submission(s) by this author

 


Report Bad Submission
Use this form to tell us if this entry should be deleted (i.e contains no code, is a virus, etc.).
This submission should be removed because:

Your Vote

What do you think of this code (in the Advanced category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor (See voting log ...)
 

Other User Comments
8/24/2012 2:43:51 PMKevin Ritch

The purpose for this code is so that you can shove MDB's etc up to your NT/IIS Website and with a SIMPLE 5 minute app, provided to end users, transparently DOWNLOAD the data to their machines. I use it for updating systems with the latest files. It also creates target directories too) NO OCX's are required whatsoever. No WinSocks nor any other bed-linen-... No nothin :) Download using guaranteed pre-existing Windows Components.even under Windows 7 !!!
(If this comment was disrespectful, please report it.)

 
8/24/2012 4:11:01 PMBonnie West

Hi!

Wouldn't zipping MDB files, etc. make HTTP transfers easier?
(If this comment was disrespectful, please report it.)

 
8/27/2012 4:23:16 PMKevin Ritch

Hi Bonnie,

Perhaps... if you made a self-extracting Zip.

Otherwise you would need to also install an OCX or DLL to do the Unzipping.

My solution requires extra components.

:-)

Cheers,
Kevin
(If this comment was disrespectful, please report it.)

 
8/27/2012 7:01:45 PMKevin Ritch

Sorry, I forgot to mention that my Client Apps which execute without any 3rd Party OCX's or DLL's etc., can be instructed to automatically update various files off the website. Getting the files up to the server is done via Dropbox on my Development Machine to a CloudTop PC (Virtual PC at GoDaddy) which runs an App. That App collects files from dropbox - shoves them over for HTTP Collection and indexes them on the IIS Server.

Zipping the stuff up was a thought... but it's so much EASIER for me the way that I do it.

The Hexing stuff is all done automatically within a function in my publishing software and in the Client's upload apps.

It all just RUNS. Under any version of Windows.

My Apps are Thick Clients which work with ASP Pages on the corporate website.

Cheers,
Kevin
(If this comment was disrespectful, please report it.)

 

Add Your Feedback
Your feedback will be posted below and an email sent to the author. Please remember that the author was kind enough to share this with you, so any criticisms must be stated politely, or they will be deleted. (For feedback not related to this particular code, please click here instead.)
 

To post feedback, first please login.