Re: FTP_DELETE

2020-05-26 Thread Chuck Miller via 4D_Tech
It would seem to me your lop structure is flawed. It should be FTP Login FTP_GetDirList repeat //select which file from list ftp_getFileInfo ftp_receive ftp_delete until frp_loguot Chuck Miller

Re: FTP_DELETE

2020-05-26 Thread stardata.info via 4D_Tech
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

FTP_DELETE

2020-05-26 Thread stardata.info via 4D_Tech
Hi All, 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