SendFTP ,can't get it to work. - page 2

 
Alain Verleyen:

Sorry, I was thinking to show you how to figure out the problem rather than telling you the answer directly. It's documented here : Functions prohibited in Indicators and Expert Advisors.

Yeah...not easy. You should think to use an EA.

Hi Alain

Assuming I did not fill any FTP settings, how would I need to modify the SendFTP  ftp_path input to be able to perform the operation.

bool  SendFTP(
   string  filename,          // file to be send by ftp
   string  ftp_path=NULL      // ftp catalog
   );

Is it possible?

 
Michalis Phylactou:

Assuming I did not fill any FTP settings, how would I need to modify the SendFTP  ftp_path input to be able to perform the operation.

Is it possible?

No. You need to specify correct FTP setting before you can use SendFTP function successfully.
Reason: