I am trying to connect to FTP from a M2 Mac
brew install tnftp
ftp -nv $ADDRESS
Gives an error
Connected to $ADDRESS
220-
220 FTP Server ready.
331 Anonymous login ok, send your complete email address as your password
Trace/BPT trap: 5
Further info:
otool -L
which ftp
~/.homebrew/bin/ftp:
/usr/lib/libedit.3.dylib (compatibility version 2.0.0, current version 3.0.0)
/usr/lib/libncurses.5.4.dylib (compatibility version 5.4.0, current version 5.4.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1311.100.3)
I am seeing that this may somehow be related to libraries but not sure what steps I can take to figure the exact cause
Asked by Dima Lituiev
(143 rep)
Oct 3, 2023, 04:05 PM
Last activity: Oct 3, 2023, 04:23 PM
Last activity: Oct 3, 2023, 04:23 PM