|
Home > Archive > BizTalk Server Applications Integration > May 2006 > FTP adapter
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Hi,
I have 10 messages in the messagebox, and a send port that listens to all of
them. The send port is using ftp transport type. How ca I be 100% sure that
the sendport is handling one message at a time, serial?
The ftpserver will be "killed" if if transmit more than one message at a time.
Regards,
/Daniel
| |
|
| Hi again,
In addition I also need to know how to achieve the following commands from
the ftp adapter: (following is successfully run at the command prompt)
ftp 125.32.055.2
User: MYUSER
Password: MYPASSWORD
put liv;REC=-1070,,f,ascii
quote site stream HEPP
quit
/Daniel
"DW" wrote:
> Hi,
>
> I have 10 messages in the messagebox, and a send port that listens to all of
> them. The send port is using ftp transport type. How ca I be 100% sure that
> the sendport is handling one message at a time, serial?
> The ftpserver will be "killed" if if transmit more than one message at a time.
>
> Regards,
> /Daniel
| |
| WenJun Zhang[msft] 2006-05-24, 7:15 am |
| Hi Daniel,
I'm currently researching this issue. Thanks.
Best regards,
WenJun Zhang
Microsoft Online Partner Support
This posting is provided "AS IS" with no warranties, and confers no rights.
| |
| Jeff Lynch 2006-05-29, 5:21 pm |
| I believe you can set the "Connection Limit" on the FTP Send Port to "1"
which should prevent multiple simultaneous connections from occuring.
--
Jeff Lynch
Ramblings from a [Microsoft] Connected Universe!
http://codebetter.com/blogs/jeff.lynch
"DW" <danielwilendaniel@online.nospam> wrote in message
news:7FF34BB7-23EB-4E30-B323-FC00DB0C51D3@microsoft.com...
> Hi,
>
> I have 10 messages in the messagebox, and a send port that listens to all
> of
> them. The send port is using ftp transport type. How ca I be 100% sure
> that
> the sendport is handling one message at a time, serial?
> The ftpserver will be "killed" if if transmit more than one message at a
> time.
>
> Regards,
> /Daniel
|
|
|
|
|