Windows Networking reference
-
Hi, I am looking for books that will help me learn about windows networking API's. Say I want to know the ways by which I can transfer a file from one computer to another under windows 2k. Obviously FTP is the answer, but are there any other ways ? I am looking forward to your suggestions. ~ Vimal
-
Hi, I am looking for books that will help me learn about windows networking API's. Say I want to know the ways by which I can transfer a file from one computer to another under windows 2k. Obviously FTP is the answer, but are there any other ways ? I am looking forward to your suggestions. ~ Vimal
if you are just copying a file and its a local network then you can use regular file copy commands and just pass the network name of the computer and path.. like '\\mycomp\uploads\'.. it really depends on the use as to what methods you would want to use.. obviously you wouldn't want to use ftp unless you are going to have machines running ftp servers as well.. still a newb.. cut me some slack :P -dz
-
Hi, I am looking for books that will help me learn about windows networking API's. Say I want to know the ways by which I can transfer a file from one computer to another under windows 2k. Obviously FTP is the answer, but are there any other ways ? I am looking forward to your suggestions. ~ Vimal
If you've got some $$ to spare, check this book out: http://search.barnesandnoble.com/booksearch/isbnInquiry.asp?userid=185PAJ3VB3&isbn=0735615799&itm=3[^] I recently bought it, and it's a great way to learn how windows sockets work. Hope this helps! -Mike Zinni "No shit it's tough. If it wasn't, everybody and their sister would be an engineer and then you wouldn't have a job."
-
If you've got some $$ to spare, check this book out: http://search.barnesandnoble.com/booksearch/isbnInquiry.asp?userid=185PAJ3VB3&isbn=0735615799&itm=3[^] I recently bought it, and it's a great way to learn how windows sockets work. Hope this helps! -Mike Zinni "No shit it's tough. If it wasn't, everybody and their sister would be an engineer and then you wouldn't have a job."
But why buy expensive books when u learn learn learn from the internet! :-D It's how i got all my knowledge (not that its that much lol) and the books i did buy (3 now, and only 1 is about C/C++) didn't help me much at all! Oh wait.. there's a simple answer to my first question. Don't say it! To pay the authors salary because we might end up writing a book of our own one day and we would want people to buy it and not just look it all up on the internet. ;P Kuniva --------------------------------------------
-
Hi, I am looking for books that will help me learn about windows networking API's. Say I want to know the ways by which I can transfer a file from one computer to another under windows 2k. Obviously FTP is the answer, but are there any other ways ? I am looking forward to your suggestions. ~ Vimal