Unable to perform FTP from Window to OpenSolaris


 
Thread Tools Search this Thread
Operating Systems Solaris Unable to perform FTP from Window to OpenSolaris
# 1  
Old 10-07-2009
Unable to perform FTP from Window to OpenSolaris

Hi All,

I installed OpenSolaris and I try to do FTP from window to opensolaris via WinSCP 3.7.6 then I am getting the following error--

Code:
Couldn't agree a client-to-server cipher(available: aes128-ctr,aes192-ctr,aes256-ctr,arcfour128,arcfour256,arcfour)

Please provide me your valuable ideas,sothat I can resolve it.

Thanks in Advance..

Last edited by DukeNuke2; 10-07-2009 at 09:41 AM.. Reason: changed tags...
# 2  
Old 10-07-2009
You've probably selected the wrong protocol. The output indicates that you've tried to connect using either SFTP or SCP, not FTP.
# 3  
Old 10-08-2009
port 20 and port 21

windows: telnet localhost 20
windows: telnet localhost 21

o.solaris: telnet localhost 21
o.solaris: telnet localhost 20

o.solaris: telnet windows 21
windows: telnet o.solaris 21

connection closed means it's not started. Check /etc/services, check windows firewall.
# 4  
Old 10-08-2009
WinSCP 3.7.6 is doing SFTP and/or SCP in your case. The issue is the version you are using has cyphering compatibilities issues with OpenSolaris.
You might want to update to a newer WinSCP release with which that issues doesn't exists.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Perform SQL query then FTP

Hi All, Would like to ask if its possible to perform sql query in another machine and then the output will be sent back to local via ftp. Machine1 - home server Machine2 - 2nd server Scenario: will perform sql query in Machine2 then put it into temp table then the temp table will be... (2 Replies)
Discussion started by: znesotomayor
2 Replies

2. Red Hat

Unable to perform yum update

Hi, I run RHEL 5.2 as a server in my lab. Now the issue I am facing is that I am unable to update my machine using yum update. It shows an error of missing dependencies though dependencies are already installed. Please help me to do that. Error screen shot is also attached. (9 Replies)
Discussion started by: Ankur Goyal
9 Replies

3. Solaris

Unable to perform IPMP

Hi, I have perform IPMP on server. but its showing following errors, root@DEVTEST10 # dladm show-dev ce0 link: up speed: 100 Mbps duplex: full ce1 link: up speed: 100 Mbps duplex: full root@DEVTEST10 # root@DEVTEST10 # ifconfig -a lo0: flags=2001000849 mtu 8232 index 1 inet 127.0.0.1... (0 Replies)
Discussion started by: tiger09
0 Replies

4. Shell Programming and Scripting

Unix Script -- Unable to perform division

I'm new to scripts, i wrote the below script to capture the percentage of FreeMemory available in Linux box. Output of UsedfreeMemory is displayed as '0'. I'm expecting the output like 0.89 (or) .89 --- ( 0.89 perferable) Anyone can help me on this pls. ... (3 Replies)
Discussion started by: murali1687
3 Replies

5. HP-UX

[Solved] Unable to rename file in ftp server .Net:FTP perl

Hello All, I am trying to connect to ftp server and get the files. Also i need to rename the file in other ftp dir. rename method is not allowing me to rename the file in other dir. When i tried copy command by using net::FTP:FILE then perl says it is not installed. Can some body help me to... (2 Replies)
Discussion started by: krsnadasa
2 Replies

6. HP-UX

Unable To Perform A "Passwordless" SSH Login To A Server

Greetings! I am trying to perform a passwordless SSH login from a HPUX 11.31 client to a HPUX 11.31 server. Whenever I do a "ssh -l root serverA" from the client, I am prompted for a password. Giving the password, I am able to successfully login. However I am trying to accomplish a... (9 Replies)
Discussion started by: Rob Sandifer
9 Replies

7. Red Hat

Unable to type anything on "cu" serial terminal window

Hi, I'm using CentOS 5.5. I connected serial terminal using "cu". The command I had given was "cu -l /dev/ttyUSB0 -s 115200". It connects I'm seeing the target boards boot-up messages and log in screen. But I couldn't type anything on "cu" terminal window. Any help is highly appreciated. ... (1 Reply)
Discussion started by: suryaemlinux
1 Replies

8. AIX

Unable to Switch tasks when trying to open console window in HMC

Hi, I am trying to open a console window through the HMC. When I choose to do this the toolbar at the top left of the HMC screen show 'Open Terminal Window'. However when I click on it I am getting the error - "The tsak you want to switch to is an applet based task, which dowes not support... (1 Reply)
Discussion started by: jimthompson
1 Replies

9. Shell Programming and Scripting

How i ftp a unix file to my local window

Hello Sir/ Madam, i m new user in unix shell scripting.Please guide me to crack this problem. Thanking you. (1 Reply)
Discussion started by: Nirmal
1 Replies
Login or Register to Ask a Question