home hardware prices news articles forums photos user reviews
Go Back   Tech Support Forums - TechIMO.com > PC Hardware and Tech > Networking and Internet
Join TechIMO for Free!
Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read
Reply Get bargains at  »  Dealighted.com
 
Thread Tools
Currently Active Users: 2226
Discussions: 186,591, Posts: 2,226,864, Members: 230,214
Free Scan: Update Your PC's Outdated Drivers to Optimize Performance
Old July 22nd, 2006, 10:01 AM   Digg it!   #1 (permalink)
Ultimate Member
 
_Switch_'s Avatar
 
Join Date: Apr 2005
Location: QC
Posts: 1,186
Access my files on this computer, from a different computer, no extra software?

Hey guys,

So here's the deal. I'm going away to a french camp for a month and they have computer there that we're allowed to use on our time off.

Now my question is, that is there a way for me to be able to access my documents folder and things like that on the computers there? I don't want to have to pay for any extra software, but if I need to install a free program thats fine.....

I was thinking that there's this program hamachi, that lets you make little mini private networks over the internet. Like you give the network name and password....and people can join it.....you can also look at eachothers shared files if you enable that...so im thinking maybe that'll work.

Or if there's an easier way please say

_Switch_ is offline   Reply With Quote
TechIMO.com Ads - Login or register for less ads.
How many errors does your computer have?

You no longer need to guess! This free stability scan and registry cleaner download will give you a complete diagnosis of your Windows registry, identifying errors and conflicts.

FREE instant scan


Guest, Register Free! to remove this ad and get your tech support questions answered in minutes!
Old July 22nd, 2006, 10:43 AM     #2 (permalink)
Let's go, Hokies!
 
osprey4's Avatar
 
Join Date: Oct 2001
Location: South Jersey
Posts: 7,570
If you have a U3-capable flash drive, you can use something like this: http://software.u3.com/Product_Detai...45&Selection=8

I got a 1-GB Verbatim flash drive recently for about $20 that can do this.

osprey4 is offline   Reply With Quote
Old July 22nd, 2006, 11:51 AM     #3 (permalink)
Ultimate Member
 
_Switch_'s Avatar
 
Join Date: Apr 2005
Location: QC
Posts: 1,186
Well I do have a flash drive, 64 meg, that I'm pretty sure doesnt have that U-3 thing cuz my parents got it with their computer from dell 3 years ago.

If there's any other ways that don't require me buying anything.

_Switch_ is offline   Reply With Quote
Old July 22nd, 2006, 12:06 PM     #4 (permalink)
分かりますか。
 
carl33p's Avatar
 
Join Date: Feb 2006
Location: Gville, FL
Posts: 7,126
Blog Entries: 9
Send a message via AIM to carl33p
Quote:
Uploading and Downloading Files
Users for many reason choose to create and edit there files on remote computers. The most common reasons is that they are not familiar with the UNIX operating system or the UNIX text editors, or they prefer the MS-Windows or Macintosh development tools.

These are valid reasons, but they do complicate home page maintanence. By creating and editing files remotely, there are a number of steps that must be followed. These are discussed below:

Uploading (PC -> WWW server) an Existing File to the Server
Required Steps:
FTP (file transfer protocol) to Slate (use ftp, sftp or another FTP client software).
Select file on your local PC
Select the destination directory and the Slate filesystem.
If it is a ASCII file (text or HTML file) use a text transfer mode
If it is a graphic file, a compressed file, an executeable program, or other non ASCII file, use a binary transfer mode.
Transfer (put) the file.

If the transfered file is new, chances are the read and write permissions are incorrect. Without world read permissions, the HTTPD server will not let any browser view the file.
log into Slate (use telnet or ssh/slogin)
cd to the directory where the file is located on the Slate filesystem.
Use the following command.

prompt> chmod a+r <filename>

If you are working on a group file, you also need to change group permissions and ownerships. Use the following commands:

prompt> chmod g+rw <filename>
prompt> chgrp <group_name> <filename>
Downloading (PC <- WWW server) an Existing File to the Remote Computer
Required Steps:
FTP (file transfer protocol) to Slate (use ftp, sftp or any other FTP client software)
Select file on Slate
Select the destination directory or your remote computer (exactly how this is done will vary by the software package you are using).
If it is a ASCII file (text or HTML file) use a text transfer mode
If it is a graphic file, a compressed file, an executeable program, or other non ASCII file, use a binary transfer mode.
Transfer (get) the file.
http://www.mines.edu/academic/computer/web/remote.shtml

