mapping FTP site as local drive


 
Thread Tools Search this Thread
Special Forums Windows & DOS: Issues & Discussions mapping FTP site as local drive
# 1  
Old 10-19-2002
mapping FTP site as local drive

I have a small problem, there is one Win98 PC on our network, and I would like to map the FTP server that we have as one of the Win98's machine's local drives. I am by no means a Windows expert, instead my area is *NIX. The webserver is just a regualar webserver, within the LAN. I tried searching the 'net, and came across people who have done it, but with no instruactions of how to do it. Does anyone have a clue how to do it? The FTP server runs just FTP services, no SMB services (naturally, otherwise id just map the SMB service directory ). Thanks.
cerberusofhate
# 2  
Old 10-20-2002
Are you wanting to map the entire Unix FTP server to the Win98 machine or just a sub-dir of the Unix FTP server to the Win98 machine?

If you want to do the entire FTP Server to Win98 then I would think that some sort of ipnat would get the job done.

If you want to do a single sub-dir, then samba would be the way to go or use a Win32 nfsd on the Win98 machine. It appears that the Freeware War NFS Daemon is no longer available from their website so you might have to look at a commercial solution if you want to use the NFS route.

I'd do the samba connection myself and just mount the filesystem under the ftp share.
# 3  
Old 10-23-2002
The FTP server must remain a FTP server only. You can't fix a problem by ignoring it with another solution. If samba was an option, I would have went for it, as well as if NFS was an option. The 98 machine must have no extra software installed, nor must the FTP server. THere are reasons for this, among those security (extra port open in the network, and YES that will be a problem), performance (the FTP server is barely able to handle FTP, even though smbd is lightweight, it is still going to hit the server hard, with the loads it takes), and last but not least, I do not want a "bastardised" system that requires to install clients on all machines (if any future 98 machines do come), and I want everyone talking the same protcols, makes it so much easier to troubleshoot a daemon. Sorry if I sound rude, I just hate it when people "fix" a problem by offering another suggestion that ignores the problem. I know that this can be done, and installing any OS > 98 is also not an option. I've heard of this done before......
cerberusofhate
# 4  
Old 10-23-2002
Quote:
Originally posted by cerberusofhate
with the loads it takes), and last but not least, I do not want a "bastardised" system that requires to install clients on all machines (if any future 98 machines do come), and I want everyone talking the same protcols, makes it so much easier to troubleshoot a daemon. Sorry if I sound rude, I just hate it when people "fix" a problem by offering another suggestion that ignores the problem. I know that this can be done, and installing any OS > 98 is also not an option. I've heard of this done before......
So you want an under-powered Unix box to serve FTP for Win98 box without the addition of any CPU over-head such as SMB or NFS without installing any server software on the Win98 box.

So this precludes SMB, NFS or even natd redirection to Win98 (assuming IIS/FTP server is not installed on Win98 box).

And this is NOT a bastardised solution?
# 5  
Old 10-23-2002
On some versions of Windows, I believe you can do this, not I'm not sure of the details. I believe it's >98 versions, such as ME. Even then, I think it's more of an "autologin shortcut" than a mapping.

And don't piss and moan about not getting the answer you want right away. That will get you nowhere fast. There are people who are trying to help in the way they know how, and most likely, are providing better solutions.
# 6  
Old 10-23-2002
Quote:
Originally posted by LivinFree
On some versions of Windows, I believe you can do this, not I'm not sure of the details. I believe it's >98 versions, such as ME. Even then, I think it's more of an "autologin shortcut" than a mapping.
The biggest problem that I see is the communication between the Unix box and Win98 machine. Since Win98 and Unix have no network protocols in common I feel that we are at an impass.

Since we cannot use SMB under Unix or NFSd under Win98 I don't see how the communication can take place.

