Jump to content

RxFtp: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
Line 34: Line 34:


==Links==
==Links==
* [//hobbes.nmsu.edu/download/pub/os2/apps/internet/mirror/ftp/rexxftp.zip rexxftp.zip]
* [rexxftp.zip]


[[Category:REXX Function Library]]
[[Category:REXX Function Library]]

Revision as of 19:06, 3 July 2022

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

  • [rexxftp.zip]