FTP upload problem

Status
Not open for further replies.

simontang

Posts: 8   +0
When i use mircosoft frontpage, pulbish web, FTP server and log in are done, when trying to transfer, it shown:

553-Can't open that file: Permission denied
553 Rename/move failure: No such file or directory

---------------------------------------------------
What can i do?
 
log

that's the log while i use Cute uploader:
_____________________________________________________________
*** CuteFTP 7.0 - build Jun 6 2005 ***

STATUS:> Transferring file "/index.htm"...
COMMAND:> TYPE A
200 TYPE is now ASCII
COMMAND:> SIZE index.htm
550 Can't check for file existence
STATUS:> Requested action not taken (e.g., file or directory not found, no access).
COMMAND:> CWD /index.htm
550 Can't change directory to /index.htm: No such file or directory
STATUS:> Requested action not taken (e.g., file or directory not found, no access).
COMMAND:> CWD /
250 OK. Current directory is /
STATUS:> PWD skipped. Current folder: "/".
COMMAND:> PASV
227 Entering Passive Mode (65,39,211,43,188,248)
COMMAND:> STOR index.htm
STATUS:> Connecting FTP data socket 65.39.211.43:48376...
553-Can't open that file: Permission denied
553 Rename/move failure: No such file or directory
ERROR:> Access denied.
_______________________________________________________________
 
Maybe you should create a directory on the server and copy your stuff into that?
'/' might be forbidden, but '/testdir' might work.

Maybe another FTP program?
I use the built-in FTP from Powerdesk www.v-com.com
Lets me into any webhost I have the proper access-code for.
 
using dreamweaver....

i try to upload using dreamweaver, it show:

Unable to create remote folder /image.
Access Denied. The file may not exist, or there could be a permission problem.
 
dreamwevar

simontang said:
i try to upload using dreamweaver, it show:

Unable to create remote folder /image.
Access Denied. The file may not exist, or there could be a permission problem.



same thing happened...
 
Status
Not open for further replies.
Back