Hi there,
After some reading, I can transfer a file from linux command line, to my windows machine running HFS.
However, the transfer completes, and the file is nowhere to be found.
So, for example, the file is: Fedora-10-i386-DVD.iso
On the linux box:
curl -F fileupload1=@Fedora-10-i386-DVD.iso -F press="Upload files" <URL>
Then, at the same time, in the HFS window, I get:
12:15:30 PM <IP ADDRESS>:40448 Upload failed, Folder not found: Fedora-10-i386-DVD.iso
12:15:30 PM <IP ADDRESS>:40448 Uploading Fedora-10-i386-DVD.iso
I've tried appending "folder=Incoming" to the form action for curl, but it made no difference.
Anybody able to assist?