ok so far i have everything working fine but no luck with lftp my normal ftp server i got running behind my rb750 is working fine when using normal ftp and using windows ftp clients but when i use lftp it hangs when doing nlist! my firewall rules are working fine and there is no problem whatsoever with any of my other programs any idea?
Try using passive FTP connection, put this into ~/.lftprc :
ftp:passive-mode true
If this doesn’t help, blame lftp or some underlying layer (but I doubt it would be the case).