arri
Registered
hi
i use a script to run curl to upload stuff to an ftp-server.
under panther it works fine, but under tiger it almost always times-out, but sometimes it doesn't.
authentication goes fine, it's just the upload that will fail.
anyone any idea what goes wrong?
i use this syntax
thanks
i use a script to run curl to upload stuff to an ftp-server.
under panther it works fine, but under tiger it almost always times-out, but sometimes it doesn't.
authentication goes fine, it's just the upload that will fail.
anyone any idea what goes wrong?
i use this syntax
Code:
curl -u user:pass -T file.ext ftp://ftp.server.com/file.ext
thanks