[H] Online FTP sites

2007-07-26 Thread Winterlight
Anybody try XDrive? It is a online FTP drive, this has been done 
before, but never 5GB free and 50 GB for 100 a year. Plus it is 
offered by AOL, which means it won't go away any time soon. I have 
been uploading by Data backups to my Godaddy hosted site, about 3 zip 
files of 6 GB , every month. But last week they told me I had a File 
Repository and made me remove them... which sucks since I have been 
doing this for 7 years without any problems. Now I am looking for a 
online FTP account... anybody know anything about these?




Re: [H] XP Pro asks for password when mapping drive

2007-07-26 Thread Tharin Olsen
I think the mapping method from My Computer that allows you to save the 
name/password is present in XP Home as well as XP Professional.

One problem with the "reconnect at logon" (persistent drive maps) option is if 
the host system with the shared folders is offline Windows will show an error 
box on logon that indicates the path wasnt accessible and something like an 
ok/cancel choice to delete the mapped drive. The user unknowingly deletes the 
drive map and then they cant get in at all until the mapped drive is recreated. 
If you use a logon script with the net use command it will always map the drive 
at startup and its harder for the end user to mess up something that couldn't 
be fixed by a reboot. If you'd rather not run the command at startup you could 
just make a batch file to run the command. Since I do work at a lot of small 
offices that are just peer-to-peer its common that these sort of quirks will 
occur. I will type the commands into notepad and save it as FixDrives.bat in 
the %systemroot% folder of each workstation. Next time the phone rings and I'm 
troubleshooting I can tell them to enter
 "fixdrives" in Run or at a command prompt.

-Tharin O.

FORC5 <[EMAIL PROTECTED]> wrote: any idea if this works in XP Home ?

Have never had a problem with pro, seems there is always the little check box 
to remember which is NOT on home machines. I have had to do the same user/pw on 
customer boxen to keep them all on their networks and figure there has to be a 
way to have home remember. Some obscure tool that is not there.

Thanks



Re: [H] XP Pro asks for password when mapping drive

2007-07-26 Thread FORC5
any idea if this works in XP Home ?

Have never had a problem with pro, seems there is always the little check box 
to remember which is NOT on home machines. I have had to do the same user/pw on 
customer boxen to keep them all on their networks and figure there has to be a 
way to have home remember. Some obscure tool that is not there.

Thanks

At 08:24 AM 7/26/2007, Tharin Olsen Poked the stick with:
>Many ways to go about doing this, generally this a permissions issue on the 
>machine hosting the shared directory.
>
>Try mapping the drive from "My Computer" using  Tools > Map Network Drive. 
>Fill in the appropriate share path then click the text link that reads 
>"Connect using a different name" you can enter a different username/password 
>there. If you check the box to reconnect at logon it will continue to map the 
>drive after a reboot.
>
>The command for creating shares is "net use", its good for scripts or 
>autostart stuff.
>
>net use [DriveLetter:] "[\\ComputerName\ShareName]" password /user:username
>
>net use N: "\\computer-1\thanes warez" foobar /user:foo
>
>-Tharin O.
>
>Thane Sherrington <[EMAIL PROTECTED]> wrote:
>I have two XP Pro machines. I'm sharing a folder on one and mapping 
>it on the other and drive N: - it wants a username/password (which 
>has to be entered each time.) I know I've setup XP Pro like this 
>where it just remembered the password and didn' t prompt 
>everytime. How do I do this so it just maps on boot up and doesn't bother me?
>
>T
>

-- 
Tallyho ! ]:8)
Taglines below !
--
You cannot kill time without injuring eternity.




Re: [H] XP Pro asks for password when mapping drive

2007-07-26 Thread Thane Sherrington

At 12:49 PM 26/07/2007, Tharin Olsen wrote:
Was the account created from scratch or did you rename an existing 
account? I've found that if you rename an existing account under XP 
in the User Accounts control panel it is still uses the original 
username it only changes the display name. This has been a source of 
frustration for me on more than one occassion.


That's probably it.  I'll give that a try.  Thanks!

T



-Tharin O.

Thane Sherrington <[EMAIL PROTECTED]> wrote:
I tried that. I setup a user on the "server" with username share /
password share - and then I setup the default user on the workstation
to the same - still asks for username and password or when I click on
the mapped drive. Strange.

