Can you paste your FTP log in the forum so we can look at whats happening in the backend. rcp DiscountASP.NET www.DiscountASP.NET
FTP log is below of me trying to transfer index.html file on discountasp root directory. Strangely enough, despite the access denied error, the file actually is transferred! But I can't see any files in the root directory, and I've tried with four ftp programs already. I'm using a Mac, could that cause this strage problem? _____________________ PASV 227 Entering Passive Mode (216,177,89,9,8,135). LIST 125 Data connection already open; Transfer starting. 226 Transfer complete. TYPE I 200 Type set to I. PASV 227 Entering Passive Mode (216,177,89,9,8,142). STOR index.html 550 index.html: Access is denied. : /index.html TYPE A 200 Type set to A. PASV 227 Entering Passive Mode (216,177,89,9,8,143). LIST 125 Data connection already open; Transfer starting. 226 Transfer complete.
Hello, I'm having a hard to sending one simple index.html to my DiscountASP site via FTP Client. I can't create directories to root nor can I send index.html there. How can these simple operations be made? -pom-
...forgot to mention that I can access the ftp-service with ftp-client, but when I try to copy something there I get the error '550 Access Denied'. -pom-
Have you checked if the ftp login you are using to connect has enough quota space assigned to it? Log into your control panel and under User Quota manager make sure that that user has enough space assigned to it. rcp DiscountASP.NET www.DiscountASP.NET