Hello, I'm a new user just today and am pretty familiar with the workings of FTP. But I seem to be having a sever-side issue of some sort. When trying to upload index.html I get the following error:
---------------------------------------------------------------------------------------------------
Status: Directory listing successful
Status: Resolving IP-Address for nummies.vndv.com
Status: Connecting to 207.210.86.252:21...
Status: Connection established, waiting for welcome message...
Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Response: 220-You are user number 31 of 250 allowed.
Response: 220-Local time is now 10:07. Server port: 21.
Response: 220-This is a private system - No anonymous login
Response: 220-IPv6 connections are also welcome on this server.
Response: 220 You will be disconnected after 2 minutes of inactivity.
Command: USER nummies
Response: 331 User nummies OK. Password required
Command: PASS **********
Response: 230-User nummies has group access to: vhosts
Response: 230 OK. Current restricted directory is /
Status: Connected
Status: Starting upload of C:\Users\Eric\Web Documents\index.html
Command: CWD /
Response: 250 OK. Current directory is /
Command: PWD
Response: 257 "/" is your current location
Command: TYPE A
Response: 200 TYPE is now ASCII
Command: PASV
Response: 227 Entering Passive Mode (207,210,86,252,147,183)
Command: STOR index.html
Response: 553 Rename/move failure: Read-only file system
Error: Critical error
Status: Disconnected from server
-----------------------------------------------------------------------------------------
So I read somewhere that the problem is that the file is read-only which I'm trying to overwrite. I'm wondering if this is because I just setup my account and maybe have to do something else? Anyhow any feedback would be much appreciated.
Thanks,
Eric Hoogeveen
