Author |
Message
|
niranchana |
Posted: Thu Oct 29, 2009 9:53 pm Post subject: FTP details in FileOutputnode |
|
|
Newbie
Joined: 28 Oct 2009 Posts: 2
|
Hi,
Are the FTP server details configurable in FileOutput node?
I have a requirement where a particular file needs to be placed in 10 different directory locations in a FTP server.
Is it possible to set this value in LocalEnvironment tree ? (Eg: the way we set dynamically to place it in local machine using ESQL)
I understand that it is possible using JavaCompute node. But, want to know whether it is achievable using the available File node.
Appreciate your help!! |
|
Back to top |
|
 |
Gaya3 |
Posted: Thu Oct 29, 2009 11:13 pm Post subject: Re: FTP details in FileOutputnode |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
niranchana wrote: |
Are the FTP server details configurable in FileOutput node?
|
Yes you can configure
niranchana wrote: |
I have a requirement where a particular file needs to be placed in 10 different directory locations in a FTP server.
Is it possible to set this value in LocalEnvironment tree ? (Eg: the way we set dynamically to place it in local machine using ESQL)
|
So use Local Environment properties or JCN to do the same
niranchana wrote: |
I understand that it is possible using JavaCompute node. But, want to know whether it is achievable using the available File node.
|
You can think of using JCN also to do the same. its up to your requirements and easiness which one to use, _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
niranchana |
Posted: Thu Oct 29, 2009 11:19 pm Post subject: |
|
|
Newbie
Joined: 28 Oct 2009 Posts: 2
|
Thanks for the reply.
But, i didnt find a way to set the FTP server details using LocalEnvironment. It is available only for configuring the directory & file name for placing the file in the local machine.
Can you send the exact location of setting this in Localenvironment tree(if you have used it )
Thanks again!! |
|
Back to top |
|
 |
smdavies99 |
Posted: Fri Oct 30, 2009 2:06 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
If I recall there was a post here that covers pretty well what you want. It was in the past month or so. You shouldn't have much difficulty finding it.
From my hazy memory, I think that some bits of the destination can't be set dynamically. By this I mean one or more of :- IP Address, user name, password, directory. The aforementioned post should clarify that.
If this is not possible then you may have to have a tree of nodes to do what you want. _________________ 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 |
|
 |
smdavies99 |
Posted: Fri Oct 30, 2009 3:03 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
This post may help
http://www.mqseries.net/phpBB2/viewtopic.php?t=48083
Ok, it is directed at AIX to Z/OS buy the setting of properties is mentions quite a lot. _________________ 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 |
|
 |
|