Click to See Complete Forum and Search --> : Need help on FTP


jack001
12-23-2006, 02:53 AM
hi Guys

I am using internet on LAN

and trying to upload some files to my website via CUTE FTP but gets following error message.

************************************
*** CuteFTP 8.0 - build Oct 12 2006 ***

STATUS:> [23/12/2006 10:45:49 AM] Transferring file "/www/cantfind.html"...
STATUS:> [23/12/2006 10:45:49 AM] Checking directory existence: "/www".
STATUS:> [23/12/2006 10:45:49 AM] Remote directory already exists: "/www".
COMMAND:> [23/12/2006 10:45:49 AM] SIZE cantfind.html
[23/12/2006 10:45:49 AM] 550 Access is denied.
STATUS:> [23/12/2006 10:45:49 AM] Requested action not taken (e.g., file or directory not found, no access).
COMMAND:> [23/12/2006 10:45:49 AM] CWD /www/cantfind.html
[23/12/2006 10:45:50 AM] 550 Can't change directory to /www/cantfind.html: No such file or directory
STATUS:> [23/12/2006 10:45:50 AM] Requested action not taken (e.g., file or directory not found, no access).
COMMAND:> [23/12/2006 10:45:50 AM] CWD /www
[23/12/2006 10:45:50 AM] 250 OK. Current directory is /www
STATUS:> [23/12/2006 10:45:50 AM] PWD skipped. Current folder: "/www".
COMMAND:> [23/12/2006 10:45:50 AM] PASV
[23/12/2006 10:45:50 AM] 227 Entering Passive Mode (209,101,55,158,145,111)
COMMAND:> [23/12/2006 10:45:50 AM] STOR cantfind.html
STATUS:> [23/12/2006 10:45:50 AM] Connecting FTP data socket... 209,101,55,158,145:44429...
[23/12/2006 10:45:51 AM] 550 Access is denied.
ERROR:> [23/12/2006 10:45:51 AM] Requested action not taken (e.g., file or directory not found, no access).

*******************************************************

can anyone help me

thnx in advance
jack

ellanab
12-23-2006, 05:02 AM
Type your web address without the www in front of it.

It should be:
yoursite.com

Sometimes you may need to use:

ftp.yoursite.com

jack001
12-23-2006, 05:09 AM
Type your web address without the www in front of it.

It should be:
yoursite.com

Sometimes you may need to use:

ftp.yoursite.com


i am using

ftp.mysitename.com but still have problem

jack001
12-26-2006, 05:18 AM
plz help me guys

ray326
12-26-2006, 06:23 PM
CWD /www/cantfind.htmlThat doesn't make sense. You CD into a directory, not a file. 550 Access is denied.That means you don't have the right to put files in the /www directory or that cantfind.html already exists there.

jack001
12-27-2006, 01:38 AM
That doesn't make sense. You CD into a directory, not a file. That means you don't have the right to put files in the /www directory or that cantfind.html already exists there.


BUT i CAN ACCESS IT FROM WHERE I HAVE A DIAL UP CONNECTION BUT NOT FROM LAN, MAY BE THE FIREWALL IS B.LOCKING IT..

THNX

ray326
12-27-2006, 08:21 PM
I guess it depends on the source of that 550 but cantfind.html definitely is there in the www directory.