• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Upload images using ftp/sftp

Status
Not open for further replies.

EugeneB

Chevereto Member
Instead of uploading using browser, is that possible to upload images using ftp and have Chevereto pick up the images from the ftp path? it is using the ftp external storage setting?
 
Here is what I am trying to accomplish;
I need to be able to upload a group of images into a folder, then I need to access each image at its own URL.
Chevereto can do this except that the URL never includes the album name..

I was hoping to find a workaround by uploading to the server and then get the URL path to view the image online.
 
Chevereto doesn't store the images on a customized folder for each upload. It uses the path defined for uploads and if you are using datefolders, it will store it in path/year/month/day/.

Image direct URL won't ever include any album data, at most it will show part of the filename and the datefolder structure.

If you want to be able to share a URL which will display a bunch of images, you should use albums and as you mentioned, albums won't include the album name on the URL. Display the album name on the URL is trivial if we use a format like /album/name.id where ID is the actual album identifier, the rest of the thing is just for SEO, I think that it will be wise to add that feature shortly.

Also, you can use categories for this as categories will have its own URL but it could turn very unpractical if you plan to share tons of categories.
 
Thanks for the quick reply;

Is there anyway at all for me to do what I want?
To upload a folder one way or another and end up with that batch of images with the same path such as

Mysite.com/path/year/month/day/custom-folder/image-1

Mysite.com/path/year/month/day/custom-folder/image-2

Mysite.com/path/year/month/day/custom-folder/image-3

The reason is, to be able to automatically insert image URL to spreadsheet and group them by their SKU# or as mentioned before - a folder name.
 
Thanks for the quick reply;

Is there anyway at all for me to do what I want?
To upload a folder one way or another and end up with that batch of images with the same path such as

Mysite.com/path/year/month/day/custom-folder/image-1

Mysite.com/path/year/month/day/custom-folder/image-2

Mysite.com/path/year/month/day/custom-folder/image-3

The reason is, to be able to automatically insert image URL to spreadsheet and group them by their SKU# or as mentioned before - a folder name.
 
Is there anyway at all for me to do what I want?
To upload a folder one way or another and end up with that batch of images with the same path such as

Mysite.com/path/year/month/day/custom-folder/image-1
No way for now.

The reason is, to be able to automatically insert image URL to spreadsheet and group them by their SKU# or as mentioned before - a folder name.
What you can do is to use ID based filenaming and use direct folder, the image URL should looks like this:
Code:
Mysite.com/path/id.ext
To get the links, upload these images under an album from there you can keep your images organized and get the complete list of images on that album by selecting the "Embed codes" tab.
 
I will try.
Is there a way to restore the chevereto settings to default since I messed around and want to make what you suggested.

What setting changes do I need to make for your suggestion?

Will I be able to FTP to the folder?

Thank you!
 
Feed me with the error log or any kind of debug information otherwise I cannot help you. By the way, use this to request support: https://chevereto.com/panel/support

If you don't know how to debug or if you are just stuck then please include server access credentials + admin account to log in to your website. Don't forget to include the FTP server credentials of the target external server.

By the way, you don't need to "external" to FTP to the very same server that runs Chevereto. You can simply change the upload path in Dashboard > Settings > Image upload. FTP to the very same server should be only made if you want custom CNAME for your uploads.

Topic closed.
 
Status
Not open for further replies.
Back
Top