masneyb / gftp

gFTP is a free multithreaded file transfer client for *NIX based machines. 56 language translations available.
http://www.gftp.org
MIT License
116 stars 21 forks source link

upgrading from old to new #180

Open glennmcc opened 4 months ago

glennmcc commented 4 months ago

The new version of gFTP is now placing its config files into ~/.config/gftp whereas the older versions used ~/.gftp

Therefore, upon upgrading, in order to retain their settings, each user must do this...

mv ~/.gftp ~/.config/gftp

Would it be possible to add a small section of code into the gFTP source that would do that for each user upon their 'first run' of the new version ?