Hi all,

I have a vb.net window application to upload text file by using ftpwebrequest to a server.
my question is: should I add a server response to the client application to make sure the server actually got the file.
what I got now is only client side (to upload file to a folder in the server PC), but I havnt got a server side application to send response.
If yes, how to create the server side application

Can anyone have any idea, thank you.