How to test FTP get and put with real files.
Step 1: Put all of real files you want to test into a single folder. (The total size no more than 1GB, several MB is recommended. The size should be smaller if test on STC modules) Step 2: Upload the folder from Server-->Profiles-->FTP server-->Server Files from Directory, give a folder name, for example abcfile
To test FTP get with real file, for example: 1 ftp://192.168.1.1/a.dat (a.dat is under abcfile)
or
1 ftp://192.168.1.1/ <GET = a.dat>
To test FTP put with real file, for example:| FSTREE=abcfiles 1 ftp://192.168.1.1 <PUT=a.dat>