VxFTP: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
No edit summary
Jugbogdan (talk | contribs)
mNo edit summary
Line 1: Line 1:
VxFTP is a multithreaded PM based FTP client for OS/2
{{Software
|Name=VxFTP
|Version=1.00 (Sep 1995)
|Vendor=
|Author=[[Howard T. Hyten]]
|Licence=Freeware
|WWW=
}}
'''VxFTP''' is a multithreaded PM based FTP client for OS/2 developed with Watcom's VX-REXX.


Requirements: You must have IBM TCP/IP for OS/2, either 1.2.1, 2.x, or Warp IAK (Internet Access Kit) installed on your machine. You must also have a very recent version of VROBJ.DLL and RXFTP.DLL (the 32-bit version, which comes with Warp IAK).
;Requirements:
*IBM TCP/IP for OS/2 Version 1.2.1, 2.x, or Warp IAK (Internet Access Kit)
*recent versions of VROBJ.DLL and RXFTP.DLL (the 32-bit version, which comes with Warp IAK).
;Multiple Threads:VxFTP is multi-threaded, thanks to the multi-threading capabilities of on top of which VxFTP is built. Multi-threading makes the application more responsive to the user. Since it is founded on REXX, VxFTP would be unbearably slow if all tasks were obliged to follow one another sequentially. Basically, VxFTP uses two threads, one for local disk access and updating the user interface, and another that talks to the remote host. Thus, if you've changed to another directory remotely and are waiting for the directory contents to be downloaded, you can still affect changes on the local file side.


Multiple Threads:
==Links==
 
* [http://hobbes.nmsu.edu/download/pub/os2/apps/internet/ftp/client/vxftp100.zip vxftp100.zip] - Version 1.00 (1995-09-15)
VxFTP is multi-threaded, thanks to the multi-threading capabilities of Watcom's VX-REXX on top of which VxFTP is built. Multi-threading makes the application more responsive to the user. Since it is founded on REXX, VxFTP would be unbearably slow if all tasks were obliged to follow one another sequentially. Basically, VxFTP uses two threads, one for local disk access and updating the user interface, and another that talks to the remote host. Thus, if you've changed to another directory remotely and are waiting for the directory contents to be downloaded, you can still affect changes on the local file side.
 
 
==Download==
* [http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/apps/internet/ftp/client&file=vxftp100.zip Version 1.00 / 1995-09-15]
 
==License==
* IBM License Agreement for OS/2 Tools 
 
==Author==
* Howard Hyten


[[Category:FTP clients]]
[[Category:FTP clients]]

Revision as of 14:03, 11 June 2019

VxFTP
[[File:{{{Picture}}}|300px]]
Version 1.00 (Sep 1995)
Vendor
Author Howard T. Hyten
License
Download
Website

VxFTP is a multithreaded PM based FTP client for OS/2 developed with Watcom's VX-REXX.

Requirements
  • IBM TCP/IP for OS/2 Version 1.2.1, 2.x, or Warp IAK (Internet Access Kit)
  • recent versions of VROBJ.DLL and RXFTP.DLL (the 32-bit version, which comes with Warp IAK).
Multiple Threads
VxFTP is multi-threaded, thanks to the multi-threading capabilities of on top of which VxFTP is built. Multi-threading makes the application more responsive to the user. Since it is founded on REXX, VxFTP would be unbearably slow if all tasks were obliged to follow one another sequentially. Basically, VxFTP uses two threads, one for local disk access and updating the user interface, and another that talks to the remote host. Thus, if you've changed to another directory remotely and are waiting for the directory contents to be downloaded, you can still affect changes on the local file side.