[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: TESTPUT NAMEFMT 1



Sender: Scott Klement <klemscot@xxxxxxxxxxxx>


> callp     ftp_binary(*on)
> if        ftp_put(sess: '/fips.exe': '/fips2.exe')<0
> eval      Msg = ftp_error
> dsply                   Msg
> endif

You've got the filenames in the wrong order.  It should be:

    if        ftp_put(sess: '/fips2.exe': '/fips.exe')<0

Unfortunately, that's the opposite sequence from what the IBM client
requires -- but it's too late to change it now, too many people are using
it.
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubsribe from the list send mail
to majordomo@xxxxxxxxxxxxx with the body: unsubscribe ftpapi mymailaddr
-----------------------------------------------------------------------