Ethernet board - cant upload code

I brought this board:


and this to upload the arduino code:
FTDI Basic Breakout 3.3/5V (Arduino Compatible)

i connected directlythe breakout , and also using this scheme:

I using the arduino 1.8.13, and a phone usb cable (data cable) conected to the computer.
I also tried with the board “Arduino ethernet” and “arduino uno”
but i only get this error:

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xf8
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xf8
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xf8
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xf8
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xf8
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xf8
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xf8
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xf8
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xf8
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xf8

anyone can help in the right direction?

thanks
José

I manage to upload code, selecting Arduino Pro, but the the ethernet server doesnt start using the code from this page: i commented everything related with Sd Card

And running the webserver example from the ethernet examples i get: " Ethernet shield was not found. Sorry, can’t run without hardware."