• Lukasz Marek's avatar
    ftp: fix interrupt callback misuse · 247e6587
    Lukasz Marek authored
    FTP protocol used interrupt callback to simulate nonblock
    operation which is a misuse of this callback.
    
    This commit make FTP protocol fully blocking and removes
    invalid usage of interrutp callback
    
    Also adds support for multiline responses delimited with dashes
    247e6587
ftp.c 20.4 KB