Trouble with call command on FTP Server Android

Advertisement

nikosk
Joined:
Posts:
3
Location:
Athens,Greece

Trouble with call command on FTP Server Android

I am running WINSCP client on Windows 7 with FTPServer(Android app) on Android.
My intention be to possibly install an apk on Android from my Windows client.
I opened a terminal-command on the Server(Android) and tried to run:
call pm install my.apk
Then
call mdir try (ftp command set)
I receive "500 CALL not understood
The only command doable is "pwd".
Any hints?
Thanks.
Nikos

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: Trouble with call command on FTP Server Android

You cannot call WinSCP scripting commands (call) in the Console window.

You cannot call remote shell commands (pm) over FTP protocol.

Except if the FTP server have a special extension (e.g. SITE EXEC) that would allow you to do so:
SITE EXEC pm install my.apk

Use SFTP/SCP protocol, if possible.

Reply with quote

nikosk
Joined:
Posts:
3
Location:
Athens,Greece

PostRe: Trouble with call command on FTP Server Android

Thanks Martin,
Following your instructions, I used FTPserver ultimate and herewith the log.
Unfortunately no success either.

Reply with quote

martin
Site Admin
martin avatar

Re: PostRe: Trouble with call command on FTP Server Android

What does the log show? What were you trying to do?

Reply with quote

Advertisement

You can post new topics in this forum