Coreftp client command line installing

Core FTP client questions and answers
Post Reply
zhorvat
Posts: 4
Joined: Thu May 03, 2007 1:04 pm

Coreftp client command line installing

Post by zhorvat »

i have a problem with installing coreftp from command line

here is my command:
e:\software\sftp server\client.exe /s -import test.csv
import doesn`t work

what is wrong

thanks
bigRahn
Posts: 9
Joined: Mon Sep 18, 2006 3:28 pm

try -s

Post by bigRahn »

Looks like CoreFTP uses a - instead of / for options.
Try using client.exe -s -import file.csv
zhorvat
Posts: 4
Joined: Thu May 03, 2007 1:04 pm

Post by zhorvat »

i figured it out
the command must be with /s
but import command can`t be done from the same line

i have another problem, for ssh import doesn`t put private key in key file automaticaly

can you help
zhorvat
Posts: 4
Joined: Thu May 03, 2007 1:04 pm

Re: try -s

Post by zhorvat »

bigRahn wrote:Looks like CoreFTP uses a - instead of / for options.
Try using client.exe -s -import file.csv

i figured it out
the command must be with /s
but import command can`t be done from the same line

i have another problem, for ssh import doesn`t put private key in key file automaticaly

can you help
Post Reply