Jump to content
OMRON Forums

scarlson

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by scarlson

  1. Try connecting directly to ftp server with ftp client. Validate that you can login with the *new* password?

     

    I changed the password on my PMAC following the instructions found on another post here

     

    http://forums.deltatau.com/showthread.php?tid=1979

     

    The issue that I'm getting now when I try to upload my code is that the IDE tells me "Could not Connect to Power Pmac FTP client, ...."

     

    I believe that this is because I changed the login password on the PMAC. Is there a place I that I can change the FTP configuration in the IDE?

     

    Right now I had to change the password back in order to upload new code.

     

    thank you,

    Windell

  2. Good day Everyone --

     

    I'm attempting to use the Disk Image backup mechanism from the IDE.

     

    I am able to mount the Windows shared folder via running this from the shell:

    mount -t cifs -o username=username,password='password' //192.168.127.2/PPMAC_Shared_Folder /media/shared

     

    The password does have some special symbols, so I wrapped it with single quotes.

     

    I am able to access /media/shared no problem.

     

    However, if I attempt to use IDE in the Backup (Disk Image) menu, I receive an error unable to mount (Using the same credentials as command line)

     

    ---------------------------

    Error

    ---------------------------

    Unable to mount host computer's shared drive: \\192.168.127.2/PPMAC_Shared_Folder on /media/shared. Backup process aborted

     

    I Do notice the double backslash vs double frontslash is one of the possible issues.

    When I click the proceed button, does the above CLI command get executed?

     

    If I do not use the single quotes around my password, i get an error from CLI. I suspect this has something to do with it. Are you wrapping the user's password when building the command for linux cli?

     

    Thanks in Advance,

    Scott

×
×
  • Create New...