On 13/09/2007, at 1:10 PM, Peter N Lewis wrote:
TCP packet from yyy.yyy.yyy.yyy:ftp(21) to xxx.xxx.xxx.xxx:49200
(51 bytes)
ACK PUSH
227 Entering Passive Mode (150,101,136,129,92,90)
It looks more or less OK to there, looks like BBEdit is never
making the connection attempt to the server on port 92*256+90
(whatever numbers appear at the end of the passive response line).
It is possible that is being blocked by your local firewall (try
disabling your local Mac firewall).
Double check that 150.101.136.129 matches yyy.yyy.yyy.yyy.
That's a good one!
The yyy.yyy.yyy.yyy doesn't quite match 150,101,136,129 the last
number is different.
No wonder that IP slipped through my cleaning up.
While waiting at that point, in the Terminal, try:
telnet 150.101.136.129 23642
(where the first four match yhe passive response, and the port
number is 92*256+90 (matches the last two numbers of the passive
response)).
Does that connect?
That one is refused outright.
The other one (telnet yyy.yyy.yyy.yyy 23642) times out.
--> more emails sent to them too.
--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to: <[EMAIL PROTECTED]>