I have never done it. But i beleive FTP is the easiest way.
carl33p is offline   Reply With Quote
Old July 24th, 2006, 02:18 AM     #5 (permalink)
Member
 
DrDave1958's Avatar
 
Join Date: Oct 2003
Location: In the middle....
Posts: 161
Ultra VNC is free but it would have to be installed on both computers.
DrDave1958 is offline   Reply With Quote
Old July 24th, 2006, 02:29 AM     #6 (permalink)
Ultimate Member
 
Mickwish's Avatar
 
Join Date: Dec 2001
Location: BrisVegas, Australia
Posts: 10,326
Blog Entries: 1
Without installing anything at all on the host computer? Only by FTP I think.. IE can do FTP if it's not disabled through a firewall or something. That might be your biggest hurdle, as whatever you want to access (even java VNC sessions) has to be able to get through the firewall of the LAN/PC you are using. My recommendation would also be UltraVNC if you can load it, and that it gets through the firewall (if it's only windows XP firewall, you can add it to allow it through... router firewall will be much harder ).

Not knowing how they protect this PC at "french camp" I can't be sure you are going to be able to do much of anything remotely.

Cheers
Mick
__________________
I don't like sigs on forums like this.
Mickwish is offline   Reply With Quote
Old July 24th, 2006, 03:50 AM     #7 (permalink)
Junior Member
 
Join Date: Jul 2006
Posts: 14
There is a boot disk CD called "Knoppix" that boots an entire operating system on just a CD.

From my understanding, it's a form of linux.

http://en.wikipedia.org/wiki/Knoppix
Lord Penguin is offline   Reply With Quote
Old July 24th, 2006, 04:23 AM     #8 (permalink)
Ultimate Member
 
Mickwish's Avatar
 
Join Date: Dec 2001
Location: BrisVegas, Australia
Posts: 10,326
Blog Entries: 1
Knoppix or any other Live CD is all well and good, but you'd need to configure all the hardware and work out how the PC connects to the net. It may not have built indrivers for the LAN card or modem, so you may well have no connectivity.

But you could play it wise and take along several possible plans of attack! Set up an FTP server at home and take along the IP address to connect via browser; take a copy of UltraVNC along on USB key or CD after installing the server at home; and finally take along a copy of Knoppix or some other Live CD to try out.

Heh?

Cheers
Mick
Mickwish is offline   Reply With Quote
Old July 24th, 2006, 04:25 AM     #9 (permalink)
Junior Member
 
Join Date: Jul 2006
Posts: 14
Yeah. I'd go with Mickwish's plan. If nothing else, you can load an old copy of Tetris on a craptop and hide in the closet for the duration of the French camp.
Lord Penguin is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to access workgroup computer? weng Networking and Internet 2 January 7th, 2007 12:38 PM
Can't access either computer on network. help! nurdonsite2 Networking and Internet 10 May 16th, 2004 07:49 PM
Computer tries to access internet on its own rrcn Security and Privacy Issues 7 February 6th, 2004 02:56 PM
How to block computer access swamp-fox Applications and Operating Systems 4 November 19th, 2002 09:32 PM
Computer Diagnostic Software (Computer lock up Problem) Fujiiro Applications and Operating Systems 9 July 29th, 2002 09:30 AM

Most Active Discussions
Is It Just Me? (492)
Why Does the MOON Grow Bigger as It.. (11)
New Mobo (16)
UPGRADING C/D DRIVE TO 250GB & .. (10)
1 internet. 1 house. 3 computer. ho.. (10)
Connected to LAN but unable to use .. (5)
Is This A Compatible Gaming PC? (16)
Best AGP Card? "Best Bang for.. (12)
Folderchat: The Holiday thread (111)
Recent Discussions
Hard Core Overclock (6)
FS: New Benny Hill Megaset DVD .. (6)
heatsink issue (4)
Computer won't start (2)
New Mobo (16)
1 internet. 1 house. 3 computer.. (10)
Request for recovary system ins.. (0)
Folderchat: The Holiday thread (111)
am2 on 939 (4)
Folderchat Weekday thread (411)
FS: Dell 6000 laptop, modded 36.. (2)
Apple iPod touch 16 GB $200 (4)


All times are GMT -4. The time now is 11:36 PM.
TechIMO Copyright 2008 All Enthusiast, Inc.



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28