FileZilla: STOR file.html 550 Permission denied

Problems with the Windows version of XAMPP, questions, comments, and anything related.

FileZilla: STOR file.html 550 Permission denied

Postby hansa » 15. September 2014 08:53

Hi, I am running an Apache Web Server on the Amazon Web Services Cloud, specifically on an instance running Windows Server 2012.

I would like to FTP into the htdocs folder of this web-server, and am trying to use FileZilla Server on the AWS machine for this.

I have opened all ports on the AWS machine, so there should be no issue with that.

However, when I log in and try to upload a file from my local machine via FileZilla Client, I get the 550 Permission denied error.

I have checked that all users have write access to the htdocs folder within the AWS Windows Server 2012 instance.

So I am not sure why I am not able to upload a file.

Here is the FileZilla Client output from my local machine (masked server address and ip for security reasonsI)

Status: Resolving address of myAWSDNS.us-west-2.compute.amazonaws.com
Status: Connecting to xx.xx.xxx.xxx:21...
Status: Connection established, waiting for welcome message...
Response: 220-FileZilla Server version 0.9.41 beta
Response: 220-written by Tim Kosse (Tim.Kosse@gmx.de)
Response: 220 Please visit http://sourceforge.net/projects/filezilla/
Command: USER Administrator
Response: 331 Password required for administrator
Command: PASS ***********
Response: 230 Logged on
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is current directory.
Command: TYPE I
Response: 200 Type set to I
Command: PASV
Response: 227 Entering Passive Mode (xx,xx,xxx,xxx,195,82)
Command: MLSD
Response: 150 Connection accepted
Response: 226 Transfer OK
Status: Directory listing successful
Status: Retrieving directory listing...
Command: CWD /live/mumsy_assets
Response: 250 CWD successful. "/live/mumsy_assets" is current directory.
Command: PASV
Response: 227 Entering Passive Mode (xx,xx,xxx,xxx,195,83)
Command: MLSD
Response: 150 Connection accepted
Response: 226 Transfer OK
Status: Directory listing successful
Status: Resolving address of myAWSDNS.us-west-2.compute.amazonaws.com
Status: Connecting to xx.xx.xxx.xxx:21...
Status: Connection established, waiting for welcome message...
Response: 220-FileZilla Server version 0.9.41 beta
Response: 220-written by Tim Kosse (Tim.Kosse@gmx.de)
Response: 220 Please visit http://sourceforge.net/projects/filezilla/
Command: USER Administrator
Response: 331 Password required for administrator
Command: PASS ***********
Response: 230 Logged on
Status: Connected
Status: Starting upload of C:\Users\B\Desktop\Mumsy\assets\login.html
Command: CWD /live/mumsy_assets
Response: 250 CWD successful. "/live/mumsy_assets" is current directory.
Command: TYPE A
Response: 200 Type set to A
Command: PASV
Response: 227 Entering Passive Mode (xx,xx,xxx,xxx,195,84)
Command: STOR login.html
Response: 550 Permission denied
Error: Critical file transfer error


And here is the output of the FileZilla Server from the AWS instance:

(000008)9/14/2014 19:26:55 PM - (not logged in) (31.16.50.63)> Connected, sending welcome message...
(000008)9/14/2014 19:26:55 PM - (not logged in) (31.16.50.63)> 220-FileZilla Server version 0.9.41 beta
(000008)9/14/2014 19:26:55 PM - (not logged in) (31.16.50.63)> 220-written by Tim Kosse (Tim.Kosse@gmx.de)
(000008)9/14/2014 19:26:55 PM - (not logged in) (31.16.50.63)> 220 Please visit http://sourceforge.net/projects/filezilla/
(000008)9/14/2014 19:26:55 PM - (not logged in) (31.16.50.63)> USER Administrator
(000008)9/14/2014 19:26:55 PM - (not logged in) (31.16.50.63)> 331 Password required for administrator
(000008)9/14/2014 19:26:55 PM - (not logged in) (31.16.50.63)> PASS ***********
(000008)9/14/2014 19:26:55 PM - administrator (31.16.50.63)> 230 Logged on
(000008)9/14/2014 19:26:55 PM - administrator (31.16.50.63)> PWD
(000008)9/14/2014 19:26:55 PM - administrator (31.16.50.63)> 257 "/" is current directory.
(000009)9/14/2014 19:27:07 PM - (not logged in) (31.16.50.63)> Connected, sending welcome message...
(000009)9/14/2014 19:27:07 PM - (not logged in) (31.16.50.63)> 220-FileZilla Server version 0.9.41 beta
(000009)9/14/2014 19:27:07 PM - (not logged in) (31.16.50.63)> 220-written by Tim Kosse (Tim.Kosse@gmx.de)
(000009)9/14/2014 19:27:07 PM - (not logged in) (31.16.50.63)> 220 Please visit http://sourceforge.net/projects/filezilla/
(000009)9/14/2014 19:27:08 PM - (not logged in) (31.16.50.63)> USER Administrator
(000009)9/14/2014 19:27:08 PM - (not logged in) (31.16.50.63)> 331 Password required for administrator
(000009)9/14/2014 19:27:08 PM - (not logged in) (31.16.50.63)> PASS ***********
(000009)9/14/2014 19:27:08 PM - administrator (31.16.50.63)> 230 Logged on
(000009)9/14/2014 19:27:08 PM - administrator (31.16.50.63)> CWD /live/mumsy_assets
(000009)9/14/2014 19:27:08 PM - administrator (31.16.50.63)> 250 CWD successful. "/live/mumsy_assets" is current directory.
(000009)9/14/2014 19:27:08 PM - administrator (31.16.50.63)> TYPE A
(000009)9/14/2014 19:27:08 PM - administrator (31.16.50.63)> 200 Type set to A
(000009)9/14/2014 19:27:08 PM - administrator (31.16.50.63)> PASV
(000009)9/14/2014 19:27:08 PM - administrator (31.16.50.63)> 227 Entering Passive Mode (xx,xx,xxx,xxx,195,86)
(000009)9/14/2014 19:27:08 PM - administrator (31.16.50.63)> STOR login.html
(000009)9/14/2014 19:27:08 PM - administrator (31.16.50.63)> 550 Permission denied
hansa
 
Posts: 2
Joined: 15. September 2014 08:50
Operating System: Windows Server 2012

Re: FileZilla: STOR file.html 550 Permission denied

Postby Altrea » 15. September 2014 09:48

=> [INFO] How to not fail getting help here (Section "Scope of support" - ...support for live, production or public accessible environments.)
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11935
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 199 guests