Request for Question Clarification by
mathtalk-ga
on
23 Jul 2003 18:36 PDT
Hi, codemasterjs-ga:
HTTP is pretty unwieldy in how it encodes many text characters, not to
mention how binary characters might need to be "wrapped".
Have you considered using a Secure FTP approach instead of coding your
own file transfer utility? For the purpose of transferring binary
files over the Internet, FTP would be a natural choice except for the
lack of security.
This lack is made up by new Secure FTP products, which may take
advantage of SSL too. A "primer" can read here:
[Secure FTP 101]
http://www.intranetjournal.com/articles/200208/se_08_14_02a.html
but the list of vendors shown there is already out of date.
If you still want to encode binary characters as text, then I can give
you pointers. On the other hand, you could (assuming you can write
the applications that communicate at both ends) use a TCP/IP port to
send binary data, e.g. for a single file, on a "custom port" over SSL,
if that really suits your needs.
regards, mathtalk-ga