FTP problem with FreeBSD 8 and ProFTP version 1.3.2c

My web host just updated my server to FreeBSD 8. The FTP functionality in iWeb stopped working after the update. It appears to be a permission problem, but Transmit works flawlessly.
Any ideas as to why iWeb and my server aren't playing nice?
Thanks!
Micah
Here are the console logs:
2/11/10 4:34:06 PM iWeb[4984] [Error] PUT TRANSACTION t2 failed: Error Domain=FTPKitErrorDomain Code=2 UserInfo=0x16f9c2e0 "The operation couldn’t be completed. Could not change permissions of “feed.xml”."
2/11/10 4:34:06 PM iWeb[4984] [Error] PUT TRANSACTION t5 failed: Error Domain=FTPKitErrorDomain Code=2 UserInfo=0x16f9c2e0 "The operation couldn’t be completed. Could not change permissions of “feed.xml”."
2/11/10 4:34:06 PM iWeb[4984] [Error] FTPKit: Error Error Domain=FTPKitErrorDomain Code=2 UserInfo=0x16f9c2e0 "The operation couldn’t be completed. Could not change permissions of “feed.xml”."
2/11/10 4:34:06 PM iWeb[4984] [Error] PUT TRANSACTION t4 failed: Error Domain=FTPKitErrorDomain Code=2 UserInfo=0x15a9e2a0 "The operation couldn’t be completed. Could not change permissions of “Welcome.js”."
2/11/10 4:34:06 PM iWeb[4984] [Error] FTPKit: Error Error Domain=FTPKitErrorDomain Code=2 UserInfo=0x15a9e2a0 "The operation couldn’t be completed. Could not change permissions of “Welcome.js”."
2/11/10 4:34:07 PM iWeb[4984] [Error] PUT TRANSACTION t6 failed: Error Domain=FTPKitErrorDomain Code=2 UserInfo=0x15a9e180 "The operation couldn’t be completed. Could not change permissions of “Welcome.css”."
2/11/10 4:34:07 PM iWeb[4984] [Error] FTPKit: Error Error Domain=FTPKitErrorDomain Code=2 UserInfo=0x15a9e180 "The operation couldn’t be completed. Could not change permissions of “Welcome.css”."
2/11/10 4:34:07 PM iWeb[4984] [Error] Exception in background publish: CPMessageException: There was an error communicating with the FTP server. Try again later, or check with your service provider.
2/11/10 4:34:07 PM iWeb[4984] Publish error: There was an error communicating with the FTP server. Try again later, or check with your service provider.

Yes, I worked with my web host yesterday to try to figure it out.
Just because Transmit works that doesn't mean that I should have to settle with using it. I like using the built-in functionality in iWeb.
The odd thing is that one works and the other doesn't. Hence my question.

