Customer Portal

Comments 2

  • Avatar
    svecp
    0
    Comment actions Permalink
    Hi,

    are you using embedded browser to select path on a remote server, or you're copy&pasting address? Error you're getting might relate to file system restrictions. What kind of remote system we're talking about? Linux? Windows?

    The thing is, when you're trying to reach a directory let's say "/my/directory/structure/is/very/deep.txt" and you don't have "execute" permission to directory "structure" at Linux OS, you'll get "directory does not exist" instead of expected "permission denied" error. Could not this be your case?

    For example, I get following error:
    --------------------------------- Error details ----------------------------------
    Component [ListFiles:LIST_FILES] finished with status ERROR. (Out0: 0 recs)
    Failed to list ftp://clover:***@griffin/opt/VBoxGuestAdditions-5.0.14/bin
    Directory listing failed
    File not found: "ftp://clover:***@griffin/opt/VBoxGuestAdditions-5.0.14/bin"
    ----------------------------------------------------------------------------------


    When "VBoxGuestAdditions-5.0.14" has following permissions:
    drwxr-xr--.  2 root   root      6 Jun 21  2016 VBoxGuestAdditions-5.0.14


    If I:
    chmod o+w /opt/VBoxGuestAdditions-5.0.14

    my graph finishes successfully. Using vsFTP@CentOS 7.
  • Avatar
    anyeone
    0
    Comment actions Permalink
    Hi Pavel,
    That wasn't it but your suggestion helped me figure it out.

    I added a ListFiles component beforehand to try to view the contents of the directory I was trying to write to. It turns on that when I *manually* sftp to that server and log in as the user in question it drops me in that user's folder automatically. However, when the Clover server sftp's there, you have to additionally add the user folder to the path or it is trying to look under the root.

    So the problem was that it was actually trying to drop to serverdomain/4/archive rather than serverdomain/userfolder/4/archive
    and once I manually added the username folder to the path, it worked.

    So thank you very much :)

Please sign in to leave a comment.