Search found 2 matches

by buzzia
Tue Jul 25, 2023 7:18 pm
Forum: FTPAPI
Topic: No such path or directory on IFS
Replies: 3
Views: 52729

Re: No such path or directory on IFS

Hi Scott,
here there is a small code that run over your api.

**FREE

Ctl-Opt decedit('0,') datedit(*dmy.);
ctl-opt main(setlogadm);

/COPY LIBFTP/QRPGLESRC,APIFTP
/INCLUDE DEVSRC/UTIAPI,APISYS

dcl-proc setlogadm;

dcl-s sess int(10) inz(0);
dcl-s to varchar(50) inz(*blank);
dcl-s msg ...
by buzzia
Tue Jul 25, 2023 1:43 pm
Forum: FTPAPI
Topic: No such path or directory on IFS
Replies: 3
Views: 52729

No such path or directory on IFS

Hi,
I'm trying the API to do ftp. For the libraries part I have no problem, for the IFS part, for every attempt I make the message is returned to me "This path or directory does not exist" even if with the WRKLNK the file and the path exist.
I'm using a lpar with V7R5M0