- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Linux RedHat9 ftp
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-26-2003 07:40 AM
тАО08-26-2003 07:40 AM
Linux RedHat9 ftp
200 Switching to Binary mode.
put siac_div siac_div.file
200 PORT command successful. Consider using PASV.
553 Could not create file.
put nasd_div nasd_div.file
200 PORT command successful. Consider using PASV.
553 Could not create file.
Any help here is greatly appreciated and points will definetely be assigned.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-26-2003 07:48 AM
тАО08-26-2003 07:48 AM
Re: Linux RedHat9 ftp
What ftp server do you use ?
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-26-2003 08:18 AM
тАО08-26-2003 08:18 AM
Re: Linux RedHat9 ftp
In case you installed vsftpd -you should edit
/etc/vsftpd/vsftpd.conf
if it's wu-ftpd
/etc/ftpaccess
anyway see man for you ftp daemon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-26-2003 08:44 AM
тАО08-26-2003 08:44 AM
Re: Linux RedHat9 ftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-26-2003 08:56 AM
тАО08-26-2003 08:56 AM
Re: Linux RedHat9 ftp
Did you allow anon upload ? In conf file :
write_enable=YES
anon_upload_enable=YES
anon_mkdir_write_enable=YES
As for your rights, 777 is cool. But 730 should be enough. Often, we creat an upload directory, kind of /var/ftp/pub/upload.
A long format listing of the directory should look like this:
drwx-wx--- 2 root ftp 4096 aug 26 19:05 upload.
Tell us what it gives !
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-26-2003 10:53 AM
тАО08-26-2003 10:53 AM