Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
422 views
in CompleteFTP by (120 points)
Hi,

I have a scenario where a partner need to append to a file through complete FTP manager installed on windows server form a linux OS with the following command (echo -n $data >> $remote_file) but he receives command not recognized.

Is there a way that he can append to file?

 

Thanks!

MAdel
by (120 points)
Or as suggested by the partner to use SSH to run Echo; however when I enabled SSH terminal for his user he got above error (command not recognized).
Is there a missed step i need to perform on complete FTP manager to allow echo cmd?

1 Answer

0 votes
by (162k points)
The echo command isn't supported, so that won't work.

The best approach would be to use the echo command on Linux to create a text file, and then FTP (or SFTP) to the server and append the text file to the required file.
by (120 points)
Thank you for your support.
You mean append command is support natively over SFTP? how we can use it?

Regards,
MAdel

Categories

...