immich-go
                                
                                 immich-go copied to clipboard
                                
                                    immich-go copied to clipboard
                            
                            
                            
                        upload directory without subdirectories
hello,
i want to upload pictures from directory but i want no upload subdirectories
i use this command
./immich-go -server https://xxxxxxxx -key xxxxxxxxxxxxxxxxxxxxxx upload /photos/2019/
but it upload subdirectory
many thanks
This is the default behavior. Anyway, a subtle problem in the command line parsing enable what do you expect:
give a to: ./immich-go -server https://xxxxxxxx/ -key xxxxxxxxxxxxxxxxxxxxxx upload /photos/2019/.
I'll implement this correctly soon.
arf.... the markdown...
./immich-go -server https://xxxxxxxx/ -key xxxxxxxxxxxxxxxxxxxxxx upload /photos/2019/*.*
hello, it's working with *.*
I think I have fixed this issue in the 0.19