NetTalk Central

NetTalk FTP => FTP - Ask For Help => Topic started by: Ubaidullah on June 25, 2020, 06:27:43 AM

Title: FTP Timeout on LIST
Post by: Ubaidullah on June 25, 2020, 06:27:43 AM
Hi Bruce,

I am able to connect to the FTP server on issuing ThisFtpControl.ChangeDir('DirName') but it stops at LIST and doesn't proceed further.

Then I get an idle timeout:
The error number was -57 which means Connection was closed because it was idle (inactive).

I am using FTPDemo example to test. This is how the log looks:

>>LIST
227 Entering Passive Mode (165,26,255,231,35,211)
>>PASV
200 Type set to A.
>>TYPE A
250 Requested file action okay, completed.
>>CWD /DirName
257 "/" is current directory.
>>PWD
200 PROT command successful.
>>PROT P
200 PBSZ command successful.
>>PBSZ 0
215 UNIX Type: A
>>SYST
230 User ****** logged in.


I will appreciate your help in resolving this.

Thanks,
Ubaidullah Nubar.
Title: Re: FTP Timeout on LIST
Post by: Bruce on June 29, 2020, 08:32:56 PM
Which NetTalk build are you using?
Title: Re: FTP Timeout on LIST
Post by: Ubaidullah on July 01, 2020, 01:25:53 AM
I am on Nettalk 10.40

Title: Re: FTP Timeout on LIST
Post by: Bruce on July 01, 2020, 04:16:53 AM
Hi Ubaidullah,

you can email me the FTP Server details and I can take a look in NetTalk 11 to see the status there.
Obviously I can't debug NetTalk 10 at this time.

cheers
Bruce