If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
20 years in iSeries (development side), first time setting SFTP - all on my own
I followed instructions up to the point when I send public key to the other side.
Their reply was "the public key has been applied".
When I try to connect I get...
Hi, I have scenario where SFTP fails with DR server. Need advice on this please.
We are transferring files to a downstream with sftp with wideip of downstream server. The keys were exchanged and we have the downstream server, IP, Host key in /home/sftpuser/.ssh/known_hosts. The downstream...
Hi guys,
I have to do secured FTP to transfer a file to another server, I don't have all the details about this server and I don't have a very large knowledge about SFTP.
Until now I did simple FTP, some CL programm, to transfer files to another servers.
Are there major difference...
I have installed keys and have tried the connectivity with remote server from AS400 using CALL QP2TERM and then logging into SFTP server using command - sftp -oPort=123 userid@sftpserver.com
It works fine.
But when I try the same thing in QSH through CL batch program it gives...
We have stopped using FTP for security reasons and are using SFTP instead. FTP was the way I transferred save files between the iSeries and PC's. Is there a another way I can do this?
Hello Everyone
I am setting up the SFTP connection. I have got the public keys installed on the remote server. All I got to do now is to run this command -
ssh -T serveruid@somehost.com
But on running this command, I received no response on shell prompt. To make it clear...
Hi,
I need to extract the file from SFTP server and load it into AS400 structured file. So far I could manually do it by downloading the file to PC and then uploading it directly to AS400 structured file.