Author |
Message
|
JohnLee |
Posted: Thu May 19, 2005 1:15 am Post subject: File transfer by MQ |
|
|
Newbie
Joined: 16 May 2005 Posts: 5 Location: Shanghai. China
|
How can i use MQ to transfer files, if the files may be very large?
Anyone can help me on the problem?
Thanks a lot! |
|
Back to top |
|
 |
Tibor |
Posted: Thu May 19, 2005 1:23 am Post subject: |
|
|
 Grand Master
Joined: 20 May 2001 Posts: 1033 Location: Hungary
|
When you split the files into smaller parts (e.g. 4MB ) you can send very large files. We tested our 'file transfer over mq' program with a CD image
Tibor |
|
Back to top |
|
 |
JohnLee |
Posted: Thu May 19, 2005 1:33 am Post subject: |
|
|
Newbie
Joined: 16 May 2005 Posts: 5 Location: Shanghai. China
|
Thank you Tibor!
But how can i receive the messages related the transferred files and create new files. |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu May 19, 2005 1:53 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
JohnLee wrote: |
Thank you Tibor!
But how can i receive the messages related the transferred files and create new files. |
With code. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
PGoodhart |
Posted: Thu May 19, 2005 3:07 am Post subject: |
|
|
Master
Joined: 17 Jun 2004 Posts: 278 Location: Harrisburg PA
|
|
Back to top |
|
 |
Tibor |
Posted: Thu May 19, 2005 6:25 am Post subject: |
|
|
 Grand Master
Joined: 20 May 2001 Posts: 1033 Location: Hungary
|
jefflowrey wrote: |
JohnLee wrote: |
Thank you Tibor!
But how can i receive the messages related the transferred files and create new files. |
With code. |
...or download IBM SupportPak (3rd party) Spazio XSP Base
Tibor |
|
Back to top |
|
 |
malammik |
Posted: Thu May 19, 2005 9:01 am Post subject: |
|
|
 Partisan
Joined: 27 Jan 2005 Posts: 397 Location: Philadelphia, PA
|
|
Back to top |
|
 |
jefflowrey |
Posted: Thu May 19, 2005 9:14 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
malammik wrote: |
MQ is not an FTP replacement. |
Sure it is.
But FTP is not a B2B file exchange protocol...  _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|