How to specify relative versus absolute paths in the FTP URL via the BC configuration GUI

How to specify relative versus absolute paths in the FTP URL via the BC configuration GUI

book

Article ID: KB0087830

calendar_today

Updated On:

Products Versions
TIBCO BusinessConnect -
Not Applicable -

Description

Resolution:
1. Specifying a relative PATH (from the logged user HOME directory)

URL:    ftp:/host:port/dir1/dir2/*
mask:    empty

The resulting command issued by our FTP-MGET will be:
    NLST dir1/dir2/*

Hence files will be retrieved from the &ltftp_user_HOME>/dir1/dir2 directory


2. Specifying an absolute PATH (from the "/" root directory)
URL:    ftp:/host:port//dir1/dir2/*
mask:    empty

The resulting command issued by our FTP-MGET will be:
    NLST /dir1/dir2/*

Hence files will be retrieved from the /dir1/dir2 directory

Issue/Introduction

How to specify relative versus absolute paths in the FTP URL via the BC configuration GUI