C# .NET - remote server error 550 file not found

Asked By srini vasan on 23-Aug-11 06:42 AM
while executing the code to create a file in ftp server it returns an error "remote server return with error 550 file not found or accessible " since yesterday i was able to create a file in ftp server but today i couldn't able to create a file or directory what is the real problem whether it is coding or in server side...reply me.....
Reena Jain replied to srini vasan on 14-Jul-14 01:10 PM
Go to Control Panel>Internet information Services, expand FTP Sites, right click in Default FTP Site and go to Properties, in the tab Particular directory  check Write and press OK. This work correctly
srini vasan replied to Reena Jain on 23-Aug-11 06:48 AM
mam i already gave that option in our server but still it returns error ,i had doubt whether it should be given in local machine connected to server or to directly in the server machine...since i made that changes in the server....
Web Star replied to srini vasan on 14-Jul-14 01:10 PM
There are reason for error 550 is either some resource are not found or they don't have access permission on that.
So you need to check these link for possible cause.

https://www.nullskull.com/q/10007823/the-remote-server-returned-an-error-550-file-unavailable-eg-file-not-found-no-access.aspx

https://www.nullskull.com/q/10095017/cnet-ftpwebrequest-wont-allow-ftp-paths-with--in-them.aspx
http://forums.asp.net/p/1191453/2277684.aspx
Anoop S replied to srini vasan on 23-Aug-11 07:31 AM
This problem can occur if There is not enough space on the disk.

http://nickstips.wordpress.com/2010/10/25/c-ftp-upload-error-the-remote-server-returned-an-error-550-file-unavailable-e-g-file-not-found-no-access/

or
View the article http://www.techscribe.co.uk/ta/ftp.htm

this uses a .bat file to do the FTP.