Z88Transfer 3.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Z88Transfer 3.1 (Default branch)
# 1  
Old 12-26-2008
Z88Transfer 3.1 (Default branch)

ImageZ88Transfer is a transfer utility written withPython and PyGTK that allows a Linux machine tosend and receive files from Z88 computers (createdin 1987 by Sir Clive Sinclair in his last computercompany, Cambridge Computers). Z88transfersupports IMP-EXPORT, EAZYLINK, and PCLINK-IIprotocols, and can convert automagically betweenAbiword/RTF format and PipeDream, Z88's nativeformat.License: GNU General Public License v3Changes:
This release allows you to copy files from the PC with upper case letters in the filename. It hides files ending in ~. It supports filenames with the '-' character, and has better detection of invalid filenames. It fixes a bug that prevented the transmission of binary files under Windows. It fixes a bug when the user cancels a transfer.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
CURLINFO_PRETRANSFER_TIME(3)				     curl_easy_getinfo options				      CURLINFO_PRETRANSFER_TIME(3)

NAME
CURLINFO_PRETRANSFER_TIME - get the time until the file transfer start SYNOPSIS
#include <curl/curl.h> CURLcode curl_easy_getinfo(CURL *handle, CURLINFO_PRETRANSFER_TIME, double *timep); DESCRIPTION
Pass a pointer to a double to receive the time, in seconds, it took from the start until the file transfer is just about to begin. This includes all pre-transfer commands and negotiations that are specific to the particular protocol(s) involved. It does not involve the send- ing of the protocol- specific request that triggers a transfer. See also the TIMES overview in the curl_easy_getinfo(3) man page. PROTOCOLS
All EXAMPLE
TODO AVAILABILITY
Added in 7.4.1 RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not. SEE ALSO
curl_easy_getinfo(3), curl_easy_setopt(3), libcurl 7.54.0 February 03, 2016 CURLINFO_PRETRANSFER_TIME(3)