Hi,

I have been using the ftp client component for a couple of years now without a hitch. Until recently. The version is 7.09.

I have in the main thread a timer that runs a state machine to control logging in and sending of the files. But recently, the state machine stalls and times out. I have logged the debug from the component, and you can see two successful sends, and the last one fails.

In the failed send, the STOR is issued, but the 150 Opening ASCII ... does not happen. This is as a result of calling PutAsync on the component.

Now before I dust off wireshark, does anybody know what could cause the 150 after the STOR command?

<debug>
Sending to server: 17012012_1315390_leeEcersley.csv
> PASV
< 227 Entering Passive Mode (65,212,180,79,135,10)
! Upload Size 91
> STOR 17012012_1315390_leeEcersley.csv
< 150 Opening ASCII mode data connection for 17012012_1315390_leeEcersley.csv
< 226 Transfer complete
! 91bytes received/sent in 360 milliseconds
Request 18 Done.
StatusCode = 226
LastResponse was : '226 Transfer complete'
Sending to server: 17012012_1317030_leeEcersley.csv
> PASV
< 227 Entering Passive Mode (65,212,180,79,156,230)
! Upload Size 91
> STOR 17012012_1317030_leeEcersley.csv
< 150 Opening ASCII mode data connection for 17012012_1317030_leeEcersley.csv
< 226 Transfer complete
! 91bytes received/sent in 360 milliseconds
Request 18 Done.
StatusCode = 226
LastResponse was : '226 Transfer complete'
Sending to server: 17012012_1319010_leeEcersley.csv
> PASV
< 227 Entering Passive Mode (65,212,180,79,238,1)
! Upload Size 91
> STOR 17012012_1319010_leeEcersley.csv
</debug>

Thanks,

Andy
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to