MicrostockGroup

Microstock Photography Forum - General => Software => Topic started by: whosvegas on May 24, 2021, 10:20

Title: FTPS upload to Shutterstock fron Java
Post by: whosvegas on May 24, 2021, 10:20
I'am a developer and writing my own upload tool.

If i upload a image, the upload seams succesful, the server gives back: 226 Transfer complete (and the storeFile() method true)

But the image is not appears in the submit content page.

Has anyone an idea how i can upload an image to Shutterstock, that will be appears in the submit page?
Title: Re: FTPS upload to Shutterstock fron Java
Post by: whosvegas on May 31, 2021, 12:46
Not many developers here?
I have already solve it  :)
Title: Re: FTPS upload to Shutterstock fron Java
Post by: ribtoks on June 16, 2021, 06:16
Not many developers here?
I have already solve it  :)

Great that you solved it. What are you trying to achieve with your tool?
Title: Re: FTPS upload to Shutterstock fron Java
Post by: whosvegas on June 16, 2021, 13:13
I'am writting my own upload tool

If i need an option, i can write it by myself :)

Title: Re: FTPS upload to Shutterstock fron Java
Post by: melastmohican on June 16, 2021, 13:43
Reinventing the wheel :-)
Title: Re: FTPS upload to Shutterstock fron Java
Post by: DiscreetDuck on June 17, 2021, 03:39
Congrats whosvegas!

I write my own ssh scripts for many years for uploading.
But, I have got an issue with ftps and Shutterstock, seems to be ssl is not permitted in ssh (why do they not use sftp???).

If someone has got a solution?
Thank you
Title: Re: FTPS upload to Shutterstock fron Java
Post by: ribtoks on October 26, 2021, 05:50
But, I have got an issue with ftps and Shutterstock, seems to be ssl is not permitted in ssh (why do they not use sftp???).

If someone has got a solution?

You need to allow self-signed certificates (if you're using curl, then add --allow-insecure)