> When I send a file via FTPClient I would like to send additional 
> details (Text) so that FTPServer knows what he has to do with 
> that file. How do I accomplish this ?

You design some protocol of your own to do this.  

One possible solution is to send a second file with an extra file
extension that contains the additional details, that your application
handles specially, ie: 

mydocument.pdf and mydocument.pdf_inf 

Angus

-- 
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