Wrox Programmer Forums
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Dreamweaver (all versions) section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 23rd, 2004, 05:47 PM
Authorized User
 
Join Date: Sep 2003
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Default Uploading

Hey folks,

I've been working on our company's web site and it has been coming along very well, however I'm now running into an uploading problem. I've posted many pages in the past weeks, however this weekend I created 2 pages and no matter what I tried I could not post them on the remote server. I tried putting, synchronize and even copy & paste. In the FTP log it says file cannot be found yet I can open it from local view. I've never had this problem before until this weekend.
Here what the FTP Log shows:

>CWD /www/_mm
>550 /www/_mm: The system cannot find the file specified.
>PORT (IP address)
>200 PORT command successful.
>RETR doorharware.pdf.LCK
>550 doorharware.pdf.LCK: The system cannot find the file specified.
>PWD
>257 "/www/ProductPages" is current directory.
>PORT (IP Address)
>200 PORT command successful.
>LIST
>150 Opening ASCII mode data connection for /bin/ls.
>02-16-04 06:25PM 152212 1pc_self_ lock.pdf
>02-22-04 12:30PM 258740 2pc_ lockstrip.pdf
>02-16-04 06:30PM 403955 bosch_blades.pdf
>02-16-04 06:30PM 571918 bussiness_policies1.pdf
>02-16-04 06:30PM 67152 cavity.pdf
>02-16-04 06:30PM 1809019 chevy_kits.pdf
>02-16-04 06:32PM 9143734 clip_cowl_illustrations.pdf
>02-16-04 06:32PM 96776 dodge_kits.pdf
>02-16-04 06:32PM 182723 domesticwindowguides.pdf
>02-16-04 06:38PM 1106410 dual_durometers.pdf
>02-16-04 06:38PM 223783 espanol.pdf
>02-16-04 06:38PM 359847 flocked_run.pdf
>02-16-04 06:38PM 139674 lockstrip.pdf
>02-22-04 12:31PM 100979 nissan_kits.pdf
>226 Transfer complete.
>CWD /www/_mm
>550 /www/_mm: The system cannot find the file specified.
>TYPE I
>200 Type set to I.
>PORT (IP Address)
>200 PORT command successful.
>STOR doorharware.pdf
>150 Opening BINARY mode data connection for doorharware.pdf.
>426 Connection closed; transfer aborted.
>QUIT
>220 BUNSEN Microsoft FTP Service (Version 5.0).
>USER (name)
>331 Password required for USER (name).
>PASS

>*** 230 User (name) logged in.
>SYST
>215 Windows_NT version 5.0
>PWD
>257 "/" is current directory.
>CWD /www
>250 CWD command successful.
>CWD /www/_mm
>550 /www/_mm: The system cannot find the file specified.
>CWD /
>250 CWD command successful.
>RNFR www/ProductPages/doorharware.pdf
>550 www/ProductPages/doorharware.pdf: The system cannot find the file
>specified.
>RNFR www/ProductPages/_notes/doorharware.pdf.mno
>550 www/ProductPages/_notes/doorharware.pdf.mno: The system cannot find the
>path specified.
>CWD /www/ProductPages
>250 CWD command successful.
>PWD
>257 "/www/ProductPages" is current directory.
>TYPE A
>200 Type set to A.
>PORT (IP Address)
>200 PORT command successful.
>LIST
>150 Opening ASCII mode data connection for /bin/ls.
>02-16-04 06:25PM 152212 1pc_self_ lock.pdf
>02-22-04 12:30PM 258740 2pc_ lockstrip.pdf
>02-16-04 06:30PM 403955 bosch_blades.pdf
>02-16-04 06:30PM 571918 bussiness_policies1.pdf
>02-16-04 06:30PM 67152 cavity.pdf
>02-16-04 06:30PM 1809019 chevy_kits.pdf
>02-16-04 06:32PM 9143734 clip_cowl_illustrations.pdf
>02-16-04 06:32PM 96776 dodge_kits.pdf
>02-16-04 06:32PM 182723 domesticwindowguides.pdf
>02-16-04 06:38PM 1106410 dual_durometers.pdf
>02-16-04 06:38PM 223783 espanol.pdf
>02-16-04 06:38PM 359847 flocked_run.pdf
>02-16-04 06:38PM 139674 lockstrip.pdf
>02-22-04 12:31PM 100979 nissan_kits.pdf
>226 Transfer complete.
>The file "www/ProductPages/doorharware.pdf" was skipped because the old
>remote file could not be deleted.
>NOOP
>200 NOOP command successful.

Thanks for any feed back.

Derek

 
Old February 24th, 2004, 04:30 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi Derek,

The .lck (lock) files are used by Dreamweaver to enable check-in and check-out. They store information about who has checked out which file.

I haven't run into your problem before, but you may be able to work around it by temporarily disabling check-in/out in Dreamweaver. Then you should delete all .lck files form the server (if possible, look locally at the server, files may be hidden, or have your FTP account display hidden files).

Also, remove any .lck files you may have locally. They shouldn't be there, though.

Then try to synchronize your site. If it works, you can enable check-in/out again.

HtH,

Imar


---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
 
Old February 25th, 2004, 11:16 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 347
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Adam H-W
Default

try using another ftp client - www.downloads.com - I've run into problems before too using dw as an ftp client.

Cheers
 
Old February 25th, 2004, 01:27 PM
Authorized User
 
Join Date: Sep 2003
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I disabled checkin/checkout and didn't seem to help any.

I think I will try another ftp client.

Thanks for the help guys.

Derek

 
Old March 8th, 2004, 04:28 PM
Authorized User
 
Join Date: Sep 2003
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi Imar, Adam,

I just wanted to follow up and let you know that once I stated using a ftp client, I quickly realised that I ran out of space on the web server because we already have our current site up on it . I was able to delete enough files that weren't being utilised to post the rest of my new site. Dreamweaver never gave me any clue that this was the problem although I have a feeling that I'll never make this mistake again

Cheers

Derek







Similar Threads
Thread Thread Starter Forum Replies Last Post
after Uploading...? ashokparchuri General .NET 3 June 10th, 2005 06:12 AM
Before Uploading ashokparchuri General .NET 1 June 7th, 2005 07:17 AM
Help in uploading sonurijs Pro JSP 3 March 5th, 2005 04:54 PM
about uploading shine SQL Server ASP 1 June 5th, 2003 06:35 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.