|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Red Hat Red Hat is the world's leading open source technology solutions provider with offerings including Red Hat Enterprise Linux (RHEL), Fedora, open source applications, security and systems management, virtualization, and Services Oriented Architecture (SOA) solutions. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
To make an ftp server writable
I want to implement an FTP server on RHEL 5.8 system where the users can upload files either from RHEL or Windows systems but am not able to copy files to it from a browser session. For eg. URL - ftp://10.101.17.80/incoming I want to copy files from to it from my Windows Google chrome browser session. I have done following steps to make FTP server writable on my RHEL 5.8 server:- Code:
mkdir /var/ftp/incoming chgrp ftp /var/ftp/incoming chmod 730 /var/ftp/incoming semange fcontext –a -t public_content_rw_t ‘/var/ftp/incoming(/.)?’ setsebool –P allow_ftpd_anon_write on Changes in /etc/vsftpd/vsftpd.coonf anon_uploads=yes chown_uploads=yes chown_username=daemon anon_umask=077 Can you please let me know if I have missed out anything or some wrong steps that I am not able to copy files to the /incoming folder from the Windows brower session. Please revert with the reply to my query. Regards ---------- Post updated at 11:29 PM ---------- Previous update was at 07:28 AM ---------- Request you to please revert on this. Regards |
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
I don't think it's a matter of permissions - did you try to upload using an ftp-client? Should work with the right ftp login.
I think you can't upload from within a browser unless you use an ftp plugin. Find one on the internet and give it a try. Pls report back. |
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
Thanks for your answer but I guess it should be possible from configurations in Linux rather than downloading a plug-in.
|
|
#4
|
||||
|
||||
|
Have you actually tried uploading a file with an ftp client? Thinking something should be possible does not mean it is possible. I would also turn off selinux until you get file upload working.
|
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Solved] Unable to rename file in ftp server .Net:FTP perl | krsnadasa | HP-UX | 2 | 12-02-2011 07:45 AM |
| How to make a FreeBSD hdd writable from WinXP? | Xandor | UNIX for Dummies Questions & Answers | 2 | 02-02-2009 07:16 AM |
| To make ftp an sftp? | megh | Solaris | 2 | 01-30-2009 02:59 AM |
| how do I make my workstation an installation server for a remote server?. | calsum | Solaris | 3 | 04-18-2008 03:54 PM |
| make a recovery CD/DVD - system has no writable devices | stevek007 | AIX | 0 | 09-17-2007 06:08 AM |
|
|