Bostwickenator / FtpPhotosUploader

A tool that allows you to upload photos directly from your camera to an FTP server
15 stars 7 forks source link

Upload status complete without sending any photos #10

Open Hellmark opened 3 years ago

Hellmark commented 3 years ago

I havr a Nex5T and I have a frequent issuewhere if I go to upload photos, it sits for like 10 or so seconds, before going "Status Complete" yet not a single photo was uploaded. It still will show X photos ready to upload. If I open another app, and try again it will sometimes work, but other times I will need to eject the battery before I can get it to submit.

Bostwickenator commented 3 years ago

Thanks for the report

laest commented 3 years ago

Same problem for me on my A6000, would be awesome, if you will find a solution ;) Thanks for the great work with this app as well as the STG app!

MisterDams commented 3 years ago

Thank you for this app! I'm starting to have the same issue with a HX-60V: when I load the app it sometimes already says "Complete" and won't upload even if the counter shows pictures to send.

Seems like you need to find a way to "kill" the process, by running another app for example. Camera might finally try to get more free memory and properly close STG Uploader.

Edit : my bad, wrong app between STG and FTP uploader. But might be a shared issue !

gstoehld commented 3 years ago

Same on my A5000. It goes from "Connecting" to "Uploading" and then immediately to "Complete"

The server logs show successful LOGIN but no commands after that.

EDIT: Nevermind, it was a configuration issue of my server

ScalingR commented 2 years ago

Had same problem but figured it out. You guys have to provide the full ftp share name in the settings. My FTP server is a raspberrypi4 running openmediavault. There i created a new folder on a connected drive as ftp share with the name "a6000ftp". I then created a new user named "a6000" with a password "123" and gave him permission to read and write to the ftp-share. Within the "FTP Uploader" app i provided the username, the password, the server ip with port and then the FULL name of the FTP-Share that is "/a6000ftp/". If you have a subfolder in the share named "test" and you want the photos in this folder then set the path to "/a6000ftp/test". Btw. i get speeds around 660KB/s, so its painfully slow.