rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - padmavathinedunuri

Pages: 1
1
Thanks a lot for you reply, Could you help me with the corresponding http command.
I have tried various methods, but was failing to upload larger files. Getting sockets exceptions.
Could you help to share the http snippet corresponds to the below curl command:

curl  -F fileupload1=<File>  -F press="Upload files"  <Server Ipadress>

2
Hi,
Is there a way to upload files to HFS server using adb commands. I need to perform upload/download on android phone.
I found an existing post where it does using the curl command on windows command prompt.
curl  -F fileupload1=@<filePath>  -F press="Upload files"  <IPAddress > I need the same operatin to be performed using adb command.

Thanks in advance!



Pages: 1