FTP and multiple filesystems

FTP and multiple filesystems

2
NewbieNewbie
2

    Feb 16, 2007#1

    L.S.,

    We use UltraEdit 10.00b to develop and maintain programs on a UNIX-server.
    Recently we requested another department here at work to split out current filesystem into two separate filesystems, like this:

    filesystem1 /opt/alert
    filesystem2 /opt/alert/production

    Now everytime we want to retrieve a file within the /opt/alert/production directory, we get the following errordialog:

    Error retrieving current directory
    Request denied:
    550 the getwd subroutine failed.

    The problem doesn't occur when we access any other directory within the /opt/alert directory.

    Could anyone tell me how to circumvent this problem?

    Regards,
    Raoul.

      Feb 20, 2007#2

      Solution already made!

      It had something to do with unmounting the filesystem, mounting the filesystem and some additional rights for our users.
      Sorry, i don't have all the details...

      Regards, Raoul.