Hi Randy,

I try to verify but, i close the connection after the FTP_DELETE command, and in the second cicle i use the same commands and FTP_DELETE work.

Thanks

/Ferdinando/

Il 26/05/20 15:08, Randy Kaempen ha scritto:
Ferdinando,

On May 26, 2020, at 8:02 AM, stardata.info via 4D_Tech <4d_tech@lists.4d.com> 
wrote:

I use PFT commands for manage files on ftp area.

I use these commands into the cicle

REPEAT

FTP_Login
FTP_GetDirList
FTP_GetFileInfo
FTP_Receive

FTP_DELETE

UNTIL

The first time that i try to delete the file using FTP_DELETE i have error 
10004 at the second cicle the commend have success.

Someone have suggestion?
It depends on the timing.  Try the FTP_VerifyID command.  This will indicate if 
your session is still active.  If not, you will need to log in again.


Randy Kaempen
Intellex Corporation

**********************************************************************
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to