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

martin

nash wrote:

I mean setting two stored session.Right now i can send to one server..
i need to send to another server from same PC.
For First transfer am using one SFTP client software..Thats going live..
I just want to know in that same Pc i can install another client software or not..
Can any one help me to create a batch file for that..
Thanks

You can install as many client as you want. But I guess that you need only one, but to connect to several servers in row. Just do it the same as for the first server, only have the server name (and possibly username/password).
nash

I mean setting two stored session.Right now i can send to one server..
i need to send to another server from same PC.
For First transfer am using one SFTP client software..Thats going live..
I just want to know in that same Pc i can install another client software or not..
Can any one help me to create a batch file for that..
Thanks
martin

Re: SFTP TRANSFER

nash wrote:

so i would like to know..i can install two SFTP server in a single PC..

Do you really mean installing the server software? Or do you mean setting two stored sessions in WinSCP?
JRB_BMB

Look at scripting in the guides.
it should allow you to put all commands in a script and then call winSCP via the command line and use a specific script. That way you never alter the command line function just the text file issuing the commands.

As for the server not matching - check your connections details. Other than that you'd have to paste logs, scripts etc from winSCP to get further help.
nash

SFTP TRANSFER

Hi all..
I am not that much aware about SFTP transfer..
In my PC am using one SFTP client for sftp transfer and daily am transfering also..
I am transfering to SSH server...
I Just want to transfer file to another server also..
But i am getting error like SERVER is not matching..
so i would like to know..i can install two SFTP server in a single PC..
how can i send trough WinSCP. I have to send through commandline.
Can someone point me in the right direction.Thanks..