Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LWFTP] tcp_connect: can only connect from state CLOSED #2

Open
tranthudo opened this issue Nov 12, 2018 · 0 comments
Open

[LWFTP] tcp_connect: can only connect from state CLOSED #2

tranthudo opened this issue Nov 12, 2018 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@tranthudo
Copy link
Owner

memp_malloc: memp properly aligned
DHCP state : SELECTING
fsl_netif0 is up
DHCP state : BOUND

IPv4 Address : 10.2.82.132
IPv4 Subnet mask : 255.255.255.0
IPv4 Gateway : 10.2.82.1

Example Thread is running
Connected
reply_msg (len = 34): 220 Welcome to blah FTP service.

Enter Loggin INformation: USER ftpuser1

reply_msg (len = 34): 331 Please specify the password.

fsl_netif0 is up
Enter Password: zxcvbnm@12
reply_msg (len = 23): 230 Login successful.

=====Network_LWFTP_SendFile: /home/ftpuser1/test/thinh/0/0, testfile_0.bin=======
==========Network_LWFTP_CWD: /home/ftpuser1/test/thinh/0/0
=========Change to directory CWD /home/ftpuser1/test/thinh/0/0

reply_msg (len = 33): 550 Failed to change directory.

===================Network_LWFTP_MKD: /home/ftpuser1/test/thinh/0/0==================
Send mkdir cmd: MKD /home/ftpuser1/test/thinh/0/0

reply_msg (len = 40): 550 Create directory operation failed.

fsl_netif0 is up
==========Network_LWFTP_CWD: /home/ftpuser1/test/thinh/0/0
=========Change to directory CWD /home/ftpuser1/test/thinh/0/0

reply_msg (len = 33): 550 Failed to change directory.
iled.

==========Network_LWFTP_CWD: /home/ftpuser1/test/thinh/0/0
=========Change to directory CWD /home/ftpuser1/test/thinh/0/0

reply_msg (len = 33): 550 Failed to change directory.
iled.

fsl_netif0 is up
Connected
reply_msg (len = 34): 220 Welcome to blah FTP service.
led.

Enter Loggin INformation: USER ftpuser1

reply_msg (len = 34): 331 Please specify the password.

fsl_netif0 is up
Enter Password: zxcvbnm@12
reply_msg (len = 23): 230 Login successful.

==========Network_LWFTP_CWD: /home/ftpuser1/test/thinh/0/0
=========Change to directory CWD /home/ftpuser1/test/thinh/0/0

reply_msg (len = 33): 550 Failed to change directory.

===================Network_LWFTP_MKD: /home/ftpuser1/test/thinh/0/0==================
Send mkdir cmd: MKD /home/ftpuser1/test/thinh/0/0

reply_msg (len = 40): 550 Create directory operation failed.

fsl_netif0 is up
==========Network_LWFTP_CWD: /home/ftpuser1/test/thinh/0/0
=========Change to directory CWD /home/ftpuser1/test/thinh/0/0

reply_msg (len = 33): 550 Failed to change directory.
iled.

==========Network_LWFTP_CWD: /home/ftpuser1/test/thinh/0/0
=========Change to directory CWD /home/ftpuser1/test/thinh/0/0

reply_msg (len = 33): 550 Failed to change directory.
iled.

fsl_netif0 is up
tcp_connect: can only connect from state CLOSED

@tranthudo tranthudo self-assigned this Nov 12, 2018
@tranthudo tranthudo added the bug Something isn't working label Nov 12, 2018
@tranthudo tranthudo changed the title tcp_connect: can only connect from state CLOSED [LWFTP] tcp_connect: can only connect from state CLOSED Nov 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant