Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

nikosk

PostRe: Trouble with call command on FTP Server Android

Thanks, I finally use winscp for file transfers and putty for the commands.
martin

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

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

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.
martin

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.
nikosk

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