Two things that I can think of:
1. The FTP Service itself is dening this. Make sure the access isn't
read-only.
OR......
2. The credintials being used don't have the right NTFS permissions on the
folders to copy a file there. Remember that it may be expecting the account
to be local to the FTP Server and not a domain account. If it is a Domain
account used in the credentials, try prefixing the username with the domain
name when the connection is made to the FTP Service:
Username: Mydomain\Joeuser
Password: ********
Then of course make sure the right NTFS permissions exist.
--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
"JR" <(E-Mail Removed)> wrote in message
news:56e201c42d37$ebe437f0$(E-Mail Removed)...
> When trying to copy files to the server from a remote
> location the following error message occurred:
>
> An error occurred copying a file to the FTP Server. Make
> sure you have permission to put files on the server.
>
> Details:
> 200 Type set to I.
> 200 PORT command successful.
> 550 Requested action not permitted.
>
> How do I go about fixing this problem?
>
> Thanks,
>
> JR