Hi,
I can’t seem to see an answer to this in the forum or documentation.
I can connect to a UNIX ftp and download files from my home directory just fine (and below the directory in the structure).
I’m struggling to download something from another directory using an absolute path. The file exists activity returns true for an absolute path, but nothing happens when i try and download from the same path.
e.g. my home directory is /home/joe
a file called test1.txt in that directory may be downloaded using ‘test1.txt’ as the remote path.
But a file ‘test2.txt’ in the directory /work/folder_a/ cannot be downloaded by using either ‘/work/folder_a/test2.txt’ as the remote path, or ‘./…/…/work/folder_a/test2.txt’
Has anyone had the same problem and resolved it?
Thanks