• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Uploading files to http server
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Uploading files to http server


  • Subject: Re: Uploading files to http server
  • From: Mark Thomas <email@hidden>
  • Date: Mon, 10 Jul 2006 16:57:59 +0100
  • Organization: Coderus Ltd

Hi,
  Just wanted to say thanks to all for the useful pointers in getting the
http server uploading working.

Thanks
Mark.

> "-s <num>" sets the size of the packet capture; "-s 0" captures the
> entire packet. - REW
>
>
> On Jun 29, 2006, at 11:48 AM, Mark Thomas wrote:
>
>> Thanks, I did start having a look using :-)
>>
>> sudo tcpdump -XXX -i en0 tcp
>>
>> But I presently cannot see how you can increase the capture size as
>> max'ing
>> out at 96 bytes - any thoughts how to increase this ?, as I would
>> like to
>> see the whole packet, doing man tcpdump doesn't give any clues.
>>
>> I tried your
>>
>> Mark-Thomas-Computer:~ coderus$ sudo tcpdump -Atq -s 0 192.168.1.2
>> tcpdump: parse error
>>
>> Mark.
>>
>>> Hi Mark - the best thing to do is peek for yourself at what's
>>> happening in the particular connection you're using. The contents of
>>> a POST can vary depending on header flags set by the client, and on
>>> what the particular recipient expects to see.  For instance sometimes
>>> the contents are a single file and sometimes it is multi-part.
>>>
>>> Use tcpdump which comes standard with your Mac. Assuming your host (a
>>> router if I recall from your earlier post) is at 192.168.1.1:
>>>
>>> sudo tcpdump -Atq -s 0 192.168.1.1
>>>
>>> Will probably get you a nice peek at all the traffic coming to and
>>> fro.  "Exercise" your post to see exactly what it looks like under
>>> the hood.
>>>
>>> Daniel
>>>
>>>
>>> On Jun 29, 2006, at 12:47 PM, Mark Thomas wrote:

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: Weird error using gethostbyname
  • Next by Date: MoreAuthSample, FileVault and You - setuid/helper tool
  • Previous by thread: Re: Weird error using gethostbyname
  • Next by thread: MoreAuthSample, FileVault and You - setuid/helper tool
  • Index(es):
    • Date
    • Thread