Jump to content

RxFtp: Difference between revisions

From EDM2
Created page with "Rexx Function Package for TCP/IP FTP ;Files : RXFTP.DLL ==Functions== * FtpLoadFuncs * FtpDropFuncs * FtpVersion * FtpSetUser * FtpSetBinary * FtpAppend * FtpDelete * FtpGet..."
 
Ak120 (talk | contribs)
Line 33: Line 33:


==Links==
==Links==
* [http://www.os2site.com/sw/dev/rexx/libs/rxftp_93.zip]
* [//hobbes.nmsu.edu/download/pub/os2/apps/internet/mirror/ftp/rexxftp.zip rexxftp.zip]


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

Revision as of 00:24, 4 January 2021

Rexx Function Package for TCP/IP FTP

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