Search found 34 matches: transport

Return to advanced search

Re: xHarbour.org updated!

... managed to compile, but this version of xharbour does not accept https? I have a system that communicates with a website for registering cargo for transport and I urgently need to access it via https, I used to access it with http normally but the website now only accepts secure protocol (tls 1.2 ...
by wartiaga
Mon Sep 18, 2023 9:40 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 39058

Re: Help with complex JSON

... := aSchedule[s]["eventClassifierCode"] ENDIF NEXT s aFacility := aCalls[r]["facility"] aTransport := aCalls[r]["transport"] if HHasKey( aFacility, "UNLocationCode" ) hChange[ "PortCode" ] := aFacility[ "UNLocationCode" ] else ...
by cdmmaui
Wed Mar 22, 2023 2:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with complex JSON
Replies: 12
Views: 1253

Help with complex JSON

... |h| hb_HSetCaseMatch( h, .f. ) } ) for n := 1 to Len( aCalls ) lPass := .T. hCall := aCalls[ n ] if hCall[ "callSchedules" ][ 1 ][ "transportEventTypeCode" ] == "DEPA" DEPA := 1 ARRI := 2 else ARRI := 1 DEPA := 2 endif if n == 1 cPol := hCall[ "facility" ...
by cdmmaui
Tue Mar 21, 2023 1:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with complex JSON
Replies: 12
Views: 1253

Re: What is the best PDF Printer Driver Windows to use with Five

You Can use FWharu .... Rao can give you help .. generate your .pdf within your code and save it out to the operating system and then attach it via whatever e-mail transport of your choice.

Rick Lipkin
by Rick Lipkin
Sat Jan 28, 2023 3:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What is the best PDF Printer Driver Windows to use with Five
Replies: 11
Views: 809

Re: Soap Web Service

... </wsdl:portType> <wsdl:binding name="Service1Soap" type="tns:Service1Soap"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" /> <wsdl:operation name="Process_Sql"> <soap:operation ...
by byron.hopp
Wed Jan 26, 2022 9:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service
Replies: 7
Views: 923

Re: FTP: Request to share samples

SFTP (SSH File Transfer Protocol) is a secure file protocol that is used to access, manage, and transfer files over an encrypted SSH transport. When compared with the traditional FTP protocol, SFTP offers all the functionality of FTP, but it is more secure and easier to configure. Paco, ...
by nageswaragunupudi
Wed Apr 28, 2021 8:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP: Request to share samples
Replies: 22
Views: 2800

Re: FTP: Request to share samples

SFTP (SSH File Transfer Protocol) is a secure file protocol that is used to access, manage, and transfer files over an encrypted SSH transport. When compared with the traditional FTP protocol, SFTP offers all the functionality of FTP, but it is more secure and easier to configure. Paco, ...
by hmpaquito
Wed Apr 28, 2021 5:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP: Request to share samples
Replies: 22
Views: 2800

Re: Printer class question

... rightly say many have 3/4 different forms also according to the government provisions, here in Italy they have even modified document called "transport document alias DDT" which was simple to make it even more complicated. At school, I am a practical technical teacher and for some years ...
by Silvio.Falconi
Fri Oct 23, 2020 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer class question - RESOLVED
Replies: 41
Views: 3440

Re: URLDOWNLOADTOFILE not run

Transport Layer Security
by FranciscoA
Tue Oct 08, 2019 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: URLDOWNLOADTOFILE not run
Replies: 5
Views: 784

Librería para MQTT

Conoce alguien alguna librería compatible con Harbour para utilizar el protocolo MQTT (Message Queue Telemetry Transport).
Gracias de antemano.
by Salvador
Wed Aug 08, 2018 9:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Librería para MQTT
Replies: 5
Views: 1355

Re: Need CURL syntax with fivewin using HBCURL LIB?

Here it is: /* * libcurl 'easy' API - Harbour header. * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) * originally based on: * Copyright 2005 Luiz Rafael Culik Guimaraes <luiz at xharbour.com.br> * * This program is free software; you can redistribute it and/or modify * it under the t...
by ADutheil
Tue Nov 01, 2016 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need CURL syntax with fivewin using HBCURL LIB?
Replies: 10
Views: 4847

Re: Protocol pop3s

... and Internet messaging services like IMAP, POP or SMTP. With VMime you can parse, generate and modify messages, and also connect to store and transport services to receive or send messages over the Internet. The library offers all the features to build a complete mail client. The main objectives ...
by ukoenig
Sun May 01, 2016 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Protocol pop3s
Replies: 2
Views: 706

Re: send mail

... .. there are two factors out of the developers control in a Corporate environment and it all boils down to security. 1) You can use a local SMTP transport within a business, however most large Corporations limit SMTP traffic from ONLY KNOWN DNS targets such as multi function machines ( copiers ...
by Rick Lipkin
Thu May 21, 2015 1:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: send mail
Replies: 8
Views: 1950

Re: Incremental Search

... show the scroll bar on the right. I just tested with Google and their incremental search displays 6 items. We are using Json on the application to transport the data so less is better for this feature. So every time you hit a key at most it sends 5 back. We do a "Select distinct top 5 <field> ...
by byron.hopp
Wed May 07, 2014 9:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Incremental Search
Replies: 27
Views: 5263

Re: Any other encryption system besides Blowfish?

... through a data dictionary. · Encrypt communications: Enable the encryption of communications between the client and server application with Transport Layer Security (TLS) available beginning in v10.1 or with the existing encryption available with both UDP and TCP/IP communications. · If ...
by reinaldocrespo
Mon Dec 09, 2013 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any other encryption system besides Blowfish?
Replies: 6
Views: 2035
Next

Return to advanced search