- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- 530 Permission denied,220 (vsFTPd 2.0.5)
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
Discussions
Discussions
Discussions
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
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
03-07-2012 02:06 AM
03-07-2012 02:06 AM
530 Permission denied,220 (vsFTPd 2.0.5)
hi,
I am trying to connect the ftp on windows explorer but
its generated the error message.
ERROR:------
Windows cannot access this folder.Make sure you typed the file name
correctly and that you have permission to access the folder
Details:
220 (vsFTPd 2.0.5)
530 Permission denied
but its connect to firefox, internet explorer, and Windows command Prompt, and linux shell.
I want to connect to windows explorer.
Kindly suggest me how can do that.
Thaks
aamir uddin
- Tags:
- ftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2012 07:23 AM
03-07-2012 07:23 AM
Re: 530 Permission denied,220 (vsFTPd 2.0.5)
As your experiments have proven that this problem is exclusive to Windows Explorer, this is obviously a Windows issue of some sort.
Perhaps the Windows Explorer wants to write "desktop.ini" or a similar file to the directory, but the FTP server won't allow that.
If you have admin access to the server that runs vsFTPd, check the logs (usually in /var/log if it is a Linux system). See if the server logged the FTP command that Windows Explorer tried to perform and vsFTPd rejected. Then think about whether you should allow it or not.
If there is not enough information in the log, set the option "log_ftp_protocol" to "yes" in vsftpd.conf file (usually in /etc). Then restart vsftpd and try again. Now the logs should tell you exactly what Windows Explorer is trying to do and whether vsFTPd accepts each command or not.
Here is a copy of the vsFTPd configuration documentation:
https://security.appspot.com/vsftpd/vsftpd_conf.html
When you understand what Windows is actually trying to do, you should be able to choose the steps to take:
- either configure vsFTPd to allow the silly thing Windows Explorer tries to do
- or ask in a Windows discussion board if there's a way to make Windows Explorer less silly in this case.
(I think Windows Explorer is a really poor FTP client... but whatever.)