Problems uploading files via ftinitupload (Query)

Status
Not open for further replies.

xv3n0mx

Active Member
Mar 2, 2016
21
7
75
Hello, I will try to explain this in a simple way:
  • 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
Answer back:
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!
 
Status
Not open for further replies.
Top