Problems with debugging php. PHP installed 8.4 with XDebug on a remote Linux Server.
VSCode debugging remotely client MacOS. I have communicated and set breakpoints but the output needs to go to a browser. It comes to my Debug Command line?
I know this can be done. Thanks in advance.
This is a windows box with Active Perl. I cannot get the correct time. Have been using localtime. TZ is set to CST6CDT.
It always return 1 hour less. Tried Date::manip same thing.
Remove TZ, tried everything.
Any ideas?
Thanks in advance.
Have you tried mkdev .scsi
which should allow a delete.
I have had problems with the new Adaptec stuff also, and have had to go to one of the real old cards.
This is what I get.
D:\FTP\curl>perl curl.plx
* About to connect() to www.site.com port 21
* Trying xxx.xx.xxx.xx... * connected
* Connected to www.site.com (xxx.xx.xxx.x) port 21
< 220 xxx52:6021 FTP server (webMethods Integration Server version 6.5
) ready.
220 xxx52:6021 FTP server...
This may work, you would need to get the class ParseCron.
use FB::ParseCron;
sub checkCron
{
my ($function,$client) = @_;
my %hash = %{$function};
my $value = $hash{CRON}[0];
my $c;
if ($value)
{
$c = FB::ParseCron->new($value);
}
if ($c->now)
{...
I cannot find any document on how the options map to the Perl Options.
The Curl command line is:
$ curl --ftp-ssl -sslv3 --verbose -E FITB-HSBC_public.pem --key FITB-HSBC_private.pem --pass pass --user Logon:xxx ftp://www.site.com/FR/outbound/FR_Test.txt
use WWW::Curl::Easy;
my...
Have been using pgp for awhile, give clients our public key, they encrypt the file, and we successfully decrypt the file.
Now we have a request that the client sign the file? I cannot find any reference that clearly explain the procedure.
The only thing I know is that on the client side, the...
This is from a class object and is supposed to return a list. It is returning an array with what looks like a TRUE/FALSE in the array.
$dati = "file1\nfile2\nfile3\n";
return $dati ? split( /\n/, $dati ) : ();
Listers,
I have a perl event ftp processor, which is driven by a .ini file.
Is there any way to call a function based on what is defined in the .ini file.
ie.
[txt]
destination=ftp.someserver.com
preprocess=foo
[dat]
destination=ftp.somewhereelse.com
Would like to have a line if...
This is what you would do in a generic way.
read, grab off bytes out of the read in line
and then use unpack to convert to ascii
$rc=open(INFILE, "<$bDir\\$File");
binmode(INFILE);
$rco=open(OUTFILE, ">$OFile");
## assume each binary line is 100 bytes
while(1)
## Read in 1st 100 bytes...
We have noticed that the dns server is not being resolved, and shows the address 0.0.0.0
Server: ns.dnserver.com
Address: 0.0.0.0
ns.dnserver.com can't find ftp.domain.com. Non-existent host/domain.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.