Hi! Has anyone encountered the error 'THE_REMOTE_P...
# general
j
Hi! Has anyone encountered the error 'THE_REMOTE_PATH_FOR_FILE_IS_NOT_VALID' when trying to download from the root folder via the SFTP Connector SuiteApp? I put '/' on the Bank Folder - For Processing field. Any idea how to resolve it from the NetSuite side? Thanks!
c
Try using "./" instead of "/" for the root folder path. Some SFTP servers don't like the bare slash - the dot-slash explicitly references current directory and usually resolves that validation error.
j
Sadly, "./" still didn't work