One thing I thought about was using natd to route FTP communications around the Unix box directly to the Win98 box. If an extra external IP is available the Unix box could virtualize this IP and natd could redirect FTP on the virtualized IP to the Win98 box running the MS-FTP service. But, that would call for software installation on the Unix box (natd) and on the Win98 box (IIS/FTP, which aren't installed by default on Win98 IIRC).

I guess there could always use a null-modem cable between the two boxes and use pppd (which might be currently installed on the Unix box) and have the Win98 contact the Unix box on the null-modem cable. Maybe something could be worked out. That wouldn't count as a bastardized solution would it? Smilie
# 7  
Old 10-24-2002
First of all, I was not even expecting a correct answer, so its not that im pist off because no one was able to give it to me, i got pist off because I specified that SMB was not a solution, and I got a SMB answer. Secondly, the FTP server is not underpowered, it handles its work load just fine. Thirdly, and most importantly, the main reason for not wanting another protocol is security. THere are already too many services available on the network, and *YES* security is a concern, as the HNSG network offers SSH/telnet access to anyone that can login as request and answer a few questions. There are iptables rules set on all the linux boxes to not allow any server to communicate with the 98 box (except for the FTP server). This is not a bastardised system, it is a system with as few services as possible. For those of you that will tell me that SMB is secure, let me remind you of zero-day exploits. This is an extremely vunerable, and thus protected network that I set up, maintain, and secured. That is the true reason, although additional SMB services on the FTP server will diminish resources that could better be put towards proftpd, or one of the distributed computing projects it runs in the background. Like I said, this is a highly secure network we're talking about here, so MSFTP or IIS is *DEFINETELY* out of the question. Not only that, but I fail to understand how making the win98 box a FTP server will fix things, only complicate them, as there is already a FTP server. I will admit that I am no where near as good in Windows as I am in *NIX, that is why I posted here. After much thought on this subject, I am about ready to just say screw it. I've tried everything I can think of, from editing the 98 box's registry and changing //hostname/share of a tested map to ftp://hostname to ftp://user@hostname and changing the service definition from Microsoft Networking to God only knows how many abbreviations of FTP I could think of. I may just have to live (or rather, the user will have to live) with having a shortcut instead of a mapped drive, or just install win2k (which supports FTP-mapped drives). I've heard of it being done, but like so many MS-related stuff, it takes a win32 kernel hacker to find out how to do it, which I definetely am not. Oh yeah, and pppd won't work, as the connection needs to be at least 100 Mb/s, with the exception of some Gigabit servers (backup, etc). I guess I'm a bit of a perfectionist, as I don't want any client software installed extra to re-install when the damn 98 box goes down for the third time in a month, like most 98 boxes often do.
cerberusofhate
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Mapping drive

please forgive me. i know this is unix forum. CIFS can map to shared windows folder. i just wonder if windows can map to unix shared folder. if yes, please enlight me... (5 Replies)
Discussion started by: lawsongeek
5 Replies

2. UNIX for Dummies Questions & Answers

Execution of local commands for remote site.

Hi all, I have a problem with ftp execution within unix environment. I'd like to get files on remote and delete them later, but here is too crowd so I can accidentally delete some files. Can I delete only the files I can get to the local folder? I can ask this question with a different... (14 Replies)
Discussion started by: attillam
14 Replies

3. Debian

How to install package from local hard drive?

Hello, I want to install a .deb package which I already have on the hard drive. I have tried to edit /etc/apt/sources.list to point to the file but apt-get says it can't find it. The package is not in the Debian repository. Debian 6.0 (3 Replies)
Discussion started by: snorkack59
3 Replies

4. Red Hat

drive mapping

What is the eqiuvalent of /dev/dsk/rdsk in linux vs Solaris (1 Reply)
Discussion started by: walnutpony123
1 Replies

5. HP-UX

configuring site-local IPv6 address

How do I configure site-local IPv6 address in HP-UX box? I can get link local IPv6 address automatically when I put IPv6 up. aps39-88-root# ifconfig lan0 inet6 up (0 Replies)
Discussion started by: kirtikjr
0 Replies

6. AIX

Do I need to configure my local windows to FTP files from local windows to a UNIX AIX server?

Hi Friends, I have this script for ftping files from AIX server to local windows xp. #!/bin/sh HOST='localsystem.net' USER='myid_onlocal' PASSWD='mypwd_onlocal' FILE='file.txt' ##This is a file on server(AIX) ftp -n $HOST <<END_SCRIPT quote USER $USER quote PASS $PASSWD put $FILE... (1 Reply)
Discussion started by: rajsharma
1 Replies

7. Web Development

Creating a blog site on a local computer

Hello! I would like to create a blog website on a web domain of mine. The blog will be used for publishing economics-lated articles. I tried to use a few open source packages for blog creation (WorldPress, b2evolution, Movable type) which I wanted to test on a local computer before arranging... (5 Replies)
Discussion started by: degoor
5 Replies

8. Shell Programming and Scripting

Creating a text file in Local Drive

Hi All, I am new in Shell Script. I have a ksh script running in the Unix Server and basically in that script I need to create a text file but the text file has to be generated in the local PC (the user computer such as in C:\ drive). I have no idea on how to do it and I need it pretty urgently.... (2 Replies)
Discussion started by: yramli
2 Replies

9. Solaris

OpenSolaris 2008.11 Hard Drive Device mapping

Dear Solaris Experts, I am a bit confused about OpenSolaris Hard Drive device mapping. On RedHat Linux based system, an IDE on first channel master drive is mapped as /dev/hda, first channel slave drive will be /dev/hdb, etc. For (Open)Solaris systems I found it as /dev/rdsk/c3d0p0 : ... (0 Replies)
Discussion started by: Zepiroth
0 Replies

10. UNIX for Advanced & Expert Users

percentage sign in a drive mapping ?

Good day all, I'm hoping someone can help me understand what the percentage sign is and does in mapping a drive to a server ? I provided the example for you. (ie \\server1\share%simon) thanks simon2000 (2 Replies)
Discussion started by: simon2000
2 Replies
Login or Register to Ask a Question