I'm trying to upload file to my FTP server but every flow execution terminates with error. It's strange because I can list files on server, also I've checked and I'm able to upload files using third-party apps.
What is wrong?
Code: Select all
31.05.2014 23:12:51.994 [Flow1] Starting to execute flow 'Flow1' with Context{global{},local{flow_name=Flow1,triggertime=1401570771993,trigger='Manual'}}
31.05.2014 23:12:51.997 [Flow1] Start executing action 'FTP Upload File: /storage/emulated/0/Download/Automagic_1_22_0.apk to ftp://nexus@192.168.64.254:21/file.apk'
31.05.2014 23:12:52.196 [Flow1] End executing action 'FTP Upload File: /storage/emulated/0/Download/Automagic_1_22_0.apk to ftp://nexus@192.168.64.254:21/file.apk' and exception Could not change to directory
31.05.2014 23:12:52.304 [Flow1] Flow ends execution due to errors
31.05.2014 23:12:52.317 [Flow1] Error:
ch.gridvision.ppam.androidautomagic.util.q: Could not change to directory
at ch.gridvision.ppam.androidautomagic.d.a.au$1.b(SourceFile:448)
at ch.gridvision.ppam.androidautomagic.util.gi$1$1.run(SourceFile:51)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5017)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
at dalvik.system.NativeStart.main(Native Method)
Caused by: ch.gridvision.ppam.androidautomagic.util.q: Could not change to directory
at ch.gridvision.ppam.androidautomagic.d.a.au$1.c(SourceFile:337)
at ch.gridvision.ppam.androidautomagic.d.a.au$1.a(SourceFile:300)
at ch.gridvision.ppam.androidautomagic.util.gi$1.run(SourceFile:39)
at java.lang.Thread.run(Thread.java:841)
31.05.2014 23:12:52.348 [Flow1] Flow ended.



