hi,
i want to know is FTP client provided on Sitara Linux SDK? if not, then can i get ready App/service which can run on TI Sitara processor Linux?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
hi,
i want to know is FTP client provided on Sitara Linux SDK? if not, then can i get ready App/service which can run on TI Sitara processor Linux?
Hi,
There is a "tftp" utility included in the busybox binary inside the SDK rootfs. Note that TFTP was designed to be small and easy to implement, and therefore it lacks most of the features of a regular FTP. TFTP only reads and writes files from or to a remote server. It cannot list directories, and has no provisions for user authentication.
The "wget" utility also supports FTP and is also included in the busybox binary, but I think it also lacks any means for authentication.
Best regards,
Miroslav