Skip Menu |

This queue is for tickets about the Net-FTPSSL CPAN distribution.


Subject: Net::FTPSSL Bugreport
Date: Thu, 23 Feb 2017 11:26:33 +0000
To: "bug-Net-FTPSSL [...] rt.cpan.org" <bug-Net-FTPSSL [...] rt.cpan.org>
From: Removed <removed [...] example.com>
Dear Sirs, with the newest version of FTPSSL it is no longer possible to establish a connection to the server. It says that the method "sub prep_data_channel" contians uninitialized variables. I replaced the file FTPSSL.pm with an older version and it works again. But from time to time i get this error: 555 Unexpected EOF on Command Channel [0] PERL: 5.24.1 x64 on a Windows Server 2012 r2 Mit freundlichen Grüßen, Best regards Removed IT-Administrator | Web-Developer Removed Removed Removed E-Mail: removed@example.com<mailto:removed@example.com> Removed Removed Removed Removed
Hi Removed, Sorry to hear you're having difficulties with my module. But I need more information if I'm to have any luck trying to figure out what your issue is. At a bare minimum I need a copy of the FTPSSL log file showing how the code breaks. You'll need to add to the call to new() "Debug=>1" & DebugLogFile="MyLog.txt" to turn on logging. Adding Croak=>1 so your code dies once it hits an error would help as well, since many times the 1st error causes other issues later on. Finally call $ftps->trapWarn() right after your call to new() so that any Perl warnings will also get dumped to the log file as well. Then send it to me as an attachment. Pasting it into the message body usually makes the logs unreadable. It would also help if you could provide a simple program to replicate the issue. But I should be able to trace what's happening with just the logs. But the program would greatly help resolve any ambiguities. It would also help if you could tell me what older version you downgraded to that seems to be working. Curtis On Thu Feb 23 07:59:17 2017, removed@example.com wrote: Show quoted text
> Dear Sirs, > > with the newest version of FTPSSL it is no longer possible to > establish a connection to the server. > It says that the method "sub prep_data_channel" contians uninitialized > variables. > > I replaced the file FTPSSL.pm with an older version and it works > again. > > But from time to time i get this error: 555 Unexpected EOF on Command > Channel [0] > > PERL: 5.24.1 x64 on a Windows Server 2012 r2 > > Mit freundlichen Grüßen, Best regards > > Removed > IT-Administrator | Web-Developer > > Removed > Removed > Removed > E-Mail: removed@example.com<mailto:removed@example.com> > > Removed > > Removed > Removed > Removed
Hi Removed, Sorry to hear you're having difficulties with my module. But I need more information if I'm to have any luck trying to figure out what your issue is. At a bare minimum I need a copy of the FTPSSL log file showing how the code breaks. You'll need to add to the call to new() "Debug=>1" & DebugLogFile="MyLog.txt" to turn on logging. Adding Croak=>1 so your code dies once it hits an error would help as well, since many times the 1st error causes other issues later on. Finally call $ftps->trapWarn() right after your call to new() so that any Perl warnings will also get dumped to the log file as well. Then send it to me as an attachment. Pasting it into the message body usually makes the logs unreadable. It would also help if you could provide a simple program to replicate the issue. But I should be able to trace what's happening with just the logs. But the program would greatly help resolve any ambiguities. It would also help if you could tell me what older version you downgraded to that seems to be working. Curtis On Thu Feb 23 07:59:17 2017, removed@example.com wrote: Show quoted text
> Dear Sirs, > > with the newest version of FTPSSL it is no longer possible to > establish a connection to the server. > It says that the method "sub prep_data_channel" contians uninitialized > variables. > > I replaced the file FTPSSL.pm with an older version and it works > again. > > But from time to time i get this error: 555 Unexpected EOF on Command > Channel [0] > > PERL: 5.24.1 x64 on a Windows Server 2012 r2 > > Mit freundlichen Grüßen, Best regards > > Removed > IT-Administrator | Web-Developer > > Removed > Removed > Removed > E-Mail: removed@example.com<mailto:removed@example.com> > > Removed > > Removed > Removed > Removed
Hi Removed, Any luck in getting me the requested logs so that I can fix your issue? (See below) Curtis On Thu Feb 23 12:33:44 2017, CLEACH wrote: Show quoted text
> Hi Removed, > > Sorry to hear you're having difficulties with my module. But I need > more information if I'm to have any luck trying to figure out what > your issue is. > > At a bare minimum I need a copy of the FTPSSL log file showing how the > code breaks. You'll need to add to the call to new() "Debug=>1" & > DebugLogFile="MyLog.txt" to turn on logging. Adding Croak=>1 so your > code dies once it hits an error would help as well, since many times > the 1st error causes other issues later on. Finally call $ftps-
> >trapWarn() right after your call to new() so that any Perl warnings
> will also get dumped to the log file as well. Then send it to me as > an attachment. Pasting it into the message body usually makes the > logs unreadable. > > It would also help if you could provide a simple program to replicate > the issue. But I should be able to trace what's happening with just > the logs. But the program would greatly help resolve any ambiguities. > > It would also help if you could tell me what older version you > downgraded to that seems to be working. > > Curtis > > On Thu Feb 23 07:59:17 2017, removed@example.com wrote:
> > Dear Sirs, > > > > with the newest version of FTPSSL it is no longer possible to > > establish a connection to the server. > > It says that the method "sub prep_data_channel" contians > > uninitialized > > variables. > > > > I replaced the file FTPSSL.pm with an older version and it works > > again. > > > > But from time to time i get this error: 555 Unexpected EOF on Command > > Channel [0] > > > > PERL: 5.24.1 x64 on a Windows Server 2012 r2 > > > > Mit freundlichen Grüßen, Best regards > > > > Removed > > IT-Administrator | Web-Developer > > > > Removed > > Removed > > Removed > > E-Mail: removed@example.com<mailto:removed@example.com> > > > > Removed > > > > Removed > > Removed > > Removed
Subject: AW: [rt.cpan.org #120341] Net::FTPSSL Bugreport
Date: Wed, 1 Mar 2017 16:48:19 +0000
To: "bug-Net-FTPSSL [...] rt.cpan.org" <bug-Net-FTPSSL [...] rt.cpan.org>
From: Removed <removed [...] example.com>
Dear Curtis, thanks for your reply and sorry for the late response. This is what I get now. [cid:image001.png@01D292B3.CF39D200] DEBUGLOG: Net-FTPSSL Version: 0.35 IO-Socket-INET Version: 1.35 IO-Socket-SSL Version: 2.046 IPv6 support available via IO::Socket::IP (0.38) Key: (Family) Perl: 5.024001 [5.24.1], OS: MSWin32 ***** IPv6 not yet supported in Net::FTPSSL! ***** Server (port): 78.46.10.105 (21) Keys: (Encryption), (Debug), (Timeout), (Croak), (DebugLogFile), (Port) Values: (E), (1), (20), (1), (MyLog.txt), (21) SKT <<< 220 FTP Server 1.0 SKT >>> AUTH TLS SKT <<< 234 AUTH TLS successful Mit freundlichen Grüßen, Best regards Removed IT-Administrator | Web-Developer Removed Removed Removed E-Mail: removed@example.com Removed Removed Removed Show quoted text
-----Ursprüngliche Nachricht----- Von: Curtis Leach via RT [mailto:bug-Net-FTPSSL@rt.cpan.org] Gesendet: Donnerstag, 23. Februar 2017 18:34 An: Removed <removed@example.com> Betreff: [rt.cpan.org #120341] Net::FTPSSL Bugreport <URL: https://rt.cpan.org/Ticket/Display.html?id=120341 > Hi Removed, Sorry to hear you're having difficulties with my module. But I need more information if I'm to have any luck trying to figure out what your issue is. At a bare minimum I need a copy of the FTPSSL log file showing how the code breaks. You'll need to add to the call to new() "Debug=>1" & DebugLogFile="MyLog.txt" to turn on logging. Adding Croak=>1 so your code dies once it hits an error would help as well, since many times the 1st error causes other issues later on. Finally call $ftps->trapWarn() right after your call to new() so that any Perl warnings will also get dumped to the log file as well. Then send it to me as an attachment. Pasting it into the message body usually makes the logs unreadable. It would also help if you could provide a simple program to replicate the issue. But I should be able to trace what's happening with just the logs. But the program would greatly help resolve any ambiguities. It would also help if you could tell me what older version you downgraded to that seems to be working. Curtis On Thu Feb 23 07:59:17 2017, removed@example.com<mailto:removed@example.com> wrote:
> Dear Sirs,
>
> with the newest version of FTPSSL it is no longer possible to
> establish a connection to the server.
> It says that the method "sub prep_data_channel" contians uninitialized
> variables.
>
> I replaced the file FTPSSL.pm with an older version and it works
> again.
>
> But from time to time i get this error: 555 Unexpected EOF on Command
> Channel [0]
>
> PERL: 5.24.1 x64 on a Windows Server 2012 r2
>
> Mit freundlichen Grüßen, Best regards
>
> Removed
> IT-Administrator | Web-Developer
>
> Removed
> Removed
> Removed
> E-Mail: removed@example.com<mailto:removed@example.com<mailto:removed@example.com%3cmailto:removed@example.com>>
>
> Removed
>
> Removed
> Removed
> Removed
Download image001.png
image/png 3.6k
image001.png
Thanks Removed, But can you please just send as an attachment the MyLog.txt file that your script generated? The logs automatically mask out usernames & passwords. There was just too much info missing from what you pasted into your email that would be critical in figuring out what's happening. I just hope you are not calling prep_data_channel() directly in your code. That's not really supported logic for my module. Also what version did you downgrade to that seems to be working for you? Curtis On Wed Mar 01 15:16:03 2017, removed@example.com wrote: Show quoted text
> Dear Curtis, > > > > thanks for your reply and sorry for the late response. > > > > This is what I get now. > > > > [cid:image001.png@01D292B3.CF39D200] > > > > > > DEBUGLOG: > > > > Net-FTPSSL Version: 0.35 > > IO-Socket-INET Version: 1.35 > > IO-Socket-SSL Version: 2.046 > > > > IPv6 support available via IO::Socket::IP (0.38) Key: (Family) > > > > Perl: 5.024001 [5.24.1], OS: MSWin32 > > > > ***** IPv6 not yet supported in Net::FTPSSL! ***** > > > > Server (port): 78.46.10.105 (21) > > > > Keys: (Encryption), (Debug), (Timeout), (Croak), (DebugLogFile), > (Port) > > Values: (E), (1), (20), (1), (MyLog.txt), (21) > > > > SKT <<< 220 FTP Server 1.0 > > SKT >>> AUTH TLS > > SKT <<< 234 AUTH TLS successful > > > > > > > > > > > > > > > > > > > > > > > > Mit freundlichen Grüßen, Best regards > > > > Removed > > IT-Administrator | Web-Developer > > > > Removed > > Removed > > Removed > > E-Mail: removed@example.com > > > > > > Removed > > Removed > > Removed > > > > -----Ursprüngliche Nachricht----- > Von: Curtis Leach via RT [mailto:bug-Net-FTPSSL@rt.cpan.org] > Gesendet: Donnerstag, 23. Februar 2017 18:34 > An: Removed <removed@example.com> > Betreff: [rt.cpan.org #120341] Net::FTPSSL Bugreport > > > > <URL: https://rt.cpan.org/Ticket/Display.html?id=120341 > > > > > Hi Removed, > > > > Sorry to hear you're having difficulties with my module. But I need > more information if I'm to have any luck trying to figure out what > your issue is. > > > > At a bare minimum I need a copy of the FTPSSL log file showing how the > code breaks. You'll need to add to the call to new() "Debug=>1" & > DebugLogFile="MyLog.txt" to turn on logging. Adding Croak=>1 so your > code dies once it hits an error would help as well, since many times > the 1st error causes other issues later on. Finally call $ftps-
> >trapWarn() right after your call to new() so that any Perl warnings
> will also get dumped to the log file as well. Then send it to me as > an attachment. Pasting it into the message body usually makes the > logs unreadable. > > > > It would also help if you could provide a simple program to replicate > the issue. But I should be able to trace what's happening with just > the logs. But the program would greatly help resolve any ambiguities. > > > > It would also help if you could tell me what older version you > downgraded to that seems to be working. > > > > Curtis > > > > On Thu Feb 23 07:59:17 2017, Removed.Kocak@red- > kiwi.de<mailto:removed@example.com> wrote: >
> > Dear Sirs,
>
> >
>
> > with the newest version of FTPSSL it is no longer possible to
>
> > establish a connection to the server.
>
> > It says that the method "sub prep_data_channel" contians > > uninitialized
>
> > variables.
>
> >
>
> > I replaced the file FTPSSL.pm with an older version and it works
>
> > again.
>
> >
>
> > But from time to time i get this error: 555 Unexpected EOF on Command
>
> > Channel [0]
>
> >
>
> > PERL: 5.24.1 x64 on a Windows Server 2012 r2
>
> >
>
> > Mit freundlichen Grüßen, Best regards
>
> >
>
> > Removed
>
> > IT-Administrator | Web-Developer
>
> >
>
> > Removed
>
> > Removed
>
> > Removed
>
> > E-Mail: removed@example.com<mailto:Removed.Kocak@red- > > kiwi.de<mailto:removed@example.com%3cmailto:Removed.Kocak@red- > > kiwi.de>>
>
> >
>
> > Removed
>
> >
>
> > Removed
>
> > Removed
>
> > Removed
> > > > > >
Subject: AW: [rt.cpan.org #120341] Net::FTPSSL Bugreport
Date: Thu, 2 Mar 2017 09:42:12 +0000
To: "bug-Net-FTPSSL [...] rt.cpan.org" <bug-Net-FTPSSL [...] rt.cpan.org>
From: Removed <removed [...] example.com>
Dear Curtis, it was the whole content of the MyLog.txt file. The logging seem to stop at a certain point. No, I am not calling prep_data_channel() inside of my code. The version of FTPSSL which works for me is version 0.25 Mit freundlichen Grüßen, Best regards   Removed IT-Administrator | Web-Developer Removed Removed Removed E-Mail: removed@example.com Removed Removed Removed Show quoted text
-----Ursprüngliche Nachricht----- Von: Curtis Leach via RT [mailto:bug-Net-FTPSSL@rt.cpan.org] Gesendet: Mittwoch, 1. März 2017 23:22 An: Removed <removed@example.com> Betreff: [rt.cpan.org #120341] Net::FTPSSL Bugreport <URL: https://rt.cpan.org/Ticket/Display.html?id=120341 > Thanks Removed, But can you please just send as an attachment the MyLog.txt file that your script generated? The logs automatically mask out usernames & passwords. There was just too much info missing from what you pasted into your email that would be critical in figuring out what's happening. I just hope you are not calling prep_data_channel() directly in your code. That's not really supported logic for my module. Also what version did you downgrade to that seems to be working for you? Curtis On Wed Mar 01 15:16:03 2017, removed@example.com wrote:
> Dear Curtis, > > > > thanks for your reply and sorry for the late response. > > > > This is what I get now. > > > > [cid:image001.png@01D292B3.CF39D200] > > > > > > DEBUGLOG: > > > > Net-FTPSSL Version: 0.35 > > IO-Socket-INET Version: 1.35 > > IO-Socket-SSL Version: 2.046 > > > > IPv6 support available via IO::Socket::IP (0.38) Key: (Family) > > > > Perl: 5.024001 [5.24.1], OS: MSWin32 > > > > ***** IPv6 not yet supported in Net::FTPSSL! ***** > > > > Server (port): 78.46.10.105 (21) > > > > Keys: (Encryption), (Debug), (Timeout), (Croak), (DebugLogFile), > (Port) > > Values: (E), (1), (20), (1), (MyLog.txt), (21) > > > > SKT <<< 220 FTP Server 1.0 > > SKT >>> AUTH TLS > > SKT <<< 234 AUTH TLS successful > > > > > > > > > > > > > > > > > > > > > > > > Mit freundlichen Grüßen, Best regards > > > > Removed > > IT-Administrator | Web-Developer > > > > Removed > > Removed > > Removed > > E-Mail: removed@example.com > > > > > > Removed > > Removed > > Removed > > > > -----Ursprüngliche Nachricht----- > Von: Curtis Leach via RT [mailto:bug-Net-FTPSSL@rt.cpan.org] > Gesendet: Donnerstag, 23. Februar 2017 18:34 > An: Removed <removed@example.com> > Betreff: [rt.cpan.org #120341] Net::FTPSSL Bugreport > > > > <URL: https://rt.cpan.org/Ticket/Display.html?id=120341 > > > > > Hi Removed, > > > > Sorry to hear you're having difficulties with my module. But I need > more information if I'm to have any luck trying to figure out what > your issue is. > > > > At a bare minimum I need a copy of the FTPSSL log file showing how the > code breaks. You'll need to add to the call to new() "Debug=>1" & > DebugLogFile="MyLog.txt" to turn on logging. Adding Croak=>1 so your > code dies once it hits an error would help as well, since many times > the 1st error causes other issues later on. Finally call $ftps-
> >trapWarn() right after your call to new() so that any Perl warnings
> will also get dumped to the log file as well. Then send it to me as > an attachment. Pasting it into the message body usually makes the > logs unreadable. > > > > It would also help if you could provide a simple program to replicate > the issue. But I should be able to trace what's happening with just > the logs. But the program would greatly help resolve any ambiguities. > > > > It would also help if you could tell me what older version you > downgraded to that seems to be working. > > > > Curtis > > > > On Thu Feb 23 07:59:17 2017, Removed.Kocak@red- > kiwi.de<mailto:removed@example.com> wrote: >
> > Dear Sirs,
>
> >
>
> > with the newest version of FTPSSL it is no longer possible to
>
> > establish a connection to the server.
>
> > It says that the method "sub prep_data_channel" contians > > uninitialized
>
> > variables.
>
> >
>
> > I replaced the file FTPSSL.pm with an older version and it works
>
> > again.
>
> >
>
> > But from time to time i get this error: 555 Unexpected EOF on > > Command
>
> > Channel [0]
>
> >
>
> > PERL: 5.24.1 x64 on a Windows Server 2012 r2
>
> >
>
> > Mit freundlichen Grüßen, Best regards
>
> >
>
> > Removed
>
> > IT-Administrator | Web-Developer
>
> >
>
> > Removed
>
> > Removed
>
> > Removed
>
> > E-Mail: removed@example.com<mailto:Removed.Kocak@red- > > kiwi.de<mailto:removed@example.com%3cmailto:Removed.Kocak@red- > > kiwi.de>>
>
> >
>
> > Removed
>
> >
>
> > Removed
>
> > Removed
>
> > Removed
> > > > > >

Message body is not shown because sender requested not to inline it.

Message body is not shown because sender requested not to inline it.

Hi Removed, Sorry for the delay, but I had to find time to get a new Beta together. The log file you sent me was so strange and incomplete that I can't see how the call to Net::FTPSSL->new() actually worked. So this new beta turns up the logging as high as it can go for some of the dependent modules. You'll have to send me both the new log file as an attachment again as well as what is written to your screen. The modules I turned the logging on for just write to STDERR. Thank you, Curtis On Thu Mar 02 04:42:41 2017, removed@example.com wrote: Show quoted text
> Dear Curtis, > > it was the whole content of the MyLog.txt file. The logging seem to > stop at a certain point. > No, I am not calling prep_data_channel() inside of my code. > The version of FTPSSL which works for me is version 0.25 > > Mit freundlichen Grüßen, Best regards > > Removed > IT-Administrator | Web-Developer > > Removed > Removed > Removed > E-Mail: removed@example.com > > > > Removed > Removed > Removed > > > -----Ursprüngliche Nachricht----- > Von: Curtis Leach via RT [mailto:bug-Net-FTPSSL@rt.cpan.org] > Gesendet: Mittwoch, 1. März 2017 23:22 > An: Removed <removed@example.com> > Betreff: [rt.cpan.org #120341] Net::FTPSSL Bugreport > > <URL: https://rt.cpan.org/Ticket/Display.html?id=120341 > > > Thanks Removed, > > But can you please just send as an attachment the MyLog.txt file that > your script generated? The logs automatically mask out usernames & > passwords. > > There was just too much info missing from what you pasted into your > email that would be critical in figuring out what's happening. > > I just hope you are not calling prep_data_channel() directly in your > code. That's not really supported logic for my module. > > Also what version did you downgrade to that seems to be working for > you? > > Curtis > > On Wed Mar 01 15:16:03 2017, removed@example.com wrote:
> > Dear Curtis, > > > > > > > > thanks for your reply and sorry for the late response. > > > > > > > > This is what I get now. > > > > > > > > [cid:image001.png@01D292B3.CF39D200] > > > > > > > > > > > > DEBUGLOG: > > > > > > > > Net-FTPSSL Version: 0.35 > > > > IO-Socket-INET Version: 1.35 > > > > IO-Socket-SSL Version: 2.046 > > > > > > > > IPv6 support available via IO::Socket::IP (0.38) Key: (Family) > > > > > > > > Perl: 5.024001 [5.24.1], OS: MSWin32 > > > > > > > > ***** IPv6 not yet supported in Net::FTPSSL! ***** > > > > > > > > Server (port): 78.46.10.105 (21) > > > > > > > > Keys: (Encryption), (Debug), (Timeout), (Croak), (DebugLogFile), > > (Port) > > > > Values: (E), (1), (20), (1), (MyLog.txt), (21) > > > > > > > > SKT <<< 220 FTP Server 1.0 > > > > SKT >>> AUTH TLS > > > > SKT <<< 234 AUTH TLS successful > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Mit freundlichen Grüßen, Best regards > > > > > > > > Removed > > > > IT-Administrator | Web-Developer > > > > > > > > Removed > > > > Removed > > > > Removed > > > > E-Mail: removed@example.com > > > > > > > > > > > > Removed > > > > Removed > > > > Removed > > > > > > > > -----Ursprüngliche Nachricht----- > > Von: Curtis Leach via RT [mailto:bug-Net-FTPSSL@rt.cpan.org] > > Gesendet: Donnerstag, 23. Februar 2017 18:34 > > An: Removed <removed@example.com> > > Betreff: [rt.cpan.org #120341] Net::FTPSSL Bugreport > > > > > > > > <URL: https://rt.cpan.org/Ticket/Display.html?id=120341 > > > > > > > > > Hi Removed, > > > > > > > > Sorry to hear you're having difficulties with my module. But I need > > more information if I'm to have any luck trying to figure out what > > your issue is. > > > > > > > > At a bare minimum I need a copy of the FTPSSL log file showing how > > the > > code breaks. You'll need to add to the call to new() "Debug=>1" & > > DebugLogFile="MyLog.txt" to turn on logging. Adding Croak=>1 so your > > code dies once it hits an error would help as well, since many times > > the 1st error causes other issues later on. Finally call $ftps-
> > > trapWarn() right after your call to new() so that any Perl warnings
> > will also get dumped to the log file as well. Then send it to me as > > an attachment. Pasting it into the message body usually makes the > > logs unreadable. > > > > > > > > It would also help if you could provide a simple program to replicate > > the issue. But I should be able to trace what's happening with just > > the logs. But the program would greatly help resolve any > > ambiguities. > > > > > > > > It would also help if you could tell me what older version you > > downgraded to that seems to be working. > > > > > > > > Curtis > > > > > > > > On Thu Feb 23 07:59:17 2017, Removed.Kocak@red- > > kiwi.de<mailto:removed@example.com> wrote: > >
> > > Dear Sirs,
> >
> > >
> >
> > > with the newest version of FTPSSL it is no longer possible to
> >
> > > establish a connection to the server.
> >
> > > It says that the method "sub prep_data_channel" contians > > > uninitialized
> >
> > > variables.
> >
> > >
> >
> > > I replaced the file FTPSSL.pm with an older version and it works
> >
> > > again.
> >
> > >
> >
> > > But from time to time i get this error: 555 Unexpected EOF on > > > Command
> >
> > > Channel [0]
> >
> > >
> >
> > > PERL: 5.24.1 x64 on a Windows Server 2012 r2
> >
> > >
> >
> > > Mit freundlichen Grüßen, Best regards
> >
> > >
> >
> > > Removed
> >
> > > IT-Administrator | Web-Developer
> >
> > >
> >
> > > Removed
> >
> > > Removed
> >
> > > Removed
> >
> > > E-Mail: removed@example.com<mailto:Removed.Kocak@red- > > > kiwi.de<mailto:removed@example.com%3cmailto:Removed.Kocak@red- > > > kiwi.de>>
> >
> > >
> >
> > > Removed
> >
> > >
> >
> > > Removed
> >
> > > Removed
> >
> > > Removed
> > > > > > > > > > > >
> > >
Subject: FTPSSL.pm

Message body is not shown because it is too large.

Subject: AW: [rt.cpan.org #120341] Net::FTPSSL Bugreport
Date: Tue, 7 Mar 2017 16:36:08 +0000
To: "bug-Net-FTPSSL [...] rt.cpan.org" <bug-Net-FTPSSL [...] rt.cpan.org>
From: Removed <removed [...] example.com>
Hi Curtis, please find attached my console output and MyLog.txt file. I hope this helps. Best regards Mit freundlichen Grüßen, Best regards   Removed IT-Administrator | Web-Developer Removed Removed Removed E-Mail: removed@example.com Removed Removed Removed Show quoted text
-----Ursprüngliche Nachricht----- Von: Curtis Leach via RT [mailto:bug-Net-FTPSSL@rt.cpan.org] Gesendet: Dienstag, 7. März 2017 00:11 An: Removed <removed@example.com> Betreff: [rt.cpan.org #120341] Net::FTPSSL Bugreport <URL: https://rt.cpan.org/Ticket/Display.html?id=120341 > Hi Removed, Sorry for the delay, but I had to find time to get a new Beta together. The log file you sent me was so strange and incomplete that I can't see how the call to Net::FTPSSL->new() actually worked. So this new beta turns up the logging as high as it can go for some of the dependent modules. You'll have to send me both the new log file as an attachment again as well as what is written to your screen. The modules I turned the logging on for just write to STDERR. Thank you, Curtis On Thu Mar 02 04:42:41 2017, removed@example.com wrote:
> Dear Curtis, > > it was the whole content of the MyLog.txt file. The logging seem to > stop at a certain point. > No, I am not calling prep_data_channel() inside of my code. > The version of FTPSSL which works for me is version 0.25 > > Mit freundlichen Grüßen, Best regards > > Removed > IT-Administrator | Web-Developer > > Removed > Removed > Removed > E-Mail: removed@example.com > > > > Removed > Removed > Removed > > > -----Ursprüngliche Nachricht----- > Von: Curtis Leach via RT [mailto:bug-Net-FTPSSL@rt.cpan.org] > Gesendet: Mittwoch, 1. März 2017 23:22 > An: Removed <removed@example.com> > Betreff: [rt.cpan.org #120341] Net::FTPSSL Bugreport > > <URL: https://rt.cpan.org/Ticket/Display.html?id=120341 > > > Thanks Removed, > > But can you please just send as an attachment the MyLog.txt file that > your script generated? The logs automatically mask out usernames & > passwords. > > There was just too much info missing from what you pasted into your > email that would be critical in figuring out what's happening. > > I just hope you are not calling prep_data_channel() directly in your > code. That's not really supported logic for my module. > > Also what version did you downgrade to that seems to be working for > you? > > Curtis > > On Wed Mar 01 15:16:03 2017, removed@example.com wrote:
> > Dear Curtis, > > > > > > > > thanks for your reply and sorry for the late response. > > > > > > > > This is what I get now. > > > > > > > > [cid:image001.png@01D292B3.CF39D200] > > > > > > > > > > > > DEBUGLOG: > > > > > > > > Net-FTPSSL Version: 0.35 > > > > IO-Socket-INET Version: 1.35 > > > > IO-Socket-SSL Version: 2.046 > > > > > > > > IPv6 support available via IO::Socket::IP (0.38) Key: (Family) > > > > > > > > Perl: 5.024001 [5.24.1], OS: MSWin32 > > > > > > > > ***** IPv6 not yet supported in Net::FTPSSL! ***** > > > > > > > > Server (port): 78.46.10.105 (21) > > > > > > > > Keys: (Encryption), (Debug), (Timeout), (Croak), (DebugLogFile), > > (Port) > > > > Values: (E), (1), (20), (1), (MyLog.txt), (21) > > > > > > > > SKT <<< 220 FTP Server 1.0 > > > > SKT >>> AUTH TLS > > > > SKT <<< 234 AUTH TLS successful > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Mit freundlichen Grüßen, Best regards > > > > > > > > Removed > > > > IT-Administrator | Web-Developer > > > > > > > > Removed > > > > Removed > > > > Removed > > > > E-Mail: removed@example.com > > > > > > > > > > > > Removed > > > > Removed > > > > Removed > > > > > > > > -----Ursprüngliche Nachricht----- > > Von: Curtis Leach via RT [mailto:bug-Net-FTPSSL@rt.cpan.org] > > Gesendet: Donnerstag, 23. Februar 2017 18:34 > > An: Removed <removed@example.com> > > Betreff: [rt.cpan.org #120341] Net::FTPSSL Bugreport > > > > > > > > <URL: https://rt.cpan.org/Ticket/Display.html?id=120341 > > > > > > > > > Hi Removed, > > > > > > > > Sorry to hear you're having difficulties with my module. But I need > > more information if I'm to have any luck trying to figure out what > > your issue is. > > > > > > > > At a bare minimum I need a copy of the FTPSSL log file showing how > > the code breaks. You'll need to add to the call to new() "Debug=>1" > > & DebugLogFile="MyLog.txt" to turn on logging. Adding Croak=>1 so > > your code dies once it hits an error would help as well, since many > > times the 1st error causes other issues later on. Finally call > > $ftps-
> > > trapWarn() right after your call to new() so that any Perl > > > warnings
> > will also get dumped to the log file as well. Then send it to me as > > an attachment. Pasting it into the message body usually makes the > > logs unreadable. > > > > > > > > It would also help if you could provide a simple program to > > replicate the issue. But I should be able to trace what's happening > > with just the logs. But the program would greatly help resolve any > > ambiguities. > > > > > > > > It would also help if you could tell me what older version you > > downgraded to that seems to be working. > > > > > > > > Curtis > > > > > > > > On Thu Feb 23 07:59:17 2017, Removed.Kocak@red- > > kiwi.de<mailto:removed@example.com> wrote: > >
> > > Dear Sirs,
> >
> > >
> >
> > > with the newest version of FTPSSL it is no longer possible to
> >
> > > establish a connection to the server.
> >
> > > It says that the method "sub prep_data_channel" contians > > > uninitialized
> >
> > > variables.
> >
> > >
> >
> > > I replaced the file FTPSSL.pm with an older version and it works
> >
> > > again.
> >
> > >
> >
> > > But from time to time i get this error: 555 Unexpected EOF on > > > Command
> >
> > > Channel [0]
> >
> > >
> >
> > > PERL: 5.24.1 x64 on a Windows Server 2012 r2
> >
> > >
> >
> > > Mit freundlichen Grüßen, Best regards
> >
> > >
> >
> > > Removed
> >
> > > IT-Administrator | Web-Developer
> >
> > >
> >
> > > Removed
> >
> > > Removed
> >
> > > Removed
> >
> > > E-Mail: removed@example.com<mailto:Removed.Kocak@red- > > > kiwi.de<mailto:removed@example.com%3cmailto:Removed.Kocak@red- > > > kiwi.de>>
> >
> > >
> >
> > > Removed
> >
> > >
> >
> > > Removed
> >
> > > Removed
> >
> > > Removed
> > > > > > > > > > > >
> > >
Download console.log
application/octet-stream 3.4k

Message body not shown because it is not plain text.

Message body is not shown because sender requested not to inline it.

Hi Removed, Things just keep on getting weirder and weirder. It's now writing stuff to the console that should have been written to MyLog.txt. And then my logging comes to a complete halt, showing nothing at all from my logs after the call to new(). Can you please send me a short sample program that demonstrates the error you are encountering? Right now I can't reproduce your issue at all. I'm hoping to see something unique in your code that I haven't tried before as the root cause. Otherwise I'm going to have to upgrade Perl & the relevant modules to the same release that you're at and that could take me a while. Curtis On Tue Mar 07 11:52:00 2017, removed@example.com wrote: Show quoted text
> Hi Curtis, > > please find attached my console output and MyLog.txt file. > I hope this helps. > > Best regards > > Mit freundlichen Grüßen, Best regards > > Removed > IT-Administrator | Web-Developer > > Removed > Removed > Removed > E-Mail: removed@example.com > > > > Removed > Removed > Removed > > -----Ursprüngliche Nachricht----- > Von: Curtis Leach via RT [mailto:bug-Net-FTPSSL@rt.cpan.org] > Gesendet: Dienstag, 7. März 2017 00:11 > An: Removed <removed@example.com> > Betreff: [rt.cpan.org #120341] Net::FTPSSL Bugreport > > <URL: https://rt.cpan.org/Ticket/Display.html?id=120341 > > > Hi Removed, > > Sorry for the delay, but I had to find time to get a new Beta > together. The log file you sent me was so strange and incomplete that > I can't see how the call to Net::FTPSSL->new() actually worked. So > this new beta turns up the logging as high as it can go for some of > the dependent modules. > > You'll have to send me both the new log file as an attachment again as > well as what is written to your screen. The modules I turned the > logging on for just write to STDERR. > > Thank you, > > Curtis > > On Thu Mar 02 04:42:41 2017, removed@example.com wrote:
> > Dear Curtis, > > > > it was the whole content of the MyLog.txt file. The logging seem to > > stop at a certain point. > > No, I am not calling prep_data_channel() inside of my code. > > The version of FTPSSL which works for me is version 0.25 > > > > Mit freundlichen Grüßen, Best regards > > > > Removed > > IT-Administrator | Web-Developer > > > > Removed > > Removed > > Removed > > E-Mail: removed@example.com > > > > > > > > Removed > > Removed > > Removed > > > > > > -----Ursprüngliche Nachricht----- > > Von: Curtis Leach via RT [mailto:bug-Net-FTPSSL@rt.cpan.org] > > Gesendet: Mittwoch, 1. März 2017 23:22 > > An: Removed <removed@example.com> > > Betreff: [rt.cpan.org #120341] Net::FTPSSL Bugreport > > > > <URL: https://rt.cpan.org/Ticket/Display.html?id=120341 > > > > > Thanks Removed, > > > > But can you please just send as an attachment the MyLog.txt file that > > your script generated? The logs automatically mask out usernames & > > passwords. > > > > There was just too much info missing from what you pasted into your > > email that would be critical in figuring out what's happening. > > > > I just hope you are not calling prep_data_channel() directly in your > > code. That's not really supported logic for my module. > > > > Also what version did you downgrade to that seems to be working for > > you? > > > > Curtis > > > > On Wed Mar 01 15:16:03 2017, removed@example.com wrote:
> > > Dear Curtis, > > > > > > > > > > > > thanks for your reply and sorry for the late response. > > > > > > > > > > > > This is what I get now. > > > > > > > > > > > > [cid:image001.png@01D292B3.CF39D200] > > > > > > > > > > > > > > > > > > DEBUGLOG: > > > > > > > > > > > > Net-FTPSSL Version: 0.35 > > > > > > IO-Socket-INET Version: 1.35 > > > > > > IO-Socket-SSL Version: 2.046 > > > > > > > > > > > > IPv6 support available via IO::Socket::IP (0.38) Key: (Family) > > > > > > > > > > > > Perl: 5.024001 [5.24.1], OS: MSWin32 > > > > > > > > > > > > ***** IPv6 not yet supported in Net::FTPSSL! ***** > > > > > > > > > > > > Server (port): 78.46.10.105 (21) > > > > > > > > > > > > Keys: (Encryption), (Debug), (Timeout), (Croak), (DebugLogFile), > > > (Port) > > > > > > Values: (E), (1), (20), (1), (MyLog.txt), (21) > > > > > > > > > > > > SKT <<< 220 FTP Server 1.0 > > > > > > SKT >>> AUTH TLS > > > > > > SKT <<< 234 AUTH TLS successful > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Mit freundlichen Grüßen, Best regards > > > > > > > > > > > > Removed > > > > > > IT-Administrator | Web-Developer > > > > > > > > > > > > Removed > > > > > > Removed > > > > > > Removed > > > > > > E-Mail: removed@example.com > > > > > > > > > > > > > > > > > > Removed > > > > > > Removed > > > > > > Removed > > > > > > > > > > > > -----Ursprüngliche Nachricht----- > > > Von: Curtis Leach via RT [mailto:bug-Net-FTPSSL@rt.cpan.org] > > > Gesendet: Donnerstag, 23. Februar 2017 18:34 > > > An: Removed <removed@example.com> > > > Betreff: [rt.cpan.org #120341] Net::FTPSSL Bugreport > > > > > > > > > > > > <URL: https://rt.cpan.org/Ticket/Display.html?id=120341 > > > > > > > > > > > > > Hi Removed, > > > > > > > > > > > > Sorry to hear you're having difficulties with my module. But I > > > need > > > more information if I'm to have any luck trying to figure out what > > > your issue is. > > > > > > > > > > > > At a bare minimum I need a copy of the FTPSSL log file showing how > > > the code breaks. You'll need to add to the call to new() > > > "Debug=>1" > > > & DebugLogFile="MyLog.txt" to turn on logging. Adding Croak=>1 so > > > your code dies once it hits an error would help as well, since many > > > times the 1st error causes other issues later on. Finally call > > > $ftps-
> > > > trapWarn() right after your call to new() so that any Perl > > > > warnings
> > > will also get dumped to the log file as well. Then send it to me > > > as > > > an attachment. Pasting it into the message body usually makes the > > > logs unreadable. > > > > > > > > > > > > It would also help if you could provide a simple program to > > > replicate the issue. But I should be able to trace what's > > > happening > > > with just the logs. But the program would greatly help resolve any > > > ambiguities. > > > > > > > > > > > > It would also help if you could tell me what older version you > > > downgraded to that seems to be working. > > > > > > > > > > > > Curtis > > > > > > > > > > > > On Thu Feb 23 07:59:17 2017, Removed.Kocak@red- > > > kiwi.de<mailto:removed@example.com> wrote: > > >
> > > > Dear Sirs,
> > >
> > > >
> > >
> > > > with the newest version of FTPSSL it is no longer possible to
> > >
> > > > establish a connection to the server.
> > >
> > > > It says that the method "sub prep_data_channel" contians > > > > uninitialized
> > >
> > > > variables.
> > >
> > > >
> > >
> > > > I replaced the file FTPSSL.pm with an older version and it works
> > >
> > > > again.
> > >
> > > >
> > >
> > > > But from time to time i get this error: 555 Unexpected EOF on > > > > Command
> > >
> > > > Channel [0]
> > >
> > > >
> > >
> > > > PERL: 5.24.1 x64 on a Windows Server 2012 r2
> > >
> > > >
> > >
> > > > Mit freundlichen Grüßen, Best regards
> > >
> > > >
> > >
> > > > Removed
> > >
> > > > IT-Administrator | Web-Developer
> > >
> > > >
> > >
> > > > Removed
> > >
> > > > Removed
> > >
> > > > Removed
> > >
> > > > E-Mail: removed@example.com<mailto:Removed.Kocak@red- > > > > kiwi.de<mailto:Removed.Kocak@red- > > > > kiwi.de%3cmailto:Removed.Kocak@red- > > > > kiwi.de>>
> > >
> > > >
> > >
> > > > Removed
> > >
> > > >
> > >
> > > > Removed
> > >
> > > > Removed
> > >
> > > > Removed
> > > > > > > > > > > > > > > > > >
> > > > > >
> > >
Subject: AW: [rt.cpan.org #120341] Net::FTPSSL Bugreport
Date: Thu, 9 Mar 2017 15:30:21 +0000
To: "bug-Net-FTPSSL [...] rt.cpan.org" <bug-Net-FTPSSL [...] rt.cpan.org>
From: Removed <removed [...] example.com>
Hi Curtis, I've attached the program which I use to syncronize an FTP folder against a local folder. Mit freundlichen Grüßen, Best regards   Removed IT-Administrator | Web-Developer Removed Removed Removed E-Mail: removed@example.com Removed Removed Removed Show quoted text
-----Ursprüngliche Nachricht----- Von: Curtis Leach via RT [mailto:bug-Net-FTPSSL@rt.cpan.org] Gesendet: Mittwoch, 8. März 2017 18:44 An: Removed <removed@example.com> Betreff: [rt.cpan.org #120341] Net::FTPSSL Bugreport <URL: https://rt.cpan.org/Ticket/Display.html?id=120341 > Hi Removed, Things just keep on getting weirder and weirder. It's now writing stuff to the console that should have been written to MyLog.txt. And then my logging comes to a complete halt, showing nothing at all from my logs after the call to new(). Can you please send me a short sample program that demonstrates the error you are encountering? Right now I can't reproduce your issue at all. I'm hoping to see something unique in your code that I haven't tried before as the root cause. Otherwise I'm going to have to upgrade Perl & the relevant modules to the same release that you're at and that could take me a while. Curtis On Tue Mar 07 11:52:00 2017, removed@example.com wrote:
> Hi Curtis, > > please find attached my console output and MyLog.txt file. > I hope this helps. > > Best regards > > Mit freundlichen Grüßen, Best regards > > Removed > IT-Administrator | Web-Developer > > Removed > Removed > Removed > E-Mail: removed@example.com > > > > Removed > Removed > Removed > > -----Ursprüngliche Nachricht----- > Von: Curtis Leach via RT [mailto:bug-Net-FTPSSL@rt.cpan.org] > Gesendet: Dienstag, 7. März 2017 00:11 > An: Removed <removed@example.com> > Betreff: [rt.cpan.org #120341] Net::FTPSSL Bugreport > > <URL: https://rt.cpan.org/Ticket/Display.html?id=120341 > > > Hi Removed, > > Sorry for the delay, but I had to find time to get a new Beta > together. The log file you sent me was so strange and incomplete that > I can't see how the call to Net::FTPSSL->new() actually worked. So > this new beta turns up the logging as high as it can go for some of > the dependent modules. > > You'll have to send me both the new log file as an attachment again as > well as what is written to your screen. The modules I turned the > logging on for just write to STDERR. > > Thank you, > > Curtis > > On Thu Mar 02 04:42:41 2017, removed@example.com wrote:
> > Dear Curtis, > > > > it was the whole content of the MyLog.txt file. The logging seem to > > stop at a certain point. > > No, I am not calling prep_data_channel() inside of my code. > > The version of FTPSSL which works for me is version 0.25 > > > > Mit freundlichen Grüßen, Best regards > > > > Removed > > IT-Administrator | Web-Developer > > > > Removed > > Removed > > Removed > > E-Mail: removed@example.com > > > > > > > > Removed > > Removed > > Removed > > > > > > -----Ursprüngliche Nachricht----- > > Von: Curtis Leach via RT [mailto:bug-Net-FTPSSL@rt.cpan.org] > > Gesendet: Mittwoch, 1. März 2017 23:22 > > An: Removed <removed@example.com> > > Betreff: [rt.cpan.org #120341] Net::FTPSSL Bugreport > > > > <URL: https://rt.cpan.org/Ticket/Display.html?id=120341 > > > > > Thanks Removed, > > > > But can you please just send as an attachment the MyLog.txt file > > that your script generated? The logs automatically mask out > > usernames & passwords. > > > > There was just too much info missing from what you pasted into your > > email that would be critical in figuring out what's happening. > > > > I just hope you are not calling prep_data_channel() directly in your > > code. That's not really supported logic for my module. > > > > Also what version did you downgrade to that seems to be working for > > you? > > > > Curtis > > > > On Wed Mar 01 15:16:03 2017, removed@example.com wrote:
> > > Dear Curtis, > > > > > > > > > > > > thanks for your reply and sorry for the late response. > > > > > > > > > > > > This is what I get now. > > > > > > > > > > > > [cid:image001.png@01D292B3.CF39D200] > > > > > > > > > > > > > > > > > > DEBUGLOG: > > > > > > > > > > > > Net-FTPSSL Version: 0.35 > > > > > > IO-Socket-INET Version: 1.35 > > > > > > IO-Socket-SSL Version: 2.046 > > > > > > > > > > > > IPv6 support available via IO::Socket::IP (0.38) Key: (Family) > > > > > > > > > > > > Perl: 5.024001 [5.24.1], OS: MSWin32 > > > > > > > > > > > > ***** IPv6 not yet supported in Net::FTPSSL! ***** > > > > > > > > > > > > Server (port): 78.46.10.105 (21) > > > > > > > > > > > > Keys: (Encryption), (Debug), (Timeout), (Croak), (DebugLogFile), > > > (Port) > > > > > > Values: (E), (1), (20), (1), (MyLog.txt), (21) > > > > > > > > > > > > SKT <<< 220 FTP Server 1.0 > > > > > > SKT >>> AUTH TLS > > > > > > SKT <<< 234 AUTH TLS successful > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Mit freundlichen Grüßen, Best regards > > > > > > > > > > > > Removed > > > > > > IT-Administrator | Web-Developer > > > > > > > > > > > > Removed > > > > > > Removed > > > > > > Removed > > > > > > E-Mail: removed@example.com > > > > > > > > > > > > > > > > > > Removed > > > > > > Removed > > > > > > Removed > > > > > > > > > > > > -----Ursprüngliche Nachricht----- > > > Von: Curtis Leach via RT [mailto:bug-Net-FTPSSL@rt.cpan.org] > > > Gesendet: Donnerstag, 23. Februar 2017 18:34 > > > An: Removed <removed@example.com> > > > Betreff: [rt.cpan.org #120341] Net::FTPSSL Bugreport > > > > > > > > > > > > <URL: https://rt.cpan.org/Ticket/Display.html?id=120341 > > > > > > > > > > > > > Hi Removed, > > > > > > > > > > > > Sorry to hear you're having difficulties with my module. But I > > > need more information if I'm to have any luck trying to figure out > > > what your issue is. > > > > > > > > > > > > At a bare minimum I need a copy of the FTPSSL log file showing how > > > the code breaks. You'll need to add to the call to new() > > > "Debug=>1" > > > & DebugLogFile="MyLog.txt" to turn on logging. Adding Croak=>1 so > > > your code dies once it hits an error would help as well, since > > > many times the 1st error causes other issues later on. Finally > > > call > > > $ftps-
> > > > trapWarn() right after your call to new() so that any Perl > > > > warnings
> > > will also get dumped to the log file as well. Then send it to me > > > as an attachment. Pasting it into the message body usually makes > > > the logs unreadable. > > > > > > > > > > > > It would also help if you could provide a simple program to > > > replicate the issue. But I should be able to trace what's > > > happening with just the logs. But the program would greatly help > > > resolve any ambiguities. > > > > > > > > > > > > It would also help if you could tell me what older version you > > > downgraded to that seems to be working. > > > > > > > > > > > > Curtis > > > > > > > > > > > > On Thu Feb 23 07:59:17 2017, Removed.Kocak@red- > > > kiwi.de<mailto:removed@example.com> wrote: > > >
> > > > Dear Sirs,
> > >
> > > >
> > >
> > > > with the newest version of FTPSSL it is no longer possible to
> > >
> > > > establish a connection to the server.
> > >
> > > > It says that the method "sub prep_data_channel" contians > > > > uninitialized
> > >
> > > > variables.
> > >
> > > >
> > >
> > > > I replaced the file FTPSSL.pm with an older version and it works
> > >
> > > > again.
> > >
> > > >
> > >
> > > > But from time to time i get this error: 555 Unexpected EOF on > > > > Command
> > >
> > > > Channel [0]
> > >
> > > >
> > >
> > > > PERL: 5.24.1 x64 on a Windows Server 2012 r2
> > >
> > > >
> > >
> > > > Mit freundlichen Grüßen, Best regards
> > >
> > > >
> > >
> > > > Removed
> > >
> > > > IT-Administrator | Web-Developer
> > >
> > > >
> > >
> > > > Removed
> > >
> > > > Removed
> > >
> > > > Removed
> > >
> > > > E-Mail: removed@example.com<mailto:Removed.Kocak@red- > > > > kiwi.de<mailto:Removed.Kocak@red- > > > > kiwi.de%3cmailto:Removed.Kocak@red- > > > > kiwi.de>>
> > >
> > > >
> > >
> > > > Removed
> > >
> > > >
> > >
> > > > Removed
> > >
> > > > Removed
> > >
> > > > Removed
> > > > > > > > > > > > > > > > > >
> > > > > >
> > >
Download web_sync.zip
application/x-zip-compressed 3.4k

Message body not shown because it is not plain text.

Thanks for the sample code. A quick look shows nothing strange. I just never used the Encode module before. But that shouldn't impact things. As I see it you have 2 problems: 1) The call to put() is failing. (reason for the ticket) 2) When logs are turned on, they are incomplete and what's there is split between the log file & your console. Making it impossible for me to trace your program's FTPS traffic. :( So due to the 2nd issue I'm sending you another Beta to try out which prints a few things to STDERR for me. Please run your program again with the new beta and send me the log file & the console output. Curtis On Thu Mar 09 11:02:52 2017, removed@example.com wrote: Show quoted text
> Hi Curtis, > > I've attached the program which I use to syncronize an FTP folder > against a local folder. > > Mit freundlichen Grüßen, Best regards > > Removed > IT-Administrator | Web-Developer > > Removed > Removed > Removed > E-Mail: removed@example.com > > > Removed > Removed > Removed > > -----Ursprüngliche Nachricht----- > Von: Curtis Leach via RT [mailto:bug-Net-FTPSSL@rt.cpan.org] > Gesendet: Mittwoch, 8. März 2017 18:44 > An: Removed <removed@example.com> > Betreff: [rt.cpan.org #120341] Net::FTPSSL Bugreport > > <URL: https://rt.cpan.org/Ticket/Display.html?id=120341 > > > Hi Removed, > > Things just keep on getting weirder and weirder. It's now writing > stuff to the console that should have been written to MyLog.txt. And > then my logging comes to a complete halt, showing nothing at all from > my logs after the call to new(). > > Can you please send me a short sample program that demonstrates the > error you are encountering? Right now I can't reproduce your issue at > all. > > I'm hoping to see something unique in your code that I haven't tried > before as the root cause. Otherwise I'm going to have to upgrade Perl > & the relevant modules to the same release that you're at and that > could take me a while. > > Curtis > > > On Tue Mar 07 11:52:00 2017, removed@example.com wrote:
> > Hi Curtis, > > > > please find attached my console output and MyLog.txt file. > > I hope this helps. > > > > Best regards > > > > Mit freundlichen Grüßen, Best regards > > > > Removed > > IT-Administrator | Web-Developer > > > > Removed > > Removed > > Removed > > E-Mail: removed@example.com > > > > > > > > Removed > > Removed > > Removed > > > > -----Ursprüngliche Nachricht----- > > Von: Curtis Leach via RT [mailto:bug-Net-FTPSSL@rt.cpan.org] > > Gesendet: Dienstag, 7. März 2017 00:11 > > An: Removed <removed@example.com> > > Betreff: [rt.cpan.org #120341] Net::FTPSSL Bugreport > > > > <URL: https://rt.cpan.org/Ticket/Display.html?id=120341 > > > > > Hi Removed, > > > > Sorry for the delay, but I had to find time to get a new Beta > > together. The log file you sent me was so strange and incomplete > > that > > I can't see how the call to Net::FTPSSL->new() actually worked. So > > this new beta turns up the logging as high as it can go for some of > > the dependent modules. > > > > You'll have to send me both the new log file as an attachment again > > as > > well as what is written to your screen. The modules I turned the > > logging on for just write to STDERR. > > > > Thank you, > > > > Curtis > > > > On Thu Mar 02 04:42:41 2017, removed@example.com wrote:
> > > Dear Curtis, > > > > > > it was the whole content of the MyLog.txt file. The logging seem to > > > stop at a certain point. > > > No, I am not calling prep_data_channel() inside of my code. > > > The version of FTPSSL which works for me is version 0.25 > > > > > > Mit freundlichen Grüßen, Best regards > > > > > > Removed > > > IT-Administrator | Web-Developer > > > > > > Removed > > > Removed > > > Removed > > > E-Mail: removed@example.com > > > > > > > > > > > > Removed > > > Removed > > > Removed > > > > > > > > > -----Ursprüngliche Nachricht----- > > > Von: Curtis Leach via RT [mailto:bug-Net-FTPSSL@rt.cpan.org] > > > Gesendet: Mittwoch, 1. März 2017 23:22 > > > An: Removed <removed@example.com> > > > Betreff: [rt.cpan.org #120341] Net::FTPSSL Bugreport > > > > > > <URL: https://rt.cpan.org/Ticket/Display.html?id=120341 > > > > > > > Thanks Removed, > > > > > > But can you please just send as an attachment the MyLog.txt file > > > that your script generated? The logs automatically mask out > > > usernames & passwords. > > > > > > There was just too much info missing from what you pasted into your > > > email that would be critical in figuring out what's happening. > > > > > > I just hope you are not calling prep_data_channel() directly in > > > your > > > code. That's not really supported logic for my module. > > > > > > Also what version did you downgrade to that seems to be working for > > > you? > > > > > > Curtis > > > > > > On Wed Mar 01 15:16:03 2017, removed@example.com wrote:
> > > > Dear Curtis, > > > > > > > > > > > > > > > > thanks for your reply and sorry for the late response. > > > > > > > > > > > > > > > > This is what I get now. > > > > > > > > > > > > > > > > [cid:image001.png@01D292B3.CF39D200] > > > > > > > > > > > > > > > > > > > > > > > > DEBUGLOG: > > > > > > > > > > > > > > > > Net-FTPSSL Version: 0.35 > > > > > > > > IO-Socket-INET Version: 1.35 > > > > > > > > IO-Socket-SSL Version: 2.046 > > > > > > > > > > > > > > > > IPv6 support available via IO::Socket::IP (0.38) Key: (Family) > > > > > > > > > > > > > > > > Perl: 5.024001 [5.24.1], OS: MSWin32 > > > > > > > > > > > > > > > > ***** IPv6 not yet supported in Net::FTPSSL! ***** > > > > > > > > > > > > > > > > Server (port): 78.46.10.105 (21) > > > > > > > > > > > > > > > > Keys: (Encryption), (Debug), (Timeout), (Croak), (DebugLogFile), > > > > (Port) > > > > > > > > Values: (E), (1), (20), (1), (MyLog.txt), (21) > > > > > > > > > > > > > > > > SKT <<< 220 FTP Server 1.0 > > > > > > > > SKT >>> AUTH TLS > > > > > > > > SKT <<< 234 AUTH TLS successful > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Mit freundlichen Grüßen, Best regards > > > > > > > > > > > > > > > > Removed > > > > > > > > IT-Administrator | Web-Developer > > > > > > > > > > > > > > > > Removed > > > > > > > > Removed > > > > > > > > Removed > > > > > > > > E-Mail: removed@example.com > > > > > > > > > > > > > > > > > > > > > > > > Removed > > > > > > > > Removed > > > > > > > > Removed > > > > > > > > > > > > > > > > -----Ursprüngliche Nachricht----- > > > > Von: Curtis Leach via RT [mailto:bug-Net-FTPSSL@rt.cpan.org] > > > > Gesendet: Donnerstag, 23. Februar 2017 18:34 > > > > An: Removed <removed@example.com> > > > > Betreff: [rt.cpan.org #120341] Net::FTPSSL Bugreport > > > > > > > > > > > > > > > > <URL: https://rt.cpan.org/Ticket/Display.html?id=120341 > > > > > > > > > > > > > > > > > Hi Removed, > > > > > > > > > > > > > > > > Sorry to hear you're having difficulties with my module. But I > > > > need more information if I'm to have any luck trying to figure > > > > out > > > > what your issue is. > > > > > > > > > > > > > > > > At a bare minimum I need a copy of the FTPSSL log file showing > > > > how > > > > the code breaks. You'll need to add to the call to new() > > > > "Debug=>1" > > > > & DebugLogFile="MyLog.txt" to turn on logging. Adding Croak=>1 so > > > > your code dies once it hits an error would help as well, since > > > > many times the 1st error causes other issues later on. Finally > > > > call > > > > $ftps-
> > > > > trapWarn() right after your call to new() so that any Perl > > > > > warnings
> > > > will also get dumped to the log file as well. Then send it to me > > > > as an attachment. Pasting it into the message body usually makes > > > > the logs unreadable. > > > > > > > > > > > > > > > > It would also help if you could provide a simple program to > > > > replicate the issue. But I should be able to trace what's > > > > happening with just the logs. But the program would greatly help > > > > resolve any ambiguities. > > > > > > > > > > > > > > > > It would also help if you could tell me what older version you > > > > downgraded to that seems to be working. > > > > > > > > > > > > > > > > Curtis > > > > > > > > > > > > > > > > On Thu Feb 23 07:59:17 2017, Removed.Kocak@red- > > > > kiwi.de<mailto:removed@example.com> wrote: > > > >
> > > > > Dear Sirs,
> > > >
> > > > >
> > > >
> > > > > with the newest version of FTPSSL it is no longer possible to
> > > >
> > > > > establish a connection to the server.
> > > >
> > > > > It says that the method "sub prep_data_channel" contians > > > > > uninitialized
> > > >
> > > > > variables.
> > > >
> > > > >
> > > >
> > > > > I replaced the file FTPSSL.pm with an older version and it > > > > > works
> > > >
> > > > > again.
> > > >
> > > > >
> > > >
> > > > > But from time to time i get this error: 555 Unexpected EOF on > > > > > Command
> > > >
> > > > > Channel [0]
> > > >
> > > > >
> > > >
> > > > > PERL: 5.24.1 x64 on a Windows Server 2012 r2
> > > >
> > > > >
> > > >
> > > > > Mit freundlichen Grüßen, Best regards
> > > >
> > > > >
> > > >
> > > > > Removed
> > > >
> > > > > IT-Administrator | Web-Developer
> > > >
> > > > >
> > > >
> > > > > Removed
> > > >
> > > > > Removed
> > > >
> > > > > Removed
> > > >
> > > > > E-Mail: removed@example.com<mailto:Removed.Kocak@red- > > > > > kiwi.de<mailto:Removed.Kocak@red- > > > > > kiwi.de%3cmailto:Removed.Kocak@red- > > > > > kiwi.de>>
> > > >
> > > > >
> > > >
> > > > > Removed
> > > >
> > > > >
> > > >
> > > > > Removed
> > > >
> > > > > Removed
> > > >
> > > > > Removed
> > > > > > > > > > > > > > > > > > > > > > > >
> > > > > > > > >
> > > > > >
> > >
Subject: FTPSSL.pm

Message body is not shown because it is too large.

Subject: [rt.cpan.org #120341] Net::FTPSSL Bugreport
Date: Thu, 9 Mar 2017 17:05:29 +0000
To: "bug-Net-FTPSSL [...] rt.cpan.org" <bug-Net-FTPSSL [...] rt.cpan.org>
From: Removed <removed [...] example.com>
Dear Curtis, I have a request, would you please kindly mask my whole contact data or just delete this conversation once this report is closed? Thanks Mit freundlichen Grüßen, Best regards   Removed IT-Administrator | Web-Developer Removed Removed Removed E-Mail: removed@example.com Removed Removed Removed Show quoted text
-----Ursprüngliche Nachricht----- Von: Removed Gesendet: Donnerstag, 9. März 2017 16:30 An: 'bug-Net-FTPSSL@rt.cpan.org' <bug-Net-FTPSSL@rt.cpan.org> Betreff: AW: [rt.cpan.org #120341] Net::FTPSSL Bugreport Hi Curtis, I've attached the program which I use to syncronize an FTP folder against a local folder. Mit freundlichen Grüßen, Best regards   Removed IT-Administrator | Web-Developer Removed Removed Removed E-Mail: removed@example.com Removed Removed Removed
-----Ursprüngliche Nachricht----- Von: Curtis Leach via RT [mailto:bug-Net-FTPSSL@rt.cpan.org] Gesendet: Mittwoch, 8. März 2017 18:44 An: Removed <removed@example.com> Betreff: [rt.cpan.org #120341] Net::FTPSSL Bugreport <URL: https://rt.cpan.org/Ticket/Display.html?id=120341 > Hi Removed, Things just keep on getting weirder and weirder. It's now writing stuff to the console that should have been written to MyLog.txt. And then my logging comes to a complete halt, showing nothing at all from my logs after the call to new(). Can you please send me a short sample program that demonstrates the error you are encountering? Right now I can't reproduce your issue at all. I'm hoping to see something unique in your code that I haven't tried before as the root cause. Otherwise I'm going to have to upgrade Perl & the relevant modules to the same release that you're at and that could take me a while. Curtis On Tue Mar 07 11:52:00 2017, removed@example.com wrote:
> Hi Curtis, > > please find attached my console output and MyLog.txt file. > I hope this helps. > > Best regards > > Mit freundlichen Grüßen, Best regards > > Removed > IT-Administrator | Web-Developer > > Removed > Removed > Removed > E-Mail: removed@example.com > > > > Removed > Removed > Removed > > -----Ursprüngliche Nachricht----- > Von: Curtis Leach via RT [mailto:bug-Net-FTPSSL@rt.cpan.org] > Gesendet: Dienstag, 7. März 2017 00:11 > An: Removed <removed@example.com> > Betreff: [rt.cpan.org #120341] Net::FTPSSL Bugreport > > <URL: https://rt.cpan.org/Ticket/Display.html?id=120341 > > > Hi Removed, > > Sorry for the delay, but I had to find time to get a new Beta > together. The log file you sent me was so strange and incomplete that > I can't see how the call to Net::FTPSSL->new() actually worked. So > this new beta turns up the logging as high as it can go for some of > the dependent modules. > > You'll have to send me both the new log file as an attachment again as > well as what is written to your screen. The modules I turned the > logging on for just write to STDERR. > > Thank you, > > Curtis > > On Thu Mar 02 04:42:41 2017, removed@example.com wrote:
> > Dear Curtis, > > > > it was the whole content of the MyLog.txt file. The logging seem to > > stop at a certain point. > > No, I am not calling prep_data_channel() inside of my code. > > The version of FTPSSL which works for me is version 0.25 > > > > Mit freundlichen Grüßen, Best regards > > > > Removed > > IT-Administrator | Web-Developer > > > > Removed > > Removed > > Removed > > E-Mail: removed@example.com > > > > > > > > Removed > > Removed > > Removed > > > > > > -----Ursprüngliche Nachricht----- > > Von: Curtis Leach via RT [mailto:bug-Net-FTPSSL@rt.cpan.org] > > Gesendet: Mittwoch, 1. März 2017 23:22 > > An: Removed <removed@example.com> > > Betreff: [rt.cpan.org #120341] Net::FTPSSL Bugreport > > > > <URL: https://rt.cpan.org/Ticket/Display.html?id=120341 > > > > > Thanks Removed, > > > > But can you please just send as an attachment the MyLog.txt file > > that your script generated? The logs automatically mask out > > usernames & passwords. > > > > There was just too much info missing from what you pasted into your > > email that would be critical in figuring out what's happening. > > > > I just hope you are not calling prep_data_channel() directly in your > > code. That's not really supported logic for my module. > > > > Also what version did you downgrade to that seems to be working for > > you? > > > > Curtis > > > > On Wed Mar 01 15:16:03 2017, removed@example.com wrote:
> > > Dear Curtis, > > > > > > > > > > > > thanks for your reply and sorry for the late response. > > > > > > > > > > > > This is what I get now. > > > > > > > > > > > > [cid:image001.png@01D292B3.CF39D200] > > > > > > > > > > > > > > > > > > DEBUGLOG: > > > > > > > > > > > > Net-FTPSSL Version: 0.35 > > > > > > IO-Socket-INET Version: 1.35 > > > > > > IO-Socket-SSL Version: 2.046 > > > > > > > > > > > > IPv6 support available via IO::Socket::IP (0.38) Key: (Family) > > > > > > > > > > > > Perl: 5.024001 [5.24.1], OS: MSWin32 > > > > > > > > > > > > ***** IPv6 not yet supported in Net::FTPSSL! ***** > > > > > > > > > > > > Server (port): 78.46.10.105 (21) > > > > > > > > > > > > Keys: (Encryption), (Debug), (Timeout), (Croak), (DebugLogFile), > > > (Port) > > > > > > Values: (E), (1), (20), (1), (MyLog.txt), (21) > > > > > > > > > > > > SKT <<< 220 FTP Server 1.0 > > > > > > SKT >>> AUTH TLS > > > > > > SKT <<< 234 AUTH TLS successful > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Mit freundlichen Grüßen, Best regards > > > > > > > > > > > > Removed > > > > > > IT-Administrator | Web-Developer > > > > > > > > > > > > Removed > > > > > > Removed > > > > > > Removed > > > > > > E-Mail: removed@example.com > > > > > > > > > > > > > > > > > > Removed > > > > > > Removed > > > > > > Removed > > > > > > > > > > > > -----Ursprüngliche Nachricht----- > > > Von: Curtis Leach via RT [mailto:bug-Net-FTPSSL@rt.cpan.org] > > > Gesendet: Donnerstag, 23. Februar 2017 18:34 > > > An: Removed <removed@example.com> > > > Betreff: [rt.cpan.org #120341] Net::FTPSSL Bugreport > > > > > > > > > > > > <URL: https://rt.cpan.org/Ticket/Display.html?id=120341 > > > > > > > > > > > > > Hi Removed, > > > > > > > > > > > > Sorry to hear you're having difficulties with my module. But I > > > need more information if I'm to have any luck trying to figure out > > > what your issue is. > > > > > > > > > > > > At a bare minimum I need a copy of the FTPSSL log file showing how > > > the code breaks. You'll need to add to the call to new() > > > "Debug=>1" > > > & DebugLogFile="MyLog.txt" to turn on logging. Adding Croak=>1 so > > > your code dies once it hits an error would help as well, since > > > many times the 1st error causes other issues later on. Finally > > > call > > > $ftps-
> > > > trapWarn() right after your call to new() so that any Perl > > > > warnings
> > > will also get dumped to the log file as well. Then send it to me > > > as an attachment. Pasting it into the message body usually makes > > > the logs unreadable. > > > > > > > > > > > > It would also help if you could provide a simple program to > > > replicate the issue. But I should be able to trace what's > > > happening with just the logs. But the program would greatly help > > > resolve any ambiguities. > > > > > > > > > > > > It would also help if you could tell me what older version you > > > downgraded to that seems to be working. > > > > > > > > > > > > Curtis > > > > > > > > > > > > On Thu Feb 23 07:59:17 2017, Removed.Kocak@red- > > > kiwi.de<mailto:removed@example.com> wrote: > > >
> > > > Dear Sirs,
> > >
> > > >
> > >
> > > > with the newest version of FTPSSL it is no longer possible to
> > >
> > > > establish a connection to the server.
> > >
> > > > It says that the method "sub prep_data_channel" contians > > > > uninitialized
> > >
> > > > variables.
> > >
> > > >
> > >
> > > > I replaced the file FTPSSL.pm with an older version and it works
> > >
> > > > again.
> > >
> > > >
> > >
> > > > But from time to time i get this error: 555 Unexpected EOF on > > > > Command
> > >
> > > > Channel [0]
> > >
> > > >
> > >
> > > > PERL: 5.24.1 x64 on a Windows Server 2012 r2
> > >
> > > >
> > >
> > > > Mit freundlichen Grüßen, Best regards
> > >
> > > >
> > >
> > > > Removed
> > >
> > > > IT-Administrator | Web-Developer
> > >
> > > >
> > >
> > > > Removed
> > >
> > > > Removed
> > >
> > > > Removed
> > >
> > > > E-Mail: removed@example.com<mailto:Removed.Kocak@red- > > > > kiwi.de<mailto:Removed.Kocak@red- > > > > kiwi.de%3cmailto:Removed.Kocak@red- > > > > kiwi.de>>
> > >
> > > >
> > >
> > > > Removed
> > >
> > > >
> > >
> > > > Removed
> > >
> > > > Removed
> > >
> > > > Removed
> > > > > > > > > > > > > > > > > >
> > > > > >
> > >
Subject: AW: [rt.cpan.org #120341] Net::FTPSSL Bugreport
Date: Fri, 10 Mar 2017 16:31:02 +0000
To: "bug-Net-FTPSSL [...] rt.cpan.org" <bug-Net-FTPSSL [...] rt.cpan.org>
From: Removed <removed [...] example.com>
Hi Curtis, please find attached the new console output. There is no MyLog.txt file has been created this time. Mit freundlichen Grüßen, Best regards   Removed IT-Administrator | Web-Developer Removed Removed Removed E-Mail: removed@example.com Removed Removed Removed Show quoted text
-----Ursprüngliche Nachricht----- Von: Curtis Leach via RT [mailto:bug-Net-FTPSSL@rt.cpan.org] Gesendet: Donnerstag, 9. März 2017 19:37 An: Removed <removed@example.com> Betreff: [rt.cpan.org #120341] Net::FTPSSL Bugreport <URL: https://rt.cpan.org/Ticket/Display.html?id=120341 > Thanks for the sample code. A quick look shows nothing strange. I just never used the Encode module before. But that shouldn't impact things. As I see it you have 2 problems: 1) The call to put() is failing. (reason for the ticket) 2) When logs are turned on, they are incomplete and what's there is split between the log file & your console. Making it impossible for me to trace your program's FTPS traffic. :( So due to the 2nd issue I'm sending you another Beta to try out which prints a few things to STDERR for me. Please run your program again with the new beta and send me the log file & the console output. Curtis On Thu Mar 09 11:02:52 2017, removed@example.com wrote:
> Hi Curtis, > > I've attached the program which I use to syncronize an FTP folder > against a local folder. > > Mit freundlichen Grüßen, Best regards > > Removed > IT-Administrator | Web-Developer > > Removed > Removed > Removed > E-Mail: removed@example.com > > > Removed > Removed > Removed > > -----Ursprüngliche Nachricht----- > Von: Curtis Leach via RT [mailto:bug-Net-FTPSSL@rt.cpan.org] > Gesendet: Mittwoch, 8. März 2017 18:44 > An: Removed <removed@example.com> > Betreff: [rt.cpan.org #120341] Net::FTPSSL Bugreport > > <URL: https://rt.cpan.org/Ticket/Display.html?id=120341 > > > Hi Removed, > > Things just keep on getting weirder and weirder. It's now writing > stuff to the console that should have been written to MyLog.txt. And > then my logging comes to a complete halt, showing nothing at all from > my logs after the call to new(). > > Can you please send me a short sample program that demonstrates the > error you are encountering? Right now I can't reproduce your issue at > all. > > I'm hoping to see something unique in your code that I haven't tried > before as the root cause. Otherwise I'm going to have to upgrade Perl > & the relevant modules to the same release that you're at and that > could take me a while. > > Curtis > > > On Tue Mar 07 11:52:00 2017, removed@example.com wrote:
> > Hi Curtis, > > > > please find attached my console output and MyLog.txt file. > > I hope this helps. > > > > Best regards > > > > Mit freundlichen Grüßen, Best regards > > > > Removed > > IT-Administrator | Web-Developer > > > > Removed > > Removed > > Removed > > E-Mail: removed@example.com > > > > > > > > Removed > > Removed > > Removed > > > > -----Ursprüngliche Nachricht----- > > Von: Curtis Leach via RT [mailto:bug-Net-FTPSSL@rt.cpan.org] > > Gesendet: Dienstag, 7. März 2017 00:11 > > An: Removed <removed@example.com> > > Betreff: [rt.cpan.org #120341] Net::FTPSSL Bugreport > > > > <URL: https://rt.cpan.org/Ticket/Display.html?id=120341 > > > > > Hi Removed, > > > > Sorry for the delay, but I had to find time to get a new Beta > > together. The log file you sent me was so strange and incomplete > > that I can't see how the call to Net::FTPSSL->new() actually worked. > > So this new beta turns up the logging as high as it can go for some > > of the dependent modules. > > > > You'll have to send me both the new log file as an attachment again > > as well as what is written to your screen. The modules I turned the > > logging on for just write to STDERR. > > > > Thank you, > > > > Curtis > > > > On Thu Mar 02 04:42:41 2017, removed@example.com wrote:
> > > Dear Curtis, > > > > > > it was the whole content of the MyLog.txt file. The logging seem > > > to stop at a certain point. > > > No, I am not calling prep_data_channel() inside of my code. > > > The version of FTPSSL which works for me is version 0.25 > > > > > > Mit freundlichen Grüßen, Best regards > > > > > > Removed > > > IT-Administrator | Web-Developer > > > > > > Removed > > > Removed > > > Removed > > > E-Mail: removed@example.com > > > > > > > > > > > > Removed > > > Removed > > > Removed > > > > > > > > > -----Ursprüngliche Nachricht----- > > > Von: Curtis Leach via RT [mailto:bug-Net-FTPSSL@rt.cpan.org] > > > Gesendet: Mittwoch, 1. März 2017 23:22 > > > An: Removed <removed@example.com> > > > Betreff: [rt.cpan.org #120341] Net::FTPSSL Bugreport > > > > > > <URL: https://rt.cpan.org/Ticket/Display.html?id=120341 > > > > > > > Thanks Removed, > > > > > > But can you please just send as an attachment the MyLog.txt file > > > that your script generated? The logs automatically mask out > > > usernames & passwords. > > > > > > There was just too much info missing from what you pasted into > > > your email that would be critical in figuring out what's happening. > > > > > > I just hope you are not calling prep_data_channel() directly in > > > your code. That's not really supported logic for my module. > > > > > > Also what version did you downgrade to that seems to be working > > > for you? > > > > > > Curtis > > > > > > On Wed Mar 01 15:16:03 2017, removed@example.com wrote:
> > > > Dear Curtis, > > > > > > > > > > > > > > > > thanks for your reply and sorry for the late response. > > > > > > > > > > > > > > > > This is what I get now. > > > > > > > > > > > > > > > > [cid:image001.png@01D292B3.CF39D200] > > > > > > > > > > > > > > > > > > > > > > > > DEBUGLOG: > > > > > > > > > > > > > > > > Net-FTPSSL Version: 0.35 > > > > > > > > IO-Socket-INET Version: 1.35 > > > > > > > > IO-Socket-SSL Version: 2.046 > > > > > > > > > > > > > > > > IPv6 support available via IO::Socket::IP (0.38) Key: (Family) > > > > > > > > > > > > > > > > Perl: 5.024001 [5.24.1], OS: MSWin32 > > > > > > > > > > > > > > > > ***** IPv6 not yet supported in Net::FTPSSL! ***** > > > > > > > > > > > > > > > > Server (port): 78.46.10.105 (21) > > > > > > > > > > > > > > > > Keys: (Encryption), (Debug), (Timeout), (Croak), (DebugLogFile), > > > > (Port) > > > > > > > > Values: (E), (1), (20), (1), (MyLog.txt), (21) > > > > > > > > > > > > > > > > SKT <<< 220 FTP Server 1.0 > > > > > > > > SKT >>> AUTH TLS > > > > > > > > SKT <<< 234 AUTH TLS successful > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Mit freundlichen Grüßen, Best regards > > > > > > > > > > > > > > > > Removed > > > > > > > > IT-Administrator | Web-Developer > > > > > > > > > > > > > > > > Removed > > > > > > > > Removed > > > > > > > > Removed > > > > > > > > E-Mail: removed@example.com > > > > > > > > > > > > > > > > > > > > > > > > Removed > > > > > > > > Removed > > > > > > > > Removed > > > > > > > > > > > > > > > > -----Ursprüngliche Nachricht----- > > > > Von: Curtis Leach via RT [mailto:bug-Net-FTPSSL@rt.cpan.org] > > > > Gesendet: Donnerstag, 23. Februar 2017 18:34 > > > > An: Removed <removed@example.com> > > > > Betreff: [rt.cpan.org #120341] Net::FTPSSL Bugreport > > > > > > > > > > > > > > > > <URL: https://rt.cpan.org/Ticket/Display.html?id=120341 > > > > > > > > > > > > > > > > > Hi Removed, > > > > > > > > > > > > > > > > Sorry to hear you're having difficulties with my module. But I > > > > need more information if I'm to have any luck trying to figure > > > > out what your issue is. > > > > > > > > > > > > > > > > At a bare minimum I need a copy of the FTPSSL log file showing > > > > how the code breaks. You'll need to add to the call to new() > > > > "Debug=>1" > > > > & DebugLogFile="MyLog.txt" to turn on logging. Adding Croak=>1 > > > > so your code dies once it hits an error would help as well, > > > > since many times the 1st error causes other issues later on. > > > > Finally call > > > > $ftps-
> > > > > trapWarn() right after your call to new() so that any Perl > > > > > warnings
> > > > will also get dumped to the log file as well. Then send it to > > > > me as an attachment. Pasting it into the message body usually > > > > makes the logs unreadable. > > > > > > > > > > > > > > > > It would also help if you could provide a simple program to > > > > replicate the issue. But I should be able to trace what's > > > > happening with just the logs. But the program would greatly > > > > help resolve any ambiguities. > > > > > > > > > > > > > > > > It would also help if you could tell me what older version you > > > > downgraded to that seems to be working. > > > > > > > > > > > > > > > > Curtis > > > > > > > > > > > > > > > > On Thu Feb 23 07:59:17 2017, Removed.Kocak@red- > > > > kiwi.de<mailto:removed@example.com> wrote: > > > >
> > > > > Dear Sirs,
> > > >
> > > > >
> > > >
> > > > > with the newest version of FTPSSL it is no longer possible to
> > > >
> > > > > establish a connection to the server.
> > > >
> > > > > It says that the method "sub prep_data_channel" contians > > > > > uninitialized
> > > >
> > > > > variables.
> > > >
> > > > >
> > > >
> > > > > I replaced the file FTPSSL.pm with an older version and it > > > > > works
> > > >
> > > > > again.
> > > >
> > > > >
> > > >
> > > > > But from time to time i get this error: 555 Unexpected EOF on > > > > > Command
> > > >
> > > > > Channel [0]
> > > >
> > > > >
> > > >
> > > > > PERL: 5.24.1 x64 on a Windows Server 2012 r2
> > > >
> > > > >
> > > >
> > > > > Mit freundlichen Grüßen, Best regards
> > > >
> > > > >
> > > >
> > > > > Removed
> > > >
> > > > > IT-Administrator | Web-Developer
> > > >
> > > > >
> > > >
> > > > > Removed
> > > >
> > > > > Removed
> > > >
> > > > > Removed
> > > >
> > > > > E-Mail: removed@example.com<mailto:Removed.Kocak@red- > > > > > kiwi.de<mailto:Removed.Kocak@red- > > > > > kiwi.de%3cmailto:Removed.Kocak@red- > > > > > kiwi.de>>
> > > >
> > > > >
> > > >
> > > > > Removed
> > > >
> > > > >
> > > >
> > > > > Removed
> > > >
> > > > > Removed
> > > >
> > > > > Removed
> > > > > > > > > > > > > > > > > > > > > > > >
> > > > > > > > >
> > > > > >
> > >
Download console.log
application/octet-stream 3.7k

Message body not shown because it is not plain text.

Hi Removed, I finally have some good news for you. I spent the weekend upgrading my perl modules to the latest releases and I'm finally able to reproduce your logging issue. And after a lot of trial and error I finally proved it was the latest release of IO-Socket-SSL that is breaking things. So the good news for you is downgrading the IO-Socket-SSL module to v2.012 should make my module work for you again. (I'm not sure which version broke things, but I know that one works.) The bad news is now I have to figure out why this new release is breaking my module. I may have to open a ticket with that team if I can't work around the issue. Right now I'm trying to figure out why v0.25 worked for you. Did you try versions 0.26 to 0.29? I ask since I originally thought the break was due to a change I finally tracked down to being made in v0.30, not v0.25 like I thought. And I'd like to check up on my assumption. Curtis On Fri Mar 10 11:32:01 2017, removed@example.com wrote: Show quoted text
> Hi Curtis, > > please find attached the new console output. > There is no MyLog.txt file has been created this time. > > Mit freundlichen Grüßen, Best regards > > Removed > IT-Administrator | Web-Developer > > Removed > Removed > Removed > E-Mail: removed@example.com
Subject: AW: [rt.cpan.org #120341] Net::FTPSSL Bugreport
Date: Tue, 14 Mar 2017 12:20:36 +0000
To: "bug-Net-FTPSSL [...] rt.cpan.org" <bug-Net-FTPSSL [...] rt.cpan.org>
From: Removed <removed [...] example.com>
Hi Curtis, thats great news :) I have never used any version beside v0.25. It worked well since I upgraded all my perl modules. Thank you for this module and your efforts by the way :) Mit freundlichen Grüßen, Best regards   Removed IT-Administrator | Web-Developer Removed Removed Removed E-Mail: removed@example.com Removed Removed Removed Show quoted text
-----Ursprüngliche Nachricht----- Von: Curtis Leach via RT [mailto:bug-Net-FTPSSL@rt.cpan.org] Gesendet: Montag, 13. März 2017 17:57 An: Removed <removed@example.com> Betreff: [rt.cpan.org #120341] Net::FTPSSL Bugreport <URL: https://rt.cpan.org/Ticket/Display.html?id=120341 > Hi Removed, I finally have some good news for you. I spent the weekend upgrading my perl modules to the latest releases and I'm finally able to reproduce your logging issue. And after a lot of trial and error I finally proved it was the latest release of IO-Socket-SSL that is breaking things. So the good news for you is downgrading the IO-Socket-SSL module to v2.012 should make my module work for you again. (I'm not sure which version broke things, but I know that one works.) The bad news is now I have to figure out why this new release is breaking my module. I may have to open a ticket with that team if I can't work around the issue. Right now I'm trying to figure out why v0.25 worked for you. Did you try versions 0.26 to 0.29? I ask since I originally thought the break was due to a change I finally tracked down to being made in v0.30, not v0.25 like I thought. And I'd like to check up on my assumption. Curtis On Fri Mar 10 11:32:01 2017, removed@example.com wrote:
> Hi Curtis, > > please find attached the new console output. > There is no MyLog.txt file has been created this time. > > Mit freundlichen Grüßen, Best regards > > Removed > IT-Administrator | Web-Developer > > Removed > Removed > Removed > E-Mail: removed@example.com
Subject: AW: [rt.cpan.org #120341] Net::FTPSSL Bugreport
Date: Thu, 16 Mar 2017 16:09:18 +0000
To: "bug-Net-FTPSSL [...] rt.cpan.org" <bug-Net-FTPSSL [...] rt.cpan.org>
From: Removed <removed [...] example.com>
Hi Curtis, since you have found the reason for the problem please kindly delete this bug report from the cpan website. Thank you Mit freundlichen Grüßen, Best regards   Removed IT-Administrator | Web-Developer Removed Removed Removed E-Mail: removed@example.com Removed Removed Removed Show quoted text
-----Ursprüngliche Nachricht----- Von: Curtis Leach via RT [mailto:bug-Net-FTPSSL@rt.cpan.org] Gesendet: Montag, 13. März 2017 17:57 An: Removed <removed@example.com> Betreff: [rt.cpan.org #120341] Net::FTPSSL Bugreport <URL: https://rt.cpan.org/Ticket/Display.html?id=120341 > Hi Removed, I finally have some good news for you. I spent the weekend upgrading my perl modules to the latest releases and I'm finally able to reproduce your logging issue. And after a lot of trial and error I finally proved it was the latest release of IO-Socket-SSL that is breaking things. So the good news for you is downgrading the IO-Socket-SSL module to v2.012 should make my module work for you again. (I'm not sure which version broke things, but I know that one works.) The bad news is now I have to figure out why this new release is breaking my module. I may have to open a ticket with that team if I can't work around the issue. Right now I'm trying to figure out why v0.25 worked for you. Did you try versions 0.26 to 0.29? I ask since I originally thought the break was due to a change I finally tracked down to being made in v0.30, not v0.25 like I thought. And I'd like to check up on my assumption. Curtis On Fri Mar 10 11:32:01 2017, removed@example.com wrote:
> Hi Curtis, > > please find attached the new console output. > There is no MyLog.txt file has been created this time. > > Mit freundlichen Grüßen, Best regards > > Removed > IT-Administrator | Web-Developer > > Removed > Removed > Removed > E-Mail: removed@example.com
Hi Removed, I just wanted to let you know that I've just uploaded a fix to Net::FTPSSL (v0.36) that works around the compatibility issue you discovered with the latest versions of IO::Socket:SSL. It should be ready for download in the next hour or so. As for your request to delete this ticket, I'm unable to do that. I have no admin capabilities with CPAN. I'm just a guest on their servers. All I can do is add comments and change the ticket status of tickets in my module's queue. If you really want this ticket deleted you'll have to contact CPAN itself in order to request that they remove the ticket from their system. I don't have a contact for something like that. Now that the issue has been resolved, I have no objections to you asking CPAN to delete the ticket info. Curtis On Thu Mar 16 12:09:36 2017, removed@example.com wrote: Show quoted text
> Hi Curtis, > > since you have found the reason for the problem please kindly delete > this bug report from the cpan website. > > Thank you > > Mit freundlichen Grüßen, Best regards > > Removed > IT-Administrator | Web-Developer > > Removed > Removed > Removed > E-Mail: removed@example.com > > > > Removed > Removed > Removed > > -----Ursprüngliche Nachricht----- > Von: Curtis Leach via RT [mailto:bug-Net-FTPSSL@rt.cpan.org] > Gesendet: Montag, 13. März 2017 17:57 > An: Removed <removed@example.com> > Betreff: [rt.cpan.org #120341] Net::FTPSSL Bugreport > > <URL: https://rt.cpan.org/Ticket/Display.html?id=120341 > > > Hi Removed, > > I finally have some good news for you. I spent the weekend upgrading > my perl modules to the latest releases and I'm finally able to > reproduce your logging issue. And after a lot of trial and error I > finally proved it was the latest release of IO-Socket-SSL that is > breaking things. > > So the good news for you is downgrading the IO-Socket-SSL module to > v2.012 should make my module work for you again. (I'm not sure which > version broke things, but I know that one works.) > > The bad news is now I have to figure out why this new release is > breaking my module. I may have to open a ticket with that team if I > can't work around the issue. > > Right now I'm trying to figure out why v0.25 worked for you. Did you > try versions 0.26 to 0.29? I ask since I originally thought the break > was due to a change I finally tracked down to being made in v0.30, not > v0.25 like I thought. And I'd like to check up on my assumption. > > Curtis > > On Fri Mar 10 11:32:01 2017, removed@example.com wrote:
> > Hi Curtis, > > > > please find attached the new console output. > > There is no MyLog.txt file has been created this time. > > > > Mit freundlichen Grüßen, Best regards > > > > Removed > > IT-Administrator | Web-Developer > > > > Removed > > Removed > > Removed > > E-Mail: removed@example.com
> > >