Welcome Guest ( Log In | Register )



2 Pages V   1 2 >  
Reply to this topicStart new topic
> Map An Ftp Server As A Drive
jedipi
post Aug 8 2005, 04:57 AM
Post #1


Premium Member
Group Icon

Group: Members
Posts: 352
Joined: 2-March 05
From: Australia
Member No.: 2,859



all students in our university have an FTP account for file storage.
So access to FTP server is the thing that I do it everday.

Therefore, I configure my Windows XP to map to the FTP server as a drive.
Here are the step that I take:

1. use NSLOOKUP to find out what the ip address of the FTP site:
CONSOLE
nslookup ftp.globalscape.com (this is a example only)


write down the ip address that was shown.
in this case, it is 64.243.64.21

2. Open the LMHOSTS file
it is inside the folder c:\windows\system32\drivers\etc

Add the following line:
CODE
64.243.64.1 CuteFTP #PRE


the format is: <ip address> CuteFTP #PRE

3. Save the file

4. Run CMD.EXE. Enter the following command:
CONSOLE
nbtstat -R

you will see this message: Successful pureg and preload of the NBT Remote Cache Name Table.

5. Then enter the following command:
CONSOLE
net view \\CuteFTP

You should see information on the site

6. Now you can map it to a drive (to share data)
net use * \\CuteFTP\data /user:anonymous

This it. simple!!??
Go to the top of the page
 
+Quote Post
miCRoSCoPiC^eaRt...
post Aug 8 2005, 05:13 AM
Post #2


PsYcheDeLiC dR3aMeR
Group Icon

Group: Admin
Posts: 2,242
Joined: 29-January 05
From: Nakorn Chaisri, Thailand
Member No.: 2,411



Damn cool trick man smile.gif Good one.
Go to the top of the page
 
+Quote Post
jcguy
post Aug 9 2005, 11:28 AM
Post #3


Premium Member
Group Icon

Group: Members
Posts: 382
Joined: 5-September 04
Member No.: 255



I've read an article before which teaches you how to do the same thing to a Gmail account, such that you can store your files on your Gmail account as though it's a hard disk which can be accessible from the Internet anywhere, and the files are organized like in a hard disk. I think it's cool to be able to access your files from anywhere in the world, with a connection to the web.
Go to the top of the page
 
+Quote Post
cyph3r
post Aug 9 2005, 12:11 PM
Post #4


Advanced Member
Group Icon

Group: Members
Posts: 116
Joined: 3-August 05
From: The Digital Arena !
Member No.: 7,604



QUOTE(jcguy @ Aug 9 2005, 04:28 PM)
I've read an article before which teaches you how to do the same thing to a Gmail account
*



There is a program to do that .. and it modifies the system shell to do so .. i think they stopped development a year ago .. so dunt know if they have any updates to it .. but anyhow .. it works fine .. its like a virtual harddisk on the net .. with upload capacity of 10MB only mad.gif uggghh .. lol .. storage as u know is 1GB+ wink.gif
Go to the top of the page
 
+Quote Post
Jeigh
post Aug 9 2005, 03:30 PM
Post #5


Whitest Black Mage
Group Icon

Group: [MODERATOR]
Posts: 1,323
Joined: 20-May 05
From: NB, Canada
Member No.: 5,281



Hmmm, I'll have to try this out tonight when I get home after work. Good stuff biggrin.gif
Go to the top of the page
 
+Quote Post
optykal
post Aug 13 2005, 01:44 AM
Post #6


Member [ Level 2 ]
Group Icon

Group: Members
Posts: 61
Joined: 19-July 05
Member No.: 7,240



Hey this is great. I just set up a link to my uni space. Saves having to open an ftp client every time i need to upload files. Thanks for the tip. I had heard about the gmail thing quite a long time ago but it was only in early stages and wasn't working all that well. I might have to give that one a go in the near future, I dont really have much use for it at the moment.
Go to the top of the page
 
+Quote Post
magiccode9
post Nov 7 2005, 08:22 AM
Post #7


Member [ Level 2 ]
Group Icon

Group: [HOSTED]
Posts: 57
Joined: 7-November 05
Member No.: 9,489



hi, all,

I dont think so that, ftp could be mapping with net command. coz net command are using smb protocol, on the other hand, ftp is using ftp protocol. is that the target host is a windows server or is running samba?

Go to the top of the page
 
+Quote Post
yordan
post Nov 13 2005, 02:24 PM
Post #8


Way Out Of Control - You need a life :)
Group Icon

Group: [MODERATOR]
Posts: 1,980
Joined: 16-August 05
Member No.: 7,896



What does #PRE mean ?
Go to the top of the page
 
+Quote Post
organicbmx
post Nov 20 2005, 02:24 PM
Post #9


Premium Member
Group Icon

Group: Members
Posts: 284
Joined: 2-June 05
From: Dorset, England
Member No.: 5,730



does this only work with cuteftp, would it work with smartftp? or just on its own. cuteftp costs money now as far as i can see from its website.
Go to the top of the page
 
+Quote Post
yordan
post Nov 20 2005, 02:27 PM
Post #10


Way Out Of Control - You need a life :)
Group Icon

Group: [MODERATOR]
Posts: 1,980
Joined: 16-August 05
Member No.: 7,896



Now I know what #PRE means : it means "Preload it at boot time".
Unfortunately, this method does not work on our private network between my private ftp server and my own PC.
And it does not work home from my pc to astahost acting as ftp server.
This seems to mean that something else than inserting a line in lmosts has to be done on a freshly installed Microsoft Windows client system, or on the Unix ftp server.
Go to the top of the page
 
+Quote Post

2 Pages V   1 2 >
Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Windows Xp And Windows 2000 Server(11)
  2. Can Two System Share Microsoft Office(2)
  3. Windows Server 2003(8)
  4. Customize Your Installation Of Windows(3)
  5. Your Home Server!(5)


 



- Lo-Fi Version Time is now: 6th September 2008 - 01:32 AM