-
Notifications
You must be signed in to change notification settings - Fork 15
Description
ive used foo-pre many times in the past and appreciate the glftpd teams work on the project, however im having some difficulty with running it on arm7 architecture
model name : ARMv7 Processor rev 3 (v7l)
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae
compilation is fine and easy, however when attempting to pre, the source and destination directory are incorrectly identified as not existing by foo-pre
- Destination for pre will be the testing section..
- Hm, destination section's path (/site/incoming/testing) doesnt exist ?
the path /site/incoming/testing certainly exists and ive verified the config many times to ensure its right.
section.testing.name=testing
section.testing.dir=/site/incoming/testing
section.testing.gl_credit_section=0
section.testing.gl_stat_section=0
i also tried removing the destination directory check from the source code, and recompiling. when I did this, it then said the source directory doesn't exist.
ive tried multiple versions of glftpd, i'm currently testing on
glFTPd 2.09 BETA1 (Mar 27 2018) 32BiT Linux+TLS(OpenSSL 1.1.0h 27 Mar 2018)+SSP
i tested an identical config with a very old alternate pre script called 'pre2 1.6' and this works fine, however it lacks the modern features of foo-pre
thanks for any help you can offer