error creating directory in ftp : access Denied
-
hi all, i m creating a folder in ftp but it is giving error that "access denied to path " can anybdy tell me how can i do this ? Thanks in Advance.
-
hi all, i m creating a folder in ftp but it is giving error that "access denied to path " can anybdy tell me how can i do this ? Thanks in Advance.
I guess you don't have the right to create a folder at the ftp-server. You may ask the admin...
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.
-
hi all, i m creating a folder in ftp but it is giving error that "access denied to path " can anybdy tell me how can i do this ? Thanks in Advance.
-
hi all, i m creating a folder in ftp but it is giving error that "access denied to path " can anybdy tell me how can i do this ? Thanks in Advance.
Dhrumil_Shukla wrote:
i m creating a folder in ftp but it is giving error that "access denied to path "
As you are doing it from a ASP.NET web application, you need to know about some certain things.If you are trying it in VS Studio, then you need to write access to the ftp folder only. If your application hosted on server, then you need to give right access to that folder for every one to write OR need to create separate application pool with "Local System" Identity. Regards, Abhijit
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net My Latest Article : IIS Remote Debugging
-
hi all, i m creating a folder in ftp but it is giving error that "access denied to path " can anybdy tell me how can i do this ? Thanks in Advance.
You ought to ensure that right privileges are possessed by the logged on client.
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
The woods are lovely, dark and deep, But I have promises to keep, And miles to go before I sleep, And miles to go before I sleep! -
hi all, i m creating a folder in ftp but it is giving error that "access denied to path " can anybdy tell me how can i do this ? Thanks in Advance.
If your userid have only readonly rights, you cant create folder or upload files to the FTP site with that particular user. Ask your admin who can configure the FTP to give you proper rights.:rose:
Abhishek Sur My Latest Articles Working with Excel using MDAC
Basics on LINQ and Lambda Expressions
Create .NET Templates