Dave Coventry wrote:

> I wonder why the Wireshark dump didn't show the file?

Wireshark can only 'see' data passing the NIC. I think
a file transfer was just not started yet. 

> I'm using 'Put' (or 'PutAsync', I'm not sure I understand the
> difference)

Method Put is blocking, it returns when the method has finished 
(successfully or faulty). PutAsync returns immediately regardless
whether the method has finished or not, later when the asynchrone
method has finished OnRequestDone will trigger with the result
code. 

--
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html





> 
> On Thu, Mar 13, 2008 at 9:21 AM, Arno Garrels <[EMAIL PROTECTED]>
> wrote: 
>> Hello Dave,
>> 
>> 
>>  > If I want to transfer the "C:\Documents and Settings\dave\My
>>  > Dociments\Files to upload\logo.jpg", I place that string in the
>>  > FTPClient1.FileName parameter and then call FTPClient1.PutAsync?
>> 
>>  That property is named LocalFileName. On uploads LocalFileName
>>  represents the local source filename, on downloads it's the local
>>  destination filename (if you don't use a stream).
>> 
>>  --
>>  Arno Garrels [TeamICS]
>>  http://www.overbyte.be/eng/overbyte/teamics.html
>> 
>> 
>> 
>>  --
>>  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 
-- 
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