Hello, I will try to explain this in a simple way:
Answer back:
Error:
Can someone tell me what I'm doing wrong, please?
Additionally, I used 2 different servers to try to send the file(s), but the result is identical. I should also clarify that with tools like YaTQA it is possible to upload files via query.
Thanks!
- First, I send this via query, once logged in and selected the server:
Code:
ftinitupload clientftfid=1 name=\/a.zip cid=13 cpw= size=10737 overwrite=1 resume=0
Code:
clientftfid=1 serverftfid=345 ftkey=fgh7iKC8EQeWWv1i7VlNS8HKxoVn2567 port=30033 seekpos=0 proto=0
- Second, then (outside of telnet), I send the file using nc, but here is the error
Code:
cat <(echo -n "fgh7iKC8EQeWWv1i7VlNS8HKxoVn2567") a.zip | nc 1.2.3.4 30033 -v -v
Error:
Code:
X [1.2.3.4] 30033 (?) open
too many output retries : Broken pipe
sent 15432, rcvd 0
Can someone tell me what I'm doing wrong, please?
Additionally, I used 2 different servers to try to send the file(s), but the result is identical. I should also clarify that with tools like YaTQA it is possible to upload files via query.
Thanks!