Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
10-07-2002, 06:02 PM
|
#1
|
Member
Registered: Mar 2002
Distribution: Too many to count
Posts: 368
Rep:
|
ftp upload
How do I upload files to my ftp server from Micro$oft Internet Explorer? I use win 98 and XP, and wu-ftp on a red hat system.
|
|
|
10-07-2002, 07:16 PM
|
#2
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
You should be able to use any sort of FTP client like WS-FTP or even from the command line.
ftp hostname or ip address
And if you set the permissions up right, you can do it from a browser window.
|
|
|
10-07-2002, 07:57 PM
|
#3
|
Member
Registered: Mar 2002
Distribution: Too many to count
Posts: 368
Original Poster
Rep:
|
How do I set the permissions up right? I am new at this and need to have it running in the morning, I need to be the only one who can save files to it. <I'm stressing!!>
|
|
|
10-07-2002, 08:16 PM
|
#4
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
Quote:
Originally posted by hotrodowner
How do I set the permissions up right? I am new at this and need to have it running in the morning, I need to be the only one who can save files to it. <I'm stressing!!>
|
Well make sure you have a permission setting of this:
rwxr-xr-x
This would allow to give the owner full access and all other users just read and execute access. To give those type of permissions, you would type this:
chmod 755 /filename
To change the ownership of that particular directory for a user, then you would use the chown command like this:
chown user /filename
I'm not totally familar with wu-ftpd, if you need any documentation in setting up anything with that, maybe someone else here might know or you can probably check out their site for online doc's, but if you can login and its up and running, those permission settings should get you going.
|
|
|
10-07-2002, 08:23 PM
|
#5
|
Senior Member
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368
Rep:
|
Sorry, hotrod, did you say you wanted to upload from IE? Are you trying to put files onto your RH server (running wuftp) from a Windows box?
|
|
|
10-07-2002, 08:33 PM
|
#6
|
Member
Registered: Mar 2002
Distribution: Too many to count
Posts: 368
Original Poster
Rep:
|
Yes, Thymox, That is exactly what I need, exactly!! Any suggestions?
|
|
|
10-07-2002, 08:40 PM
|
#7
|
Senior Member
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368
Rep:
|
Under 'internet options' you should be able to setup default usernames and passwords and then hopefully drag and droping should work. I doubt it, though. IE is not the best of ftp download clients, so I wouldn't have thought it'd be a particularly good upload one, if at all. I think there's another MS product that'll allow you to upload stuff... be buggared if I can remember what it is though, sorry. There are plenty of Windows ftp clients (for both up and downloads), so IIWY I would take a skooch over to freshmeat or somewhere and download one. I could suggest a very awkward workaround, but it is quite awkward.
|
|
|
10-07-2002, 08:46 PM
|
#8
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
Actually from IE, if you have the correct permissions, in your browser if you type this:
ftp://ipaddress or if you have a domain name, you can use that instead of the ip address of your ftp server.
And if you have that user setup, in IE it should prompt for a user name and password if you don't have anonymous login enabled. That's where you would of course use your login and password setup for that machine.
You can check out mine, but I have anonymous login enabled so it won't ask for a username or password, but the permissions are only for download, anonymous users can't upload to it.
ftp://66.68.41.138
|
|
|
10-07-2002, 08:50 PM
|
#9
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
You can also specify a user to login like this:
ftp://drew@66.68.41.138 and that should prompt for in this case drew's password.
|
|
|
10-07-2002, 08:53 PM
|
#10
|
Senior Member
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368
Rep:
|
I stand corrected. I've only ever used IE on the University's network, where they (understandably) have ftp uploading disabled. Oh, and I keep getting connection refused from that IP, Drew.
|
|
|
10-07-2002, 08:56 PM
|
#11
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
Quote:
Originally posted by Thymox
Oh, and I keep getting connection refused from that IP, Drew.
|
Hmm.. not sure, works for me.. I'll check my log files. Shouldn't reject anyone, cause I even tested while on vacation not too long ago in 3 different states on 3 different ISP's.
|
|
|
10-07-2002, 08:59 PM
|
#12
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
Thymox, I got basically this for an error in my log files which has to be yours: FTP no transfer timeout, disconnected.
Just if your curious that is.
|
|
|
10-07-2002, 09:00 PM
|
#13
|
Member
Registered: Mar 2002
Distribution: Too many to count
Posts: 368
Original Poster
Rep:
|
how do I tell the server who has parmission to upload? Is it in /etc/ftpaccess for wu-ftpd? Is that file universal?
|
|
|
10-07-2002, 09:00 PM
|
#14
|
Senior Member
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368
Rep:
|
D'oh! Works in Konqueror but not in Galeon. Shame when Galeon is so much better IMO.
|
|
|
10-07-2002, 09:06 PM
|
#15
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
Quote:
Originally posted by hotrodowner
how do I tell the server who has parmission to upload? Is it in /etc/ftpaccess for wu-ftpd? Is that file universal?
|
Its basically the permissions on the directory and files within it.
Do this: ls -al /file or directory you use
And give us the output of that ? And then tell us what user you want to be owner of it and we should be able to give some detail directions on changing permissions.
|
|
|
All times are GMT -5. The time now is 03:12 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|