-
What about the headers -x, -a1 and -a2? They treat | (and \n) literally.
2009-08-31 18:06:24 UTC by nobody
-
I can't say whay -SaveSettings isn't working. Blat is fussy about syntax, there could be something missing from the command line or there could be atypo, "-pwd" rather than "-pw". Anyway, this will save your settings to the registry:
blat -install smtp.k.net blat@k.com 2 - - cdo@k.com abcdef123
The first standalone dash is the port number. Port 25 is the default...
2009-07-26 15:02:33 UTC by peteray
-
I've tried blat 2.6.2 in Windows 2008 Enterprise 64 bits and it crashes, it doesn't work, maybe because blat is 32 bit app, should I compile blat myself ? is there any 64 bits version to download ?
Greetings!!
2009-06-19 14:32:07 UTC by klesk_666
-
Bug in gensock_connect(..)
If retval = conn->get_connected (hostname, service) in the section below fails to connect, then the code runs twice through the destructor of the same connection class (conn) object (once in 'gensock_close(conn);' and once in 'delete conn;'. This may crash the program.
...
retval = conn->get_connected (hostname, service);
if ( retval ) {...
2009-05-26 13:46:46 UTC by foberli
-
Blat v2.6.2 w/GSS encryption (build : Feb 25 2007 12:06:19)
unknown error code 32 when trying to open D:\MICROS\RMAN\log\2009_04_24_0702PM_first.log
when trying to open a "in use" file.
2009-04-24 22:17:59 UTC by nobody
-
Here's what happens:
C:\>blat -SaveSettings -f blat@k.com -server smtp.k.net -port 25 -try 2 -profile default -u cdo@k.com -pwd abcdef123
Blat v2.6.2 w/GSS encryption (build : Feb 25 2007 12:06:19)
Blat saw and processed these options, and found fault with the last one...
-SaveSettings
Not enough arguments supplied for option: -SaveSettings
Blat found fault with: -SaveSettings.
2009-03-09 18:42:20 UTC by jeng02
-
When I type blat /? to get instructions on how to use blat, it shows me there is a -SaveSettings switch I can use to save SMTP settings to the Windows Registry.
I could not get the -SaveSettings switch to work with the -u and -pwd switches for SMTP authentication, but -it worked with -install.
Perhaps the -SaveSettings switch is deprecated and should be removed from /? help output.
Blat...
2009-03-09 18:03:37 UTC by jeng02
-
You wrote "we try all Versions up 1.91", do you mean all versions starting from 1.91, or do you mean that version 1.91 is the newest version tested?
I would need to see your log file when you run the newest official version (2.6.2) and using the -superdebug option. This will tell us what the server is sending back that causes Blat to exit with error code 2.
Chip.
2009-02-16 15:22:49 UTC by chipprogrammer
-
You can either run Blat with new -install options to match what you need/want, or you can edit the registry key. The registry key is normally under HKEY_LOCAL_MACHINE\Software\Public Domain\Blat.
Chip.
2009-02-12 05:09:07 UTC by chipprogrammer
-
What si the procedure to re-confgiure blat to use a different smtp email forwarder?.
2009-01-28 23:19:14 UTC by davisopus