T

At 11:59 AM 26/07/2007, Ben Ruset wrote:
>Have the same user/password on each machine.
>
>Thane Sherrington wrote:
>>I have two XP Pro machines. I'm sharing a folder on one and
>>mapping it on the other and drive N: - it wants a username/password
>>(which has to be entered each time.) I know I've setup XP Pro like
>>this where it just remembered the password and didn' t prompt
>>everytime. How do I do this so it just maps on boot up and 
doesn't bother me?

>>T
>
>
>__ NOD32 2423 (20070726) Information __
>
>This message was checked by NOD32 antivirus system.
>http://www.eset.com
>





Re: [H] IP stuff?

2007-07-26 Thread DHSinclair

J,
Thanks for the info re netstat.exe. For the past 2 days I have been
scratching my head about your reference to the -b switch. In the
w2k version of netstat, the -b switch is not present.  I did find the
-b switch in the XP version of netstat.exe. And the xp version does
show more information than the w2k version. To bad the xp version does
not work on w2k. Tried it this am. No problem.  From what I am seeing in
netstat, all my clients and the server are opsnorml for now.
Thank you for your help.
Best,
Duncan


At 00:11 07/26/2007 -0400, j maccraw wrote:


This is where netstat -a -b -n comes in handy since it
list the process as well
as the port# (rather than common service name) so you
know exactly what has that
port.

snip


This email scanned for Viruses and Spam by ZCloud.net 



Re: [H] XP Pro asks for password when mapping drive

2007-07-26 Thread Tharin Olsen
Was the account created from scratch or did you rename an existing account? 
I've found that if you rename an existing account under XP in the User Accounts 
control panel it is still uses the original username it only changes the 
display name. This has been a source of frustration for me on more than one 
occassion.

-Tharin O.

Thane Sherrington <[EMAIL PROTECTED]> wrote: I tried that.  I setup a user on 
the "server" with username share / 
password share - and then I setup the default user on the workstation 
to the same - still asks for username and password or when I click on 
the mapped drive.  Strange.

T

At 11:59 AM 26/07/2007, Ben Ruset wrote:
>Have the same user/password on each machine.
>
>Thane Sherrington wrote:
>>I have two XP Pro machines.  I'm sharing a folder on one and 
>>mapping it on the other and drive N: - it wants a username/password 
>>(which has to be entered each time.)  I know I've setup XP Pro like 
>>this where it just remembered the password and didn' t prompt 
>>everytime.  How do I do this so it just maps on boot up and doesn't bother me?
>>T
>
>
>__ NOD32 2423 (20070726) Information __
>
>This message was checked by NOD32 antivirus system.
>http://www.eset.com
>




Re: [H] XP Pro asks for password when mapping drive

2007-07-26 Thread Thane Sherrington
I tried that.  I setup a user on the "server" with username share / 
password share - and then I setup the default user on the workstation 
to the same - still asks for username and password or when I click on 
the mapped drive.  Strange.


T

At 11:59 AM 26/07/2007, Ben Ruset wrote:

Have the same user/password on each machine.

Thane Sherrington wrote:
I have two XP Pro machines.  I'm sharing a folder on one and 
mapping it on the other and drive N: - it wants a username/password 
(which has to be entered each time.)  I know I've setup XP Pro like 
this where it just remembered the password and didn' t prompt 
everytime.  How do I do this so it just maps on boot up and doesn't bother me?

T



__ NOD32 2423 (20070726) Information __

This message was checked by NOD32 antivirus system.
http://www.eset.com





Re: [H] XP Pro asks for password when mapping drive

2007-07-26 Thread Tharin Olsen
Many ways to go about doing this, generally this a permissions issue on the 
machine hosting the shared directory.

Try mapping the drive from "My Computer" using  Tools > Map Network Drive. Fill 
in the appropriate share path then click the text link that reads "Connect 
using a different name" you can enter a different username/password there. If 
you check the box to reconnect at logon it will continue to map the drive after 
a reboot.

The command for creating shares is "net use", its good for scripts or autostart 
stuff.

net use [DriveLetter:] "[\\ComputerName\ShareName]" password /user:username

net use N: "\\computer-1\thanes warez" foobar /user:foo

-Tharin O.