Similar Messages

  • Sync problem with Outlook 2007 and BDS version 7.1

    I upgraded from 6 to 7,1 on Blackberry Desktop Software and now get the following error when trying to USB sync.  I use homail account through outlook connector.
     "Unable to access local folders. If your Outlook profile uses Hotmail connector, you must create a local data store (PST) and set it as the default delivery location for the profile."
    I have had no problems syncing until I upgraded to version 7.1.  Is there a fix for this or how do I reinstal version 6.
    Thanks in advance

    Hi and Welcome to the Community!
    Here is a KB that discusses that error:
    KB32597 A Hotmail connector error appears when attempting to synchronize with Microsoft Outlook using the BlackBerry Desktop Software
    Hopefully it contains something useful! There also are multiple existing threads on this site that discuss that exact error...your review of those might prove useful, and a search of this site, using the error message, error code, or symptom, should reveal all applicable existing threads to you.
    As an alternative, I suggest this thread:
    http://supportforums.blackberry.com/t5/Desktop-Sof​tware-for-PC/Cleanly-quot-Starting-Over-quot-with-​...
    It starts with a process for cleanly starting over, and there is some discussion, and there is also a post (15) with links to older Desktop Software versions, if those are needed. Note that this is not, by any means, guaranteed to work...but it has worked for many to resolve issues they are having.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Problems with NiMath-library and Evaluation version

    I'm evaluating Measurement Studio with the Evaluation version together with Visual Studio .NET 2003 (VC++). Always when I write a program that uses functions in the NiMath library I got problems when linking. I got the same errors when I try to build any of the including Math examples. When I'm not using functions in NiMath everything works.
    Example
    I create a project and add the following lines
    CNiReal64Vector m_wave;
    CNiMath:ineWave(m_wave, 100, 1);
    When i build the following errors appears:
    test error LNK2019: unresolved external symbol "public: int __thiscall NI::CniDemo::Access(void)" (?Access@CniDemo@NI@@QAEHXZ) referenced in function "public: static enum NI::MathError __cdecl NI::CNiMath::ImpulseWave(class NI::CNiScalarVector<double> &,double,int)" (?ImpulseWave@CNiMath@NI@@SA?AW4MathError@2@AAV?$CNiScalarVector@N@2@NH@Z)
    test error LNK2019: unresolved external symbol "class std::auto_ptr<class NI::CniDemo> NI::global_demo" (?global_demo@NI@@3V?$auto_ptr@VCniDemo@NI@@@std@@A) referenced in function "public: static enum NI::MathError __cdecl NI::CNiMath::ImpulseWave(class NI::CNiScalarVector<double> &,double,int)" (?ImpulseWave@CNiMath@NI@@SA?AW4MathError@2@AAV?$CNiScalarVector@N@2@NH@Z)
    /pek

    Hello!
    I couldn’t find anything reported about this on our portal but I found some similar issues that might help you out.
    Things to check:
    Linking directories are not set correctly. Go to Tools>>options>>directories and add all the directories for the include files and lib files. This should get your program linking up.
    Have you made sure that all of the necessary .lib files are properly linked to?
    In order to resolve this external symbol you will have to provide the necessary files to the linker by either listing the files in your project file list (right-click on your project in the file view and select "add files to project...") or by going into your project's settings and entering the path to the files for which to link (go to Project >> Settings..., select the Link tab, select Input from the drop-down menu, and put the paths you want to add in the Additional Library Path field).
    Hope this helps!
    Regards,
    Jimmie A.
    Applications Engineer, National Instruments
    Regards,
    Jimmie Adolph
    Systems Engineer Manager, National Instruments Northern Region
    Bring Me The Horizon - Sempiternal

  • Problem with Rescue & Recovery and older version backups

    I have R&R version 4.23 on a R61i running XPP. Two problems:
    1) It will not recognize older version backups on external HD. Any way to retrieve a few files only from old backup?
    2) How do I delete an older version backup on internal HD which is not accessible but taking up lot of space? It seems to be hidden but is there.
    Thanks!

    hey harryr,
    could you provide a screenshot of any error that you're receiving when you tried to use the R&R ?
    Curious to know, those backup that you have, was it done before upgrading to R&R v4.23 ? and if you copied the backup file from external to internal HDD, are you able to recover the backup ?
    For number 2, is that backup located on the C:\ ? If it is, try changing the view to show all hidden files.
    Also, do check if your system is updated too.
    Latest Drivers and Software for R61>>
    http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-67856
    WW Social Media
    Important Note: If you need help, post your question in the forum, and include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    Follow @LenovoForums on Twitter!
    Have you checked out the Community Knowledgebase yet?!
    How to send a private message? --> Check out this article.

  • Having a problem with LR5 install and beta version

    I uninstalled LR5 beta first, then purchased and installed LR5  on windows 7. Now when I open LR5 I only get the images I download on the beta version and not my LR4 catalogs etc. How do I get LR4 to merge into LR5 new install?

    Jan, it sounds like most of your work is in your LR4 catalog?  In that case, I would start Lightroom 5, go to File > Open Catalog and point to your Lightroom 4 catalog (like dj_paige said).  Lightroom 5 will update your LR4 catalog.  Depending on how many images are in your catalog, this could take some time.
    Once your Lightroom 4 catalog is completely upgraded, decide if you want to merge your beta catalog into the upgraded catalog or not.  If you do, you can do File > Import from Another Catalog and point to your Beta catalog.  This will merge it into your newly-updated Lightroom 4 catalog. 

  • I have upgraded Apple Aperture from version 2 to version 3 and I'm having a problem with the "Highlights and Shadows" adjustment. According to the user's manual, I should have access to an advanced disclosure triangle which would allow me to adjust mid co

    I have upgraded Apple Aperture from version 2 to version 3 and I'm having a problem with the "Highlights and Shadows" adjustment. According to the user's manual, I should have access to an advanced disclosure triangle which would allow me to adjust mid contrast, colour, radius, high tonal width and low tonal width.
    If anyone has any suggestions as to how to access this advanced section, I'd be most grateful.

    Hi David-
    The advanced adjustments in the Highlights & Shadows tool were combined into the "Mid Contrast" slider in Aperture 3.3 and later. If you have any images in your library that were processed in a version of Aperture before 3.3, there will be an Upgrade button in the Highlights & Shadows tool in the upper right, and the controls you asked about under the Advanced section. Clicking the Upgrade button will re-render the photo using the new version of Highlights & Shadows, and the Advanced section will be replaced with the new Mid Contrast slider. With the new version from 3.3 you probably don't need the Advanced slider, but if you want to use the older version you can download it from this page:
    http://www.apertureexpert.com/tips/2012/6/12/reclaim-the-legacy-highlights-shado ws-adjustment-in-aperture.html

  • HT4972 I have an iphone 4 , but it still has the ios 4 , and i want to upgrade it to a newer version , but when I try to do it via  Itunes it says there's a problem with the internet (and the internet it's working fine) and it won't work ,how can i upgrad

    I have an iphone 4 , but it still has the ios 4 , and i want to upgrade it to a newer version , but when I try to do it via  Itunes it says there's a problem with the internet (and the internet it's working fine) and it won't work ,how can i upgrade?

    try rebooting your computer.

  • Problems with itunes 8 and ipod shuffle gen 2.

    Problems with itunes 8 and ipod shuffle gen 2.
    I recently upgraded from itunes 7 to itunes 8 on my windows XP PC. That's when i had issues syncing my 2nd gen shuffle.
    When i try to drag songs directly on it, itunes says i can't
    I made a playlist and use auto fill. But when I remove it from the dock, it's either not updated, or the new songs are at the bottom of the playlist when they are supposed to be up higher. I end up having to hit auto fill twice to make it sync correctly.
    Computer Specs
    Windows XP SP3
    384MB of Ram (works really good)
    USB 1.1 connection
    Pentium 4 clocked at 1.285 GHZ
    IPOD Shuffle Specs
    2nd Generation
    1GB (964MB)
    Version 1.0.4
    unchecked options: open itunes when ipod is attached, Sync only checked songs, convert higher bit rate songs to 128kbps AAC, Enable sound check, Limit MAX volume, enable disk use
    All those are NOT checked. Sometimes i enable disk use for seeing the IPOD_Control folder, but either way it still messes up.
    Itunes Specs:
    Version 8.1.1.10

    This is a well-known issue. Apple changed the internal file names used with iTunes 8, which makes the ordering on 2nd generation Shuffles behave differently. There is no good workaround, apart from moving the files with a hand-crafted AppleScript program.
    Apple has been silent on the issue, so nobody knows if we'll ever have a fix for it or not.

  • Anyone NOT having problems with ITunes 8 and latest firmware update???

    I have really been put off updating to ITunes 8. The firmware update appears to be doing well. Is there anyone that uses a MacBook like myself who have had absolutely NO problems with new Itunes and firmware update? Answers on the back of a £50 note....

    Not having issues now that I have updated all i(hardware) firmware to version 2.1, two phones and an iPod Touch, all work fine (So Far) (knocking on wood). As far as iTunes goes I have mixed feelings. It's a bit faster and more stable, however they removed the "Burn CD" ability from the software. That blows a bit as I would make CD's from some of my play lists to play in the car. Yes I can dock my devices in the car, but as a matter of convenience it's easier to fire up the CD when your in a rush.

  • Problem with java, ASCII and Linux

    Hi Friends,
    I has a Linux RedHat 9.0 with a jre1.5.0_04 (rpm package of Sun).
    I has a problem with ASCII , for example :
    import java.io.*;
    public class HolaMundo
    public static void main (String[] args)
    System.out.println("Hol� M�ndo");
    this programs runs ok on my windows jdk so it prints "Hol� M�ndo", but when i run the same HolaMundo.class program on my linux redhat it prints "Hol�� M��ndo"
    I think the problem is with the ASCII table that uses the linux version of jre, but i dont know how to solve this problem. I need a Spanish-European ASCII table on my application but i think it is working with a US-ASCII table.
    Then i has installed a kaffe 1.0 (rpm) java machie on this linux and this solve the problem but i has another problems of compatibility with this old version of java kaffe.
    Do you know whats happening?
    Thanks in advance.

    The problem doesn't have to do anything with Java or Linux as far as i can see. It's more likely a problem with Windows XP and IE. Be assured that normally downloading the Linux JDK in windows is not a problem.

  • Problem with the MenuBar and how can i delete a own component out of the storage

    Hello,
    I opened this thread in the category "Flex Builder 2", but
    under this category my questions fit better.
    I have a problem with the MenuBar and a question to delete a
    component out of storage.
    1. We have implemented the MenuBar, which was filled
    dynamically with XML data.
    Sporadically it will appear following fault, if we "mousover"
    the root layer.
    RangeError: Error #2006: Der angegebene Index liegt
    außerhalb des zulässigen Bereichs.
    at flash.display::DisplayObjectContainer/addChildAt()
    at mx.managers::SystemManager/
    http://www.adobe.com/2006/flex/mx/internal::rawChildren_addChildAt()
    at mx.managers::SystemManager/addChild()
    at mx.managers::PopUpManager$/addPopUp()
    at mx.controls::Menu/show()
    at mx.controls::MenuBar/::showMenu()
    at mx.controls::MenuBar/::mouseOverHandler()
    Here a abrid ged version of our XML to create the MenuBar:
    <Menuebar>
    <menu label="Artikel">
    <menu label="Artikel anlegen" data="new_article" />
    <menu label="Artikel bearbeiten" data="edit_article" />
    <menu label="Verpackung">
    <menu label="Verpackung anlegen" data="new_package" />
    <menu label="Verpackung bearbeiten" data="edit_package"
    />
    </menu>
    <menu label="Materialgruppe">
    <menu label="Materialgruppe anlegen"
    data="new_materialgroup" />
    <menu label="Materialgruppe bearbeiten"
    data="edit_materialgroup" />
    </menu>
    </menu>
    </Menuebar>
    It is a well-formed XML.
    2. Delete a component out of storage
    We have some own components (basically forms), which will be
    created and shown by an construct e.g.
    var myComponent : T_Component = new T_Component ;
    this.addChild(myComponent)
    Some of our forms will be created in an popup. On every call
    of the popup, we lost 5 mb or more, all childs on the windows will
    be removed by formname.removeAllChild();
    What cann we do, that the garbage collector will dispose this
    objects.
    Is there a way to show all objects with references (NOT
    NULL)?
    I have read in the Flex Help, that
    this.removeChild(myComponent) not delete the form and/or object out
    of the storage.
    Rather the object must be destroyed.
    It is sufficient to call delete(myComponent) about remove
    this object out of the storage as the case may be that the
    garbage-collector remove this object at any time?
    Or how can I destroy a component correctly. What happens with
    the widgets on this component e.g. input fields or datagrids?
    Are they also being deleted?
    Thanks for your help.
    Matze

    If you mena the "photo Library" then you cannot delete it.
    This is how iphone handles photos.  There are not two copies.  There a re simply two places from which to access the same photos.  ALL photos synced to iphone can be accessed via Photo Library.  Those same pics can be accessed via their individual folder.

  • Is there a problem with the itunes and quick time download pages or is it my internet.

    Is there a problem with the itunes and quicktime download pages or is it just my internet.

    Some more developments ... the issue appears to be browser-specific. I can't see the download controls at the moment in either IE 8 (I'll get your message) or Safari for Windows 5.0.5 (I'll just get the blank box). But I can see the download controls in Firefox 4 and Chrome (whatever version I have of that).
    So it might be worth installing Firefox and seeing if you can get the downloads via that:
    http://www.mozilla.com/en-US/firefox/new/

  • My iphone 4 was crushed on the road.  Bought a 4 replacement tried to restore it in itunes to get my contact info and it said there was a problem with my phone and I should contact mean

    My iphone 4 was crushed on the road.  Bought a 4 replacement tried to restore it in itunes to get my contact info and it said there was a problem with my phone and I should contact apple store.  What does that mean please?

    Is the replacement exactly the same as the original ie same memory size & same version? If so it may require updating the OS software before trying to restore your stuff from the backup.

  • Hi I have had problems with photo's and films going onto a 2010 Apple classic MP3.  Have managed to sort photos but it still refuses to copy the films purchased. It comes up with not copied cannot be played on this ipod.

    Hi have had problems with photo's and films going onto a 2010 Apple Classic mp3. Have managed to sort photo's but the films won't copy and comes up with message videos not copied cannot be played on this ipod

    razzbust wrote:
    ...but the films won't copy and comes up with message videos not copied cannot be played on this ipod
    Self explanatory.
    You could try creating an iPod version of the films.
    Use CTRL and B to display the Menu bar shown above. Alternatively, use the ALT key, followed by the F key, the W key and finally the I (eye) key - that's (menu)/File/Create New Version/Create iPod or iPhone version.

  • Problems with captivate 8 and windows 8

    I´m using captivate 8 and windows 8, and I am having problems with the visualization and publication of my projects. For visualization, there is a message of an error with syntax of the files ou directory, and nothing happens. For publication, I can´t see the project published in the browser. It opens only a text file, with the codes. Is there anyone thar can help me with that?

    Acrobat 8 is not certified for Win7, particularly the x64 version. If you got the installation to go, the first step is to update AA8 to at least AA8.2. The x64 with XP required at least AA8.2 and I suspect that has not changed. I would suggest updating to the latest, either from the help menu (until no more updates are available) or by downloading the updates from the adobe.com>downloads page. For the latter, download ALL updates after your current version and install them in ORDER. They are not cummulative in most cases. You only need to reboot after the final update. The updates may get you going. If not, you may simply have to upgrade to AA9 or search for what others have been able to do in your situation.

Maybe you are looking for