Search results

  1. E

    Searching for FTP Server example on Teensy 4.1 with QNEthernet

    Dear khoih-prog, please can you assist me ? When i'am using the FTP_Server_Teensy41 V1.2.0 i got following error: It isn't possible to view the directory within FileZilla. When i'am using the older Version V1.1.0 of the FTP-Server, everything is working. I'am using QNEthernet V0.18.0 and the...
  2. E

    Seaching for EMail client to connect a IMAP Server with Teensy 4.1 + QNEthernet

    Hi khoih-prog, you are very welcome. :o Yes there is a big interest for a T41 Email client. It would be great if you will spend time for that. You did some greatfull work for the ftp functionality on a T41. Thanks again for that. For example if a email client could run, it where possible to...
  3. E

    Seaching for EMail client to connect a IMAP Server with Teensy 4.1 + QNEthernet

    Dear All, i'am searching for a email client library to realize the following specifications: - Connection to a IMAP Server - Mailbox Change notification - Receiving and sending mails. - Deleting mails - Secure connection to mail server - Ethernet connection should be...
  4. E

    ICMP Ping on Teensy Ethernet Library

    Is there a solution for ICMP Ping for Teensy 4.1 and qnethernet ?
  5. E

    Searching for FTP Server example on Teensy 4.1 with QNEthernet

    Hi Maher, you should see the files on the sd card with the filezilla connection. You don't need to write special code for upload / download files. The FTP server managed the filehandling with the call from ftpSrv.service(); in the loop. So if you use filezilla like the windows explorer, you...
  6. E

    Searching for FTP Server example on Teensy 4.1 with QNEthernet

    Hi khoih-prog, i didn't realize the different FTP initializations for the transfer mode. I changed that for my understanding like this: #define FTP_Active // Set transfer mode to active // Object for FtpServer #ifndef FTP_Active // FTP-Server-object for passive mode can be defined here...
  7. E

    Searching for FTP Server example on Teensy 4.1 with QNEthernet

    Dear khoih-prog, i did some test and will report the situation. I am using the example sketch "FTP_Server_SDFAT2" with FileZilla V3.59.0 as FTP-Client. When the client connect the server in active transfer mode, is the sdcard with fileacess working. But when i configure the ftp-client to...
  8. E

    Searching for FTP Server example on Teensy 4.1 with QNEthernet

    Dear khoih-prog, wow, that is a great work. :o That`s exactly what i need. I will test it, and will give you an report. Thanks very much.
  9. E

    Searching for FTP Server example on Teensy 4.1 with QNEthernet

    Hi jhall0326, Thank you for your reply. Your exempel sketch shows a connection for a ftp server via wifi. So the ftp server sketch is running on the Adafruit Airlift Featherwing ? I am searching for a exampel that should run on a teensy with the lanport extension. Best case is using the great...
  10. E

    Searching for FTP Server example on Teensy 4.1 with QNEthernet

    Hello guys, Does anyone have an example of an FTP server running successfully with Teensy 4.1 and QNEthernet successful running ?:confused: I need an working library to upload an download files between the teensy and his sd card and a pc. Best greetings.. electrolyt
Back
Top