Testing OK with FTP_Server_Teensy41
Code:
Starting FTP_Server_SDFAT2 on TEENSY 4.1 with QNEthernet
FTP_Server_Teensy41 v1.1.0
Initializing SD card...
Wiring is correct and a card is present.
Card type: SDHC
Volume type is FAT32
Volume size (Kbytes): 31452672
Volume size (Mbytes): 30715
===============================
SDCard Initialization : done.
index1.htm 3810 23:14 April 29, 2022
foo.txt 13 00:00 January 1, 1980
index2.htm 3714 00:39 January 1, 2019
index.htm 3810 22:50 April 29, 2022
mydatalog.txt 10 22:24 April 9, 2022
edit.htm.gz 4116 20:15 March 13, 2022
CanadaFlag_1.png 41214 20:15 March 13, 2022
CanadaFlag_2.png 8311 20:15 March 13, 2022
CanadaFlag_3.jpg 11156 20:15 March 13, 2022
favicon.ico 1150 00:38 January 1, 2019
graphs.js.gz 1971 20:15 March 13, 2022
CanadaFlag_2_1.png 8311 22:52 April 29, 2022
ESP_AT_WM_Lite.txt 1547 22:51 April 29, 2022
helloworld.txt 318 00:00 January 1, 2019
myNewDir/
my_new_dir/
octocat.jpg 51695 00:11 January 1, 2019
hello_world.txt 11 00:11 January 1, 2019
octocat.jpg 51695 00:01 January 1, 2019
hello_world.txt 11 00:01 January 1, 2019
done!
=========== USE_QN_ETHERNET ===========
Initialize Ethernet using static IP => IP Address = 192.168.2.241
FTP Server Credentials => account = teensy4x, password = ftp_test
[FTP] Ftp server waiting for connection on port 21
[FTP] Client connected!
USER teensy4x
PASS ftp_test
[FTP] Authentication Ok. Waiting for commands.
CWD /
PASV
[FTP] Connection management set to passive
[FTP] Listening at 192.168.2.241 : 55600
Type I
STOR octocat.jpg
[FTP] Receiving octocat.jpg
[FTP] Transfer completed in (ms) 12448 , Speed (kbytes/s) 4
PASV
[FTP] Connection management set to passive
[FTP] Listening at 192.168.2.241 : 55600
Type A
STOR hello_world.txt
[FTP] Receiving hello_world.txt
[FTP] Transfer completed in (ms) 217 , Speed (kbytes/s) 0
QUIT
[FTP] Disconnecting client
[FTP] Ftp server waiting for connection on port 21