Jump to content

RxFtp: Difference between revisions

From EDM2
Ak120 (talk | contribs)
m Ak120 moved page RxFTP to RxFtp
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
Rexx Function Package for TCP/IP FTP
{{DISPLAYTITLE:rxFtp}}
'''rxFtp''' is a REXX function package providing access to the OS/2 TCP/IP FTP API as provided by the IBM TCP/IP for OS/2 product (version 1.2.1).


;Files
;Files

Revision as of 00:28, 4 January 2021

rxFtp is a REXX function package providing access to the OS/2 TCP/IP FTP API as provided by the IBM TCP/IP for OS/2 product (version 1.2.1).

Files
RXFTP.DLL

Functions

  • FtpLoadFuncs
  • FtpDropFuncs
  • FtpVersion
  • FtpSetUser
  • FtpSetBinary
  • FtpAppend
  • FtpDelete
  • FtpGet
  • FtpPut
  • FtpPutUnique
  • FtpRename
  • FtpLs
  • FtpDir
  • FtpPwd
  • FtpChDir
  • FtpMkDir
  • FtpRmDir
  • FtpLogoff
  • FtpQuote
  • FtpSite
  • FtpSys
  • FtpProxy

License

  • Author: Patrick Mueller / IBM
  • License: Freeware. IBM License Agreement for OS/2 Tools.

Links