Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

FTP subcommand: Server reports error

Former Member
0 Likes
487

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

1 REPLY 1
Read only

Former Member
0 Likes
309

Self