SFTP -- Is there any secure FTP service available

Hi ,

I knew we have ftp services in wm but do we have any other SFTP services in wm .

In my requirement we do ftp the pgp file … at the same time some of our customers want to sftp’ing of EDI files without pgp .

I appreciate your replys.

Thanks,
Raj

Do a keyword search on “SFTP” in the forum,this might help you to get faster answers…

PS:[URL=“wmusers.com”]wmusers.com

HTH,
RMG

I did , It seem to be most of messages tells that doing ftp with pgp and doing VPN are recommends. I knew these things but my customer insisting sftp.

I appraciate your reply

Try this thread. [URL=“wmusers.com”]wmusers.com

Hi All ,

read this https://advantage.webmethods.com/product_security_information[/URL]/[URL=“https://advantage.webmethods.com/docid536926847”][COLOR=#800080]A Sample OpenSSH Implementation for Integration Server[/color]

Thanks ,
Raj

Hi All,

You have the correct link. Download the OPENSSH package from http://advantage.webmethods.com.

Install the Package and check for the services. I Guess you only need to set up sftp client on your side.

I have done this complete implementation (PGP + SFTP). Let me know if i can help you.

Email to me.

Regards
Amit

Hi,

I configure my IS and remote machine as per the instruction in OpenSSH sample provided by webMethods. I am able to connect to remote machine without password being asked. But when i run sftp service from developer, it throws exception that sftp command not found. Same error with other ssh command like scp, not found error.
Is there any other configuration changes i need to make this service work.
Thanks,
Khalil.

Is sftp or scp available on the command-line? Are they available to the use that is running IS?

Yes, when i am able do the sftp using command-line on machine running IS.

The IS is running as some user account. Does that account have permissions to run sftp/scp?

I think there are talking about on same IS which have user have the credentials

Yes, the IS was installed with a particular user account and with same user i am able to do the manual sftp from command-prompt.

Thanks
KK.

Yes, because i use the same user account with which the IS is installed and manually i am able to do the sftp.

Thanks
KK

I am able to do the sftp now. I changed the config file in openssh.properties to direct the IS to the right location of sftp command in unix. I supplied full path as openssh.sftpcmd=/usr/local/bin/sftp
and it works.

Thanks for all the help,
KK

Hi ALL,
The sftp service provided says Batchcommand, i am not sure how to provide batchcommands in webMethods service sftp…can any one please tell me…

Thanks in advance.
KK

[quote=amitgupta905;52402]
Hi All,

You have the correct link. Download the OPENSSH package from http://advantage.webmethods.com.[/u]

[URL]Install the Package and check for the services. I Guess you only need to set up sftp client on your side. [/u]

[URL]I have done this complete implementation (PGP + SFTP). Let me know if i can help you.[/u]

[URL]Email to me.[/u]

[URL]Regards
Amit
[/quote][/u]

[URL]Hi Amit,[/u]

[URL]I need to do something similar. My 6.1 IS runs on Unix with Unix UserID as “intser61” and has OpenSSH. And the SFTP server I want to connect gave me a userid as “user01”. Now when I use the “ssh-keygen” command, on system with IS installed, as described in the webMethods OpenSSH Pkg PDF to create a pvt/pub key pair the pub key generated has a value like “…yDVTiL0ePJhJsoHkIIZTRBQe8opvd8UAAXU/7ys= intser61@ISHost”. So it means, to me, that user “intser61” can now be able to SSH without using password. But there is no such user “intser61” on the SFTP server. The SFTP server has to be accessed with userid = “user01” and so I need to create a pvt/pub key pair with that user id. How do I do that when ssh-keygen command doesnt have an option to specify userid?

Pls reply. Thanks in advance.
Rgds,
Sandeep