how to configure the ftp send port?

Home Page Forums BizTalk 2004 – BizTalk 2010 how to configure the ftp send port?

Viewing 1 reply thread
  • Author
    Posts
    • #18136

      Hi,

      I am trying to test the ftp adapter and so have installed on my pc filezilla FTP server and added a user etc. My settings on the send port is:

      Allocate Storage: NO
      Password: xxxxx
      Port: 21
      Representation: ASCll
      Server: 127.0.0.1
      Target File Name: %MessageID%.csv
      User Name: dussmann

      The other settings are left empty.  when I try it out I get the following output on my FTP Server:

      (000010) 04/10/2007 13:46:31 – (not logged in) (127.0.0.1)> Connected, sending welcome message…
      (000010) 04/10/2007 13:46:31 – (not logged in) (127.0.0.1)> 220-FileZilla Server version 0.9.23 beta
      (000010) 04/10/2007 13:46:31 – (not logged in) (127.0.0.1)> 220-written by Tim Kosse ([email protected])
      (000010) 04/10/2007 13:46:31 – (not logged in) (127.0.0.1)> 220 Please visit http://sourceforge.net/projects/filezilla/
      (000010) 04/10/2007 13:46:32 – (not logged in) (127.0.0.1)> USER dussmann
      (000010) 04/10/2007 13:46:32 – (not logged in) (127.0.0.1)> 331 Password required for dussmann
      (000010) 04/10/2007 13:46:32 – (not logged in) (127.0.0.1)> PASS ********
      (000010) 04/10/2007 13:46:32 – dussmann (127.0.0.1)> 230 Logged on
      (000010) 04/10/2007 13:46:32 – dussmann (127.0.0.1)> PWD
      (000010) 04/10/2007 13:46:32 – dussmann (127.0.0.1)> 257 "/" is current directory.
      (000010) 04/10/2007 13:46:32 – dussmann (127.0.0.1)> TYPE A
      (000010) 04/10/2007 13:46:32 – dussmann (127.0.0.1)> 200 Type set to A
      (000010) 04/10/2007 13:46:32 – dussmann (127.0.0.1)> PASV
      (000010) 04/10/2007 13:46:32 – dussmann (127.0.0.1)> 227 Entering Passive Mode (127,0,0,1,17,23)
      (000010) 04/10/2007 13:46:32 – dussmann (127.0.0.1)> STOR {A489AC5C-975E-421D-A332-F2179FE6E06D}.csv
      (000010) 04/10/2007 13:46:32 – dussmann (127.0.0.1)> 150 Connection accepted
      (000010) 04/10/2007 13:46:32 – dussmann (127.0.0.1)> 226 Transfer OK
      (000010) 04/10/2007 13:48:33 – dussmann (127.0.0.1)> 421 Connection timed out.
      (000010) 04/10/2007 13:48:33 – dussmann (127.0.0.1)> disconnected.

      But there is no file saved in the folder?Is there something else I should be setting?

    • #18143

       Something that looks interesting is this statement:

      (00010) 04/10/2007 13:48:33 – dussmann (127.0.0.1)> 421 Connection timed out.

      I believe that error 421 is a Server initiated closing of the connection.  Have you tried to ftp a file to this server outside of BizTalk.  Perhaps try to ftp a file via the command prompt.  This may not be a BizTalk issue?

       Also, I noticed in your configuration that you are not specifying a "Folder" for the file to get moved to.  In this event it will probably end up in the root directory or the home directory for the account that you are using to connect.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.