Thane Sherrington <[EMAIL PROTECTED]> wrote: I have two XP Pro machines.  I'm 
sharing a folder on one and mapping 
it on the other and drive N: - it wants a username/password (which 
has to be entered each time.)  I know I've setup XP Pro like this 
where it just remembered the password and didn' t prompt 
everytime.  How do I do this so it just maps on boot up and doesn't bother me?

T




Re: [H] XP Pro asks for password when mapping drive

2007-07-26 Thread Ben Ruset

Have the same user/password on each machine.

Thane Sherrington wrote:
I have two XP Pro machines.  I'm sharing a folder on one and mapping it 
on the other and drive N: - it wants a username/password (which has to 
be entered each time.)  I know I've setup XP Pro like this where it just 
remembered the password and didn' t prompt everytime.  How do I do this 
so it just maps on boot up and doesn't bother me?


T




[H] XP Pro asks for password when mapping drive

2007-07-26 Thread Thane Sherrington
I have two XP Pro machines.  I'm sharing a folder on one and mapping 
it on the other and drive N: - it wants a username/password (which 
has to be entered each time.)  I know I've setup XP Pro like this 
where it just remembered the password and didn' t prompt 
everytime.  How do I do this so it just maps on boot up and doesn't bother me?


T



RE: [H] Fwd: Help!

2007-07-26 Thread Mark Dodge
I remember Kevin coming all the way to the US to buy a RT314 when we did a
West CON many years ago. I believe it was Duncan, Harry, Kevin, Fred and I.

Mark

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of DHSinclair
Sent: Wednesday, July 25, 2007 3:08 PM
To: The Hardware List
Subject: Re: [H] Fwd: Help!

Rick,
I used an Intel hub for ~2yrs after the x-over cable until I was convinced 
on this List
to dump the hub and move to a switch.  Switched and never looked back!
Yes, I now use switches that have the uplink ports and I use
the uplink function now because I now have my two switches in "series"
between
my computer room and the back of the house.  Works very well.
I salute you! I've been an Intel nic fan-boy since my testing in 
1997-98.  Have
never used anything else.  Intel nics always find the best way, and, always
get through whatever "hash" I may create.  And, my old rt314 router has the
uplink port also.  Plan to use it again if/when I put in broadband 
again.  We are
having a mini-price war here now that AT&T has moved it and camped.
Best,
Duncan
At 15:08 07/25/2007 -0400, you wrote:

>Works that way -
>Unless something in the "chain" autodetects the crossover cable is missing,
>(or "is there" when it should not be) and "corrects" the wiring for you 
>"automagically"...
>
>I have a hub on my desk that has a uplink switch for ONE port.
>Same as switching it into (or using) a cross-over cable...
>I "used to use" that with two or three old Routers as a disconnect
>switch for "my" section of the network connected on that hub...
>(It was the input feed port.)
>Well, my new Router detects I push that switch and "corrects" the wiring 
>for me
>in a second or two... Can't kill that hub so easy anymore, (unless I power 
>it down...)
>
>I brought up the "Router part" as a "new topic" in all of this, but I 
>"think" I have
>some good network cards that will do the same thing...  (Intel Pro/1000 
>series???)
>
>Summary, Just because something works a certain way with some stuff,
>different stuff may get entirely different results...
>
>  (Not to muddy the waters or anything, ...)
>
>   Rick Glazier
>- Original Message - From: "DHSinclair"  (in reply to a different 
>Rick.)
>
>>Yes, Rick. That is what I learned way back in 1998.  Notice that this is
>>a very old msg from many years back!
>>And why the only cross-over cable I own is now 9yrs old and used
>>exactly twice! LOL!
>>Thanks.
>>Best,
>>Duncan
>>At 08:16 07/25/2007 -0400, you wrote:
>>
>>>You need either a cross over cable or a hub.
>>> Pc to pc without hub requires a crossover cable.
>>> Pc to hub to pc requires two normal cables.
>>>
>>>Rick Q
>
>
>__ NOD32 2419 (20070725) Information __
>
>This message was checked by NOD32 antivirus system.
>http://www.eset.com
>


This email scanned for Viruses and Spam by ZCloud.net 

No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.476 / Virus Database: 269.10.19/917 - Release Date: 7/25/2007
1:16 AM
 

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.476 / Virus Database: 269.10.19/918 - Release Date: 7/25/2007
2:55 PM