Author |
Message
|
team |
Posted: Mon Jun 25, 2007 2:23 am Post subject: FTP |
|
|
Centurion
Joined: 03 Nov 2006 Posts: 108
|
Hi,
I am aware of the FTP note that takes as input a message from a server.
Is there a way to write messages using FTP node - some kind of FTP-output node.
What would be the best way to do this, if there is not one that already exists? Would it be a question of writing your own FTP code.
Thanks |
|
Back to top |
|
 |
elvis_gn |
Posted: Mon Jun 25, 2007 2:34 am Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
|
Back to top |
|
 |
team |
Posted: Mon Jun 25, 2007 2:41 am Post subject: |
|
|
Centurion
Joined: 03 Nov 2006 Posts: 108
|
Hi..thanks for this reply..
But i believe the fileExtender Output node..will be able to write only to the local system....would it be able to FTP to a server?
Thanks,
team |
|
Back to top |
|
 |
elvis_gn |
Posted: Mon Jun 25, 2007 2:51 am Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi team,
team wrote: |
But i believe the fileExtender Output node..will be able to write only to the local system....would it be able to FTP to a server? |
Yeah, yo'ur right....works only on local file system...Perhaps you should use a custom built node or the FTP Adapter.
Regards. |
|
Back to top |
|
 |
team |
Posted: Mon Jun 25, 2007 7:46 am Post subject: |
|
|
Centurion
Joined: 03 Nov 2006 Posts: 108
|
Would anyone have any ideas about NDM & WBIMB Capability |
|
Back to top |
|
 |
team |
Posted: Mon Jun 25, 2007 8:04 am Post subject: |
|
|
Centurion
Joined: 03 Nov 2006 Posts: 108
|
Also...i understand the the File Extended needs to be purchased, is there anything that is freely available  |
|
Back to top |
|
 |
smdavies99 |
Posted: Mon Jun 25, 2007 10:50 am Post subject: The FileOutput Node can write to |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
a SAN or other remotely mounted filesystem (via SMB on Windows, NFS or SMB on Linux)
IF you want to do a FTP of the data then you will have to use a custome node of your own creation unless there is something out there that will do it.
Bear in mind that FTP can be horribly slow and Broker is really meant for performance critical applications.(Compare the price of Broker against WAS, but I'm being general in my statement here)
There are other options to consider.
1) Use MQ to the remote system and pull the data off the queue with a triggered application.
2) You might be better off using WAS & Java if your data rates are slow enough.
And Yes, File Extender has to be purchased.
I have used in it a high performance application where we put up to 200,000 messages per hour each of 150Kb each out to a SAN mounted filesystem from a Twin CPU 3.6Ghz Xeon running Windows Server 2003.
as an aside, FileExtender works fine but it really does not handle non existant directories/file paths very elegantly at all.
/S _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
|