I want to send and receive files from TMS320DM365 device which runs Linux to a Windows 7 (32-bit) PC. For my setup, the device is TFTP server and PC is TFTP client.
I use tftpd32 utilty.http://www.jounin.net/tftpd32_download.html
While I am able to successfully receive i.e. GET from the Linux target to Windows PC, I am unable to send anything or PUT from Windows PC to Linux target, and obtain an error:-
"Server stops the transfer Error#0: Permission Denied"
How can this be solved? Can you help me?
Thanks!