Problems transferring via FTP

FreeBSD 14.0

My question is because I may be doing something wrong, or there is a package missing from my operating system, or perhaps something that needs to be configured. Anyone who can help, thank you!

I access the internet via wifi (wpa_supplicant, dhclient) which is provided by my cell phone. And I didn't notice any speed problems!
It turns out that I use the WiFi Pro Server FTP program on my Android cell phone to transfer files from my PC to my cell phone.

Using Linux, everything works normally, that is, it is not a cell phone problem!
But using FreeBSD for this, whether through konqueror or gftp, the file transfer speed to the cell phone is 500k instead of 2Mb to 5Mb which would be normal.
Does anyone have any idea what would be causing this speed limitation?
 
I access the internet via wifi (wpa_supplicant, dhclient) which is provided by my cell phone.
It begs the question, what wifi on FreeBSD? Which driver for what card?

the file transfer speed to the cell phone is 500k instead of 2Mb to 5Mb which would be normal.
Make sure you're measuring bits/second or bytes/second in all cases, it's easy to not notice the difference, 500 KByte/s is quite reasonable on a 5 Mbit/s connection.
 
It begs the question, what wifi on FreeBSD? Which driver for what card?
I don't know the command to see exactly the network card hardware.
Remembering that the FreeBSD installation was pure, so far there is no configuration done on anything. Only in the wpa_supplicant file

I connect like this: I do this manually at the moment, because I didn't want to make it automatic yet!
ifconfig wlan0 create wlandev iwlwifi0
wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf
dhclient wlan0

ifconfig -a
wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=0
ether 50:28:4a:22:47:0a
inet 192.168.43.53 netmask 0xffffff00 broadcast 192.168.43.255
groups: wlan
ssid Nina channel 1 (2412 MHz 11g) bssid 2e:9e:f8:3d:30:72
regdomain FCC country US authmode WPA2/802.11i privacy ON
deftxkey UNDEF AES-CCM 2:128-bit txpower 30 bmiss 7 scanvalid 60
protmode CTS wme roaming MANUAL
parent interface: iwlwifi0
media: IEEE 802.11 Wireless Ethernet OFDM/54Mbps mode 11g
status: associated
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>

Make sure you're measuring bits/second or bytes/second in all cases, it's easy to not notice the difference, 500 KB/s is quite reasonable on a 5 Mbit/s connection.
The measurement is: 500 KiB/s (FreeBSD Máx) and 2.6MiB/s (Linux)
 
Back
Top