This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RTX+HTTP+FTP+Telnet+SNMP. problem with uploading via FTP

Good day.

board: MCB1700

I've tried all services from SUBJ separatelly. All of them works fine including FTP uploading to the SD-based file system. Then I've joined all of them into the single project.
Now FTP's work has some limits: I can download files from SD, I can remove files from SD. But, if I'm trying to upload any files to SD via FTP then crated file has length 0 bytes. Probably some settings missed or meshed.

Thank you in advance for any advice.

Parents
  • Net_debug showed:

    TCP: *** Processing TCP frame ***
    TCP:  Src. Port: 4700
    TCP:  Dest.Port: 1033
    TCP:  Seq. Num.: 412607758
    TCP:  Ack. Num.: 305135616
    TCP:  Flags    : PSH,ACK
    TCP:  Win. Size: 65535
    TCP:  Checksum : 9577
    TCP:  Frame len: 25 bytes
    TCP:  Mapped to Active Socket 6
    TCP:  Socket 6, State CONNECT...
    
    11111
    
    TCP: Socket 6, Sending Control
    TCP:  Src. Port: 1033
    TCP:  Dest.Port: 4700
    TCP:  Seq. Num.: 305135616
    TCP:  Ack. Num.: 412607763
    TCP:  Flags    : ACK
    TCP:  Win. Size: 4380
    TCP:  Checksum : 17C6
    TCP:  Frame len: 20 bytes
    

    where 11111 is a content of file which uploaded to FTP.
    In FTP_demo project content of file do not showed during uploading with Net_debug option.

Reply
  • Net_debug showed:

    TCP: *** Processing TCP frame ***
    TCP:  Src. Port: 4700
    TCP:  Dest.Port: 1033
    TCP:  Seq. Num.: 412607758
    TCP:  Ack. Num.: 305135616
    TCP:  Flags    : PSH,ACK
    TCP:  Win. Size: 65535
    TCP:  Checksum : 9577
    TCP:  Frame len: 25 bytes
    TCP:  Mapped to Active Socket 6
    TCP:  Socket 6, State CONNECT...
    
    11111
    
    TCP: Socket 6, Sending Control
    TCP:  Src. Port: 1033
    TCP:  Dest.Port: 4700
    TCP:  Seq. Num.: 305135616
    TCP:  Ack. Num.: 412607763
    TCP:  Flags    : ACK
    TCP:  Win. Size: 4380
    TCP:  Checksum : 17C6
    TCP:  Frame len: 20 bytes
    

    where 11111 is a content of file which uploaded to FTP.
    In FTP_demo project content of file do not showed during uploading with Net_debug option.

Children
No data