[GH-ISSUE #135] Cannot find my uploaded images on my FTP server #491

Closed
opened 2026-02-27 12:45:15 +03:00 by kerem · 0 comments
Owner

Originally created by @Xalbi on GitHub (Jan 21, 2022).
Original GitHub issue: https://github.com/HaschekSolutions/pictshare/issues/135

Hello,

I deployed pictshare via docker on google appengine, and i configured env vars to point to my FTP server.
the upload works fine but i cannot find my images on my FTP server.

When i search for the file by the hashed name inside my docker, i find it. But on the FTP server for every upload there is new folders created like this ./0/4/3 and nothing inside.

The point is, i dont want to loose my uploaded pictures when my server goes down or when i deploy a new version.

my env vars:
FTP_SERVER: "XXXXXX"
FTP_USER: "XXX"
FTP_PASS: "XXX"
FTP_BASEDIR: "/ftp/xalbi/"

am i missing something ?
Do i need to change something in the Dockerfile so that the upload goes correctly to the FTP server ?

image

Originally created by @Xalbi on GitHub (Jan 21, 2022). Original GitHub issue: https://github.com/HaschekSolutions/pictshare/issues/135 Hello, I deployed pictshare via docker on google appengine, and i configured env vars to point to my FTP server. the upload works fine but i cannot find my images on my FTP server. When i search for the file by the hashed name inside my docker, i find it. But on the FTP server for every upload there is new folders created like this ./0/4/3 and nothing inside. The point is, i dont want to loose my uploaded pictures when my server goes down or when i deploy a new version. my env vars: FTP_SERVER: "XXXXXX" FTP_USER: "XXX" FTP_PASS: "XXX" FTP_BASEDIR: "/ftp/xalbi/" am i missing something ? Do i need to change something in the Dockerfile so that the upload goes correctly to the FTP server ? ![image](https://user-images.githubusercontent.com/13153320/150542002-428cfa21-6d69-4464-b3ca-d841e58b6b7f.png)
kerem closed this issue 2026-02-27 12:45:16 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pictshare#491
No description provided.