|
-
December 16th, 2009, 09:36 AM
#1
Get files from other computers on wireless network
Hi, i am working on a new program and i need to know what i would need to learn in order to be able to make a program that can explore and take files from another computer on your wireless network. Also i need to know how hard it would be to make this. Like, easy, medium, hard, extreme, don't bother!
the reason for the difficulty is to know if i am in over my head or not.
Any help is greatly appreciated.
Last edited by Alexz003; December 17th, 2009 at 09:31 AM.
-
December 16th, 2009, 02:01 PM
#2
Re: Get files from other computers on wireless network
I'm fairly certain that Finder is open source, take a look at it's source. It's not C++, but Cocoa is very similar... at least from a design standpoint.
Obviously, you will not be able to access private files and folders, no matter what you do.
-
December 16th, 2009, 02:04 PM
#3
Re: Get files from other computers on wireless network
You don't have to make anything.
Just use your operating system.
Done.
-
December 17th, 2009, 09:30 AM
#4
Re: Get files from other computers on wireless network
 Originally Posted by ninja9578
I'm fairly certain that Finder is open source, take a look at it's source. It's not C++, but Cocoa is very similar... at least from a design standpoint.
Obviously, you will not be able to access private files and folders, no matter what you do.
I am talking about for other computers that allow me to access them. I want to, for example, get on a co-workers computer and get the file that i am looking for. I want it to be able to give me a list of the files on the computer. Finder if for the computer that it is on, not network computers.
Something like teamviewer i guess but i just want it to list directories and files in them.
 Originally Posted by rdrast
You don't have to make anything.
Just use your operating system.
Done.
Other computers, not my computer.
-
December 17th, 2009, 12:20 PM
#5
Re: Get files from other computers on wireless network
you want to get read access of all files of any computer attached to the same wireless network, but the files aren't publicly shared? Sounds too suspicious.
-
December 17th, 2009, 12:56 PM
#6
Re: Get files from other computers on wireless network
install your program on the victim's computer (client)
disable their firewall
you will act as the server
victim connects to you
easy as pie
you can code it using winsock
Last edited by sufood; December 17th, 2009 at 12:59 PM.
-
December 17th, 2009, 01:34 PM
#7
Re: Get files from other computers on wireless network
No, Finder will show you everything on your computer and any other computer on your network. Go here:
Finder > Preferences > Sidebar
Check Bonjour computers
Unless the connected computer is running windows, you can not access private files, period. If they're publicly shared you can view them, but private ones can not be viewed by anything other than the computer they're on and the user that they are associated with. Read up on how UNIX file permissions work.
Windows has something similar, just not as secure. You SHOULDN'T be able to see private files, but depending on the UAC settings, you might be able to.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|