| FTP Error using PUT, Create Rename Can GET ands List OK |
aspdaddy

msg:4184726 | 10:02 am on Aug 10, 2010 (gmt 0) | Im no longer able to put files on a server, as far as I know nothing on the ftp account has changed and I can login, list and get fine. Could it be outbound ftp access is blocked somewhere on the network or client, or is it definitely the user account doesn't have permission? Thanks Any ideas what this could be ? Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\********>ftp ftp> open To *********** Connected ************ 220 ************ NcFTPd Server (licensed copy) ready. User (************* :(none)): *********** 331 User **********okay, need password. Password: 230-You are user #3 of 200 simultaneous users allowed. 230- 230 Restricted user logged in. ftp> put c:/**********.php 200 PORT command successful. 550 Access is denied. |
|
|
lammert

msg:4184736 | 10:50 am on Aug 10, 2010 (gmt 0) | The last line 550 Access is denied. error is generated by the FTP server you are connecting to. It therefore looks like the server is blocking the access, rather than something in the network or the client. It may be that after an upgrade of the server software or server configuration the FTP server is confused by the absolute path as the destination. You could therefore try Another thing to check is the access rights of the destination file and directory. If the file already exists and you don't have write permission to that file, an access denied error may also occur.
|
|
|