Search found 1 match

by Philo
Sat Nov 01, 2025 8:26 am
Forum: Coding Questions
Topic: ReceiveFTPFile keeps failing in ver 5.40
Replies: 8
Views: 751

Re: ReceiveFTPFile keeps failing in ver 5.40

You have a typo in one of your binary variables:

Code: Select all

RecieveFailure
instead of

Code: Select all

ReceiveFailure
However, since you are using it consistently, I cannot see how this would stop your code from working.