Search found 1 match
- Tue Aug 09, 2016 1:43 am
- Forum: FTP Server
- Topic: Additional FTP account not getting created
- Replies: 43
- Views: 98363
Re: Additional FTP account not getting created
Any update on my problem? I'm shure you're you used symlinks... So, I have this trouble too. I edited the file /usr/local/vesta/bin/v-add-web-domain-ftp and change line: #ftp_path_a=$(readlink -f "$HOMEDIR/$user/web/$domain/$ftp_path") By ftp_path_a="$HOMEDIR/$user/web/$domain/$ftp_path" I hope thi...