MicrostockGroup Sponsors

Adobe Stock now using SFTP - password reset required

Started by MatHayward, May 06, 2021, 19:45

Previous topic - Next topic

vectorsforall

Quote from: MatHayward on June 04, 2021, 16:15
Quote from: cascoly on June 02, 2021, 22:48
Quote from: marthamarks on May 30, 2021, 23:30
Quote from: cascoly on May 30, 2021, 21:33
i've just gone back to uploading on the site

Steve, did you have some of these same issues and finally get past them? If so, was there some magic button that worked for you? Some secret handshake?

If so, I'd appreciate knowing what you did. Thanks!

i'm not using ftp/ftp at all - just the drag/drop on the site itself - slower than ftp but i can be working elsewhere

For still images I strongly recommend using the drag and drop method. I only use SFTP for video uploads. We appreciate all the feedback here. Thank you!

Mat

I Mat, I've switched successfully to Sftp for my video uploads but the speed is ultra slow compared to Ftp. Is it normal ? Is there something to do to increase speed ?
Thanks!

MatHayward

Quote from: grace on June 10, 2021, 08:07
I can upload the photos to Adobe stock through SFTP filezilla, but why my video cant? I cant see my video on the adobe stock web. Please help

It would be difficult to troubleshoot this here. Please submit a request for support via the contact us link found at the bottom of the Adobe Stock contributor portal.

Thank you,

Mat

melastmohican

The claim that it works with most FTP clients is not true. It does not work with sftp and lftp on Mac. It works with FileZilla only but it cannot be scripted so it is useless.
A w filmie polskim, proszę pana, to jest tak: nuda... Nic się nie dzieje, proszę pana. Nic. Taka, proszę pana... Dialogi niedobre... Bardzo niedobre dialogi są.

Trippy

I had an online ftp instance on Digital Ocean.

It will no longer communicate with your SFTP.

All settings have been changed as directed by Adobe.

They do not work.

vectorsforall

Quote from: MatHayward on June 10, 2021, 16:47
Quote from: grace on June 10, 2021, 08:07
I can upload the photos to Adobe stock through SFTP filezilla, but why my video cant? I cant see my video on the adobe stock web. Please help

It would be difficult to troubleshoot this here. Please submit a request for support via the contact us link found at the bottom of the Adobe Stock contributor portal.

Thank you,

Mat

Hi Mat,

is it normal that the speed with Sftp upload is way slower than with Ftp ?

Thanks for helping

Sean Locke Photography

Do you have to wait for them to show up?  I've sent a set, but it isn't showing up under "New".

eta: Never mind, there they are.

Orchidpoet

Hi Matt,

Please ignore the private message I just sent you. The issue is resolved.

It does not seem to be possible to send you a second message through the sitemail. Or maybe I just don't get it.

Sorry everyone.

MatHayward

Quote from: Orchidpoet on July 02, 2021, 16:42
Hi Matt,

Please ignore the private message I just sent you. The issue is resolved.

It does not seem to be possible to send you a second message through the sitemail. Or maybe I just don't get it.

Sorry everyone.

Thanks for the update. I'm glad it worked out. As an FYI, I cannot provide official support through the MSG private message system. For anyone that needs to reach me directly with a support request, please either use the Contact Us link at the bottom of the portal with "Attn: Mat" in the subject or email me directly via [email protected]

I will be offline most of next week for the Independence Day holiday and wish you all the very best!

-Mat Hayward

JohnTravolski

Has anybody been able to get this to work using Python? Nothing I try works and I'm wondering if anybody else has had success. I use Python to automate all my uploads rather than using the GUI of an FTP client.

marthamarks

Quote from: JohnTravolski on January 23, 2022, 19:00
Has anybody been able to get this to work using Python? Nothing I try works and I'm wondering if anybody else has had success. I use Python to automate all my uploads rather than using the GUI of an FTP client.

I gave up trying to FTP my images to Adobe. Now I just use their on-site uploads feature, and it works well enough.

Jo Ann Snover

Quote from: JohnTravolski on January 23, 2022, 19:00
Has anybody been able to get this to work using Python? Nothing I try works and I'm wondering if anybody else has had success. I use Python to automate all my uploads rather than using the GUI of an FTP client.

I didn't try with Python, but I gave up trying to get SFTP to work and just use the drag & drop interface on the web site instead.

whosvegas

Quote from: JohnTravolski on January 23, 2022, 19:00
Has anybody been able to get this to work using Python? Nothing I try works and I'm wondering if anybody else has had success. I use Python to automate all my uploads rather than using the GUI of an FTP client.
I dont know anything about Python
But have you already looked for an SFTP library?
Or an SFTP upload example?

JohnTravolski

Quote from: whosvegas on January 24, 2022, 11:07
Quote from: JohnTravolski on January 23, 2022, 19:00
Has anybody been able to get this to work using Python? Nothing I try works and I'm wondering if anybody else has had success. I use Python to automate all my uploads rather than using the GUI of an FTP client.
I dont know anything about Python
But have you already looked for an SFTP library?
Or an SFTP upload example?

I have been able to get it to work using WinSCP through the GUI. However, I have not been able to get it to work with WinSCP's command line interface. I thought maybe using a Python SFTP library would help but I have had no luck there either (I just get exceptions thrown). At the end of the day, it doesn't matter if it's Python or any other programming language, what matters is that it can be done via command line so I can automate it.

Also, I upload videos, not images, so I have to use SFTP, I can't do it through Adobe's online interface.

somewhere

#63
Quote from: JohnTravolski on January 24, 2022, 17:20

I have been able to get it to work using WinSCP through the GUI. However, I have not been able to get it to work with WinSCP's command line interface. I thought maybe using a Python SFTP library would help but I have had no luck there either (I just get exceptions thrown). At the end of the day, it doesn't matter if it's Python or any other programming language, what matters is that it can be done via command line so I can automate it.

Also, I upload videos, not images, so I have to use SFTP, I can't do it through Adobe's online interface.



"C:\Program Files (x86)\WinSCP\WinSCP.exe" /ini=nul /log="C:\path\log.txt" /command "open sftp://000000:***@sftp.contributor.adobestock.com/ -hostkey=""ssh-rsa 2048 He3/iar+1trnBj2W47D2vfNZTYIMOdkXylfaKnrnOQc=""" "mput -nopreservetime ""C:\path\*.jpg""" exit


I use this command line to upload photos to Adobe stock by running WinSCP.exe from my own .bat file or VB.net program.

Never tried with videos, but I guess it should work if you replace .jpg with .mov or .mp4

Replace 000000 with your member id, and *** with your password.

Note the -nopreservetime option that I had to add to solve a problem causing uploads to fail for some unknown reason.

cascoly

as others have mentioned, simplest to just use drag'n'drop
Steve Estvanik 
travel & photo blog https://cascoly-images.com

somewhere

Sure web upload is simpler, and works perfectly.

But to upload an entire batch to many agencies, and keep track with a log, a script is less time-consuming.