01-16-06 12:49 PM
Hi,
I'm trying to get files from unix with ftp-adapter, but it doesn't work.
It seems that the ftp-adapter doesn't find the files from folder, even they
are there.
I have tied to restart Biztalk Host but it did not help.
The logs shows that in unix environment the LIST command dont find anything.
Can anyone help me with this problem?
Here is the adapter log :
< 220 zebrano FTP server (Version 1.1.214.4(PHNE_23950) Tue May 22 05:49:01
GMT 2001) ready.
> USER xxxxxxx
< 331 Password required for xxxxxx.
> PASS xxxx
< 230 User xxxxxx logged in. Access restrictions apply.
> PWD
< 257 "/" is current directory.
> SYST
< 215 UNIX Type: L8
> PWD
< 257 "/" is current directory.
> CWD testi/proulos
< 250 CWD command successful.
> PWD
< 257 "/testi/proulos" is current directory.
> TYPE A
< 200 Type set to A.
> PORT ###,###,###,###,15,212
< 200 PORT command successful.
> LIST *.xml
< 150 Opening ASCII mode data connection for /usr/bin/ls.
< 226 Transfer complete.
> QUIT
< 221 Goodbye.
Here is another log from Windows environment that works :
< 220 Microsoft FTP Service
> USER xxxxxxx
< 331 Password required for xxxxxxx.
> PASS xxxx
< 230 User xxxxxx logged in.
> PWD
< 257 "/" is current directory.
> SYST
< 215 Windows_NT
> PWD
< 257 "/" is current directory.
> TYPE A
< 200 Type set to A.
> PORT ###,###,###,###,16,235
< 200 PORT command successful.
> LIST *.xml
< 150 Opening ASCII mode data connection for /bin/ls.
< 09-21-05 12:47PM 139122 Ftp_InterfaceService_2.xml
< 226 Transfer complete.
> TYPE A
< 200 Type set to A.
> PORT ###,###,###,###,16,239
< 200 PORT command successful.
> RETR Ftp_InterfaceService_2.xml
< 150 Opening ASCII mode data connection for
Ftp_InterfaceService_2.xml(139122 bytes).
< 226 Transfer complete.
> DELE Ftp_InterfaceService_2.xml
< 250 DELE command successful.
> QUIT
< 221
Best regards
Jari
[ Post a follow-up to this message ]
|