‎2007 Mar 01 5:27 AM
Hello Everyone,
I am trying to delete the files from FTP server Using FTP_command FM.
I am able to connect the FTP using FTP_connect and get the required files from the location using mget *.csv in FTP command. but when i try to delete the files from ftp server using either del *.csv or delete *.csv, it throws an error saying "FTP subcommand: Server reports error'" and it dosent delete the files from said location. Am I doing anything wrong. Please explain.
Regards
‎2007 Mar 01 6:07 AM