Does it support ftp over tcp/ip?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Does it support ftp over tcp/ip?

ソリューションへジャンプ
982件の閲覧回数
eileenzhou
Contributor I

I downloaded MQX, but I don't seem to see code supporting ftp, like there is http. Please advise. Because we need ftp to transfer the setting file to the embedded system.

ラベル(1)
1 解決策
849件の閲覧回数
DavidS
NXP Employee
NXP Employee

Hi Eileen,

Which MQX version?

Will guess MQX_4.1.1 or MQX_4.2.

Please review C:\Freescale\Freescale_MQX_4_1_1_GA\doc\rtcs\MQX_RTCS_User_Guide.pdf Section 5.7 and 5.8.

The web_hvac demo can be setup to use FTP Server in the hvac.h header by configuring it to "1":

#define DEMOCFG_ENABLE_FTP_SERVER      1     //DES was 0   /* enable ftp server */

Or

C:\Freescale\Freescale_MQX_4_2\doc\rtcs\MQX_RTCS_User_Guide.pdf Section 5.7 and 5.8

The web_hvac demo can be setup to use FTP Server in the hvac.h header by configuring it to "1":

#define DEMOCFG_ENABLE_FTP_SERVER      1     //DES was 0   /* enable ftp server */

Regards,

David

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
849件の閲覧回数
danielchen
NXP TechSupport
NXP TechSupport

Hi

Just add to David's good comments, there are a ftp client and a ftp server demo under the following folder

C:\Freescale\Freescale_MQX_4_1\rtcs\examples\shell

Regards

Daniel

850件の閲覧回数
DavidS
NXP Employee
NXP Employee

Hi Eileen,

Which MQX version?

Will guess MQX_4.1.1 or MQX_4.2.

Please review C:\Freescale\Freescale_MQX_4_1_1_GA\doc\rtcs\MQX_RTCS_User_Guide.pdf Section 5.7 and 5.8.

The web_hvac demo can be setup to use FTP Server in the hvac.h header by configuring it to "1":

#define DEMOCFG_ENABLE_FTP_SERVER      1     //DES was 0   /* enable ftp server */

Or

C:\Freescale\Freescale_MQX_4_2\doc\rtcs\MQX_RTCS_User_Guide.pdf Section 5.7 and 5.8

The web_hvac demo can be setup to use FTP Server in the hvac.h header by configuring it to "1":

#define DEMOCFG_ENABLE_FTP_SERVER      1     //DES was 0   /* enable ftp server */

Regards,

David

0 件の賞賛
返信