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
