Hi All
I have a basic FTP question. It looks like I had been stuck somewhere. I had done this in the past but dont realize now where I am going wrong.
- I had created an ftp port 8021, changed access mode to allow by default.
- Disabled the firewall just to make sure that its not messing things up.
- Created a new user ‘Alice’ with password ‘alice’ and made her part of Administrator group
- Started a command prompt and started ftp and gave ‘open localhost 8021’
The server responds
Connected to earth.
220 earth:8021 FTP server (webMethods B2B version 4.6) ready.
User (earth:(none)): Alice
Connection closed by remote host.
I can see an entry in the session log with an age of 43904 msecs for this session. But I get ‘Connection closed’ in the prompt also note that I did not get an option to supply the password.
I had tried command prompt ftp since the FTP functionality not work from the developer as well. Even though I did not get a chance to provide the password from the prompt I had set it in developer. When I try to take a local file and ftp it into another directory the exception is thrown as
com.wm.net.ftpCException: [B2BCORE.0064.9005]
The server log now set at log level 10 says
018D20 [B2BCORE.0064.0020] host: earth port: 8,021 User ID: Alice
018D21 [B2BCORE.0064.0021] Successfully connected to host: earth port: 8,021
018D22 [B2BSERV.0063.0001] Create 64646464f70d0dfa00000240
018D23 [B2BCORE.0064.0024] ← 220 earth:8021 FTP server (webMethods B2B version 4.6) ready.
018D24 [B2BCORE.0064.0026] → USER Alice
018D25 [B2BCORE.0049.0004] Branch : index=1 depth=1
018D26 [B2BCORE.0049.0019] Branch null: no expressions evaluated true, but default child found
018D27 [B2BCORE.0049.0005] Invoke $default: index=1 depth=2
018D28 [B2BSERV.0048.9999] [B2BCORE.0064.9005]
018D29 [B2BSERV.0056.0003] Unable to send mail. Illegal address
018D2A [B2BCORE.0049.0004] Branch : index=1 depth=1
018D2B [B2BCORE.0049.0019] Branch null: no expressions evaluated true, but default child found
018D2C [B2BCORE.0049.0005] Invoke $default: index=1 depth=2
018D2D [B2BSERV.0048.9999] [B2BCORE.0064.9005]
I had tried this with both 4.6 and 6.5 IS and both behaves the same. That makes me feel like I am making some stupid mistake. Would any one of you shed some light into this pls.
Thanks and regards
Thahir
#webmethods-Protocol-and-Transport#Integration-Server-and-ESB#webMethods