Hello, I need some help, please!
I have established a PPP connection over USB from my PC to a DT80. I can connected to the Dex interface through 1.0.0.3 and can ping the PC from the DT via 1.0.1.3. All good so far.
The problem is when I try to move data from the DT to the FTP server running on the PC. The DT does not have an Ethernet cable attached, just the USB. When sending the following command:
COPYD dest=ftp://USER: PSWD@1.0.1.3:50087
The DT responds with:
DT80> ETH SESSION: Starting
ETH SESSION: Failed [No cable]
I'd prefer to not have an Ethernet cable attached for this to work, but I have plugged one in anyway, and tried again. After this, the Ethernet session starts, and successfully loads the data file into the queue. However, every attempt to connect to the FTP server fails:
ETH SESSION: Starting (alarm/unload)
ETH SESSION: Ready (192.168.99.123)
Unload complete.
FTP: Connecting to server 1.0.1.3 (1.0.1.3)...
FTP: cannot connect to server (-2)
FTP: Failed - will retry
ETH SESSION: Completed
There is no firewall active. I am able to ping the PC just fine.
The FTP connection from the DT to the PC works fine over the Ethernet connection, so I know the FTP server is working.
Can anyone help me understand:
1) why I need to have an Ethernet cable attached to use FTP over PPP?
2) why I cannot connect to the FTP server over PPP, but it works fine over Ethernet?
Thank you in advance!