Quantcast
Channel: MobileRead Forums - Kindle Developer's Corner
Viewing all articles
Browse latest Browse all 4410

Ant Exec(scp) on Windows Os ?

$
0
0
I have Ant Script like this:

<exec command="scp -i ${dev.ssh.id} test.azw2 root@kindle:/mnt/us/documents/"/>

But i am using windows os not linux, so it cant run this chunk under windows os.
I think ant using command shell of default operating system and windows's cmd hasnt got scp support. i dont know what does it means dev.ssh.id on windows.

:help:

Viewing all articles
Browse latest Browse all 4410

Trending Articles