Search found 124 matches: ports

Return to advanced search

Re: FTP Upload works at home Not at work

Mark,
Have you checked firewall settings: Make sure that the firewall on your work network allows outgoing FTP connections.
FTP typically uses ports 20 and 21 for data transfer. Ensure that these ports are not blocked by the firewall.
What if you test with TotalCommander's FTP?

Best regards,
Otto
by Otto
Fri May 26, 2023 5:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP Upload works at home Not at work
Replies: 6
Views: 436

Re: Convert code to FWH

A brief explanation: A Windows app can't directly manage the ports for security reasons, it must use a driver. WinIO32.sys is the driver and WinIO32.DLL is the DLL to manage such driver This WinIO was developed by http://www.sysinternals.com but lately ...
by Antonio Linares
Sat Apr 29, 2023 6:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert code to FWH
Replies: 15
Views: 957

Re: Convert code to FWH

This should be the right code: winio32.dll and winio32.sys should be where your EXE is placed. ports.prg #include "FiveWin.ch"#include "dll.ch"#define AddrPort 0x2e#define DataPort 0x2f#define SIO_UnLock_Value 0x87#define SIO_Lock_Value 0xaa#define ...
by Antonio Linares
Sat Apr 29, 2023 5:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert code to FWH
Replies: 15
Views: 957

Re: How install Harbour on web server

Another concern that I talked with Bruno yesterday was about security: When you open the ports 80 and 443 at your router, you are exposing your own network (personal data, company data, etc) to the whole world. Bruno explained me that the solution for this is to use ...
by Antonio Linares
Sun Sep 11, 2022 8:52 am
 
Forum: mod_harbour
Topic: How install Harbour on web server
Replies: 26
Views: 4989

Re: How install Harbour on web server

Otto wrote:Dear Antonio,
why not self-hosting?
We can add port forwarding and static IP for only 5€ / month extra cost to our internet subscription.

Best regards,
Otto

Dear Otto,

Yes, thats a very interesting option too :-)

What ports do you open in your router ? 80 and 443 only, I guess.
by Antonio Linares
Thu Sep 08, 2022 2:27 pm
 
Forum: mod_harbour
Topic: How install Harbour on web server
Replies: 26
Views: 4989

Re: dbfntx very slow with 2+ users

... "redirect" Port 139 to 445 SMB2 is using UNC-Path and you do not need "Authentification" every Time so avoid Traffic on UDP Ports 135-139 which use "old" SMB1 (with all those Problems) p.s. on many SQL Server UDP-Ports are "blocked" by Admin for "Security"
by Jimmy
Mon Apr 11, 2022 12:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 6815

Re: dbfntx very slow with 2+ users

... or UNC-Path :?: when using "Drive-Letter" it work with LANmanager and UDP Port 135-139 have a look at Server / Network / Ports if there is Traffic on this Ports if YES than you still working with OLD SMB1 and all it´s Problem :roll: do NOT use OLD SMB1 "Hack" ...
by Jimmy
Thu Mar 31, 2022 3:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 6815

Collaboration Data Objects

... Objects for sending emails via gmail. Once I get it working it seems to work well. Problem I run into is when moving it to another site and the ports may not be open. Is see that inbound we need 993, and 995, and outbound I am using 465 outbound. However when I look for information on the CDO ...
by byron.hopp
Thu Jul 02, 2020 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Collaboration Data Objects
Replies: 0
Views: 339

Does FiveLinux support RS232 Comm Functions??

... a library that needs to be linked? Do I need the Commercial (Paid) Version? OR am I using the wrong functions for reading and writing to the comm ports?? Thanks, Brad
by bradmaudlin
Tue Nov 26, 2019 2:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does FiveLinux support RS232 Comm Functions??
Replies: 1
Views: 743

Does FiveLinux support Serial Communications (RS232)

... a library that needs to be linked? Do I need the Commercial (Paid) Version? OR am I using the wrong functions for reading and writing to the comm ports?? Thanks, Brad
by bradmaudlin
Mon Nov 25, 2019 10:23 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Does FiveLinux support Serial Communications (RS232)
Replies: 1
Views: 827

Backup - switchable hub

Hello, I put my switchable USB HUB into operation today. You can simply switch the ports on and off with the included software. This has the same effect as physically connecting / disconnecting a device to a port on a typical USB hub. I think that this is additional ...
by Otto
Thu Jun 27, 2019 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Backup - switchable hub
Replies: 6
Views: 1161

Re: List of COM Port

Shark, I have adapted a C function from this thread to Harbour: https://stackoverflow.com/questions/1205383/listing-serial-com-ports-on-windows Please test it on a computer that has COM ports. If your PC has no COM ports, then modify this line to check how the function works: // return ...
by Antonio Linares
Sat Dec 29, 2018 9:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: List of COM Port
Replies: 8
Views: 1167

List of COM Port

how to get list COM ports with installed on windows ?
by shark
Tue Dec 18, 2018 5:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: List of COM Port
Replies: 8
Views: 1167

NirSoft utilities for programmers

... process. For each created socket, the following information is displayed: socket handle, socket type, local and remote addresses, local and remote ports, total number of send/receive bytes, and more. You can also watch the content of each send or receive call, in Ascii mode or as Hex Dump. SocketSniff ...
by Baxajaun
Tue Jul 03, 2018 10:36 am
 
Forum: Utilities / Utilidades
Topic: NirSoft utilities for programmers
Replies: 1
Views: 1106

Re: OT: ADS & Win 10 April Update SOLUTION

... has been verified. ADS has some specific issues. Most people set it up on computers with dynamic IP assignments, so it must search for the server. Ports 6262, 2989, and 138 might all be blocked by the firewall, but all must be open. Even then, it might not communicate. I have tested this extensively ...
by TimStone
Wed May 16, 2018 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: ADS & Win 10 April Update RESOLUTION
Replies: 25
Views: 6147
Next

Return to advanced search