|
 |
pro_vb thread: RE: Transferring a File...
Message #1 by "Powell, Luke (CAP, MMF, ITSS)" <Luke.Powell@g...> on Fri, 5 Apr 2002 15:15:55 -0500
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_0146_01C1DA4F.BBF260E0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I am looking for a way to transfer a file from component A on computer Z
to component B on computer Y. Here are the possibilities I have come up
with. Do you have a better suggestion.
1) Create a disconnected Recordset with one record consisting of one
field (blob or image) that contains the file.
Problem here is that I have never used the blob/image datatype, and
don't know how to copy a file into it.
2) FTP
Problem here is that I don't want access to the file other than to
these two computers and these two components.
3) Server Folder Share
Same problem as FTP.
Any suggestions?
I would like to be able to create an exact copy, including all mime
types, extentions, and anything else windows needs to open it properly.
If you think the Recordset is the way to go, then how about a quick
example of copying a file to a blob or image field in a recordset.
Thanks for any help that could be provided,
John Lick
Sr. Software Engineer
JohnRLick@H...
|
|
 |