All i/o (ftp) not working on this SunOS 5.10


 
Thread Tools Search this Thread
Operating Systems Solaris All i/o (ftp) not working on this SunOS 5.10
# 1  
Old 09-05-2011
All i/o (ftp) not working on this SunOS 5.10

Hi everyone: I have been trying to simply FTP a file over to this SunOS 5.10 (which is same as Solaris 10 now) and nothing works!

I can only Telnet to this via SSH (with my own account/uid), and I can also send simple mail out with mailx, that's all!!!

I cannot FTP to it (I think FTP server is not installed/enabled on it? ) "ps -fe" and grep for ftp does not return anything...

I do not want to involve the sysadmin/root on this at all, but is there any way I can check to see how I can ftp? Or even upload my own FTP to this and launch server?
It's been killing me!

As a Last resort, can a Binary file be copied and pasted without losing it's binary data?? ( I highliy doubt this!), but if there are any "special" copy/paste programs to preserve binary, then I can do that, but this is really last last option.

Thanks,
Steve.
# 2  
Old 09-05-2011
If you have SSH connection to the server, then you can use scp, which will preserve the binary data without any problem.
This User Gave Thanks to bartus11 For This Post:
# 3  
Old 09-05-2011
The problem is the binary data is coming from a windows machine... can I scp out to the windows and grab it back in? I tried "scp <my windows-machine-name>" but gave me a usage error...

---------- Post updated at 03:02 PM ---------- Previous update was at 03:00 PM ----------

even to another unix machine I got this:

Code:
>scp xyz.local.com a.out
cp: cannot access xyz.local.com


Last edited by radoulov; 09-05-2011 at 05:04 PM.. Reason: Code tags!
# 4  
Old 09-05-2011
You can use WinSCP - Download WinSCP from SourceForge.net on your Windows machine, then connect from there to your Solaris machine using SCP protocol. Then you can copy files between the two systems just as if you were using FTP.
This User Gave Thanks to bartus11 For This Post:
# 5  
Old 09-05-2011
I'm going to give this a try right now...please hang on a sec... thanks!

---------- Post updated at 03:26 PM ---------- Previous update was at 03:14 PM ----------

I connected to it, BUT I am not sure, even though I used my ID/pwd, it loggs into this directory, /users/myid but my directories are NOT there...it is plain, it has 2:
.snapshot and .ssh

I could put the file there, but I cannot get to it on Unix!!!

as a note: in my company, ALL unix machines have the same (1 point of) uid/pwd, so if they change it in 1, it does it for all, I think this is somehow related to this... any idea, where I can put the file?
# 6  
Old 09-05-2011
WinSCP put you to your home directory. If you need to copy the files somewhere else, just navigate out of there clicking on the ".." directory and go to your desired destination.
# 7  
Old 09-05-2011
I relaize that....never mind, I had connected to the d1 box instead of p1 box, which is why I could not see my directory! Now it's ok, I put the file there...

by the way my ultimate goal is to do a make (with gcc), and now this box does not have that installed on it I think, (only cc is at: /usr/ucb/cc, but no gcc).... hence as a lon road, I am installing Solaris 10 on my home machine, will build this code to a binary and plan to x-fer it to the sunos 5.10 at work and HOPE that it will work...is there any easier way, without root can I install a freeware gcc/make on this mahcine locally also and bring all the include files etc....?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

--SunOS 5.10 nawk for paragraph not working

The machine is using bash: ================== bash -version GNU bash, version 3.2.51(1)-release (i386-pc-solaris2.10) Copyright (C) 2007 Free Software Foundation, Inc. ========================= I have the following xml file. am trying to get a whole paragraph if it meets certain criteria.... (9 Replies)
Discussion started by: gilgamesh
9 Replies

2. Solaris

Sendmail not working in SUNOS

Hi All i am trying to send a mail from SunOS to my outlook mail but it is not working neither giving any error please suggest # uuencode /tmp/t.txt t.txt | mailx -s test v.com # # uname -a SunOS 5.9 Generic_122300-25 sun4u sparc SUNW,Sun-Fire-V440 (3 Replies)
Discussion started by: scriptor
3 Replies

3. UNIX for Advanced & Expert Users

Manipulate files with find and fuser not working as expected on SunOs

Greetings, For housekeeping, I use the following command: find /some/path -type f -name "*log*" ! -exec fuser -s "{}" 2>/dev/null \; -exec ls -lh {} \; It finds all log files not currently in use by a process and manipulates them. This command always works on linux and redhat machines,... (2 Replies)
Discussion started by: dampio
2 Replies

4. Shell Programming and Scripting

mailx not working on SunOS 5.9

I m trying to send o/p of one file using mailx command but is not working PFB command : cat healthchecklog | mailx -s "HEALTH CHECKS" abc@jkl.com also I have checked the ps -ef for mailx which is giveing below o/p ps -ef | grep mail root 364 1 0 Jun 08 ? ... (11 Replies)
Discussion started by: Jcpratap
11 Replies

5. Solaris

SunOs 5.9: why is 'ulimit -c' not working?

I have a situation where the system is dumping a 2g causing filesystem to fill up. We identified the source and working on a solution. However, I wanted to limit the size of the 'core' file. Please examine the test scenario ... cnewtonne@mars> ulimit -f 0 cnewtonne@mars> ls -ltr core*... (2 Replies)
Discussion started by: cnewtonne
2 Replies

6. Linux

FTP not working under Linux but working under any other OS ??? Very strange

Dear all, I am totally despaired and puzzled. Using Filezilla under Windows under the same network as our Linux servers is working. Using FTP command-line client under any of our Linux debian servers is not working ! I tried with different FTP servers -> same problem ! All commands are... (12 Replies)
Discussion started by: magix_ch
12 Replies

7. Solaris

tr -d is not working on SunOS 5.9

i am using sunos 5.9. entityname="india\/delhi" correctpattern="<branch value=\"/`echo $entityname | tr -d '\'`/WORKAREA/\"> echo $correctpattern the output should be <branch value="/india/delhi/WORKAREA/"> This is working fine in command line but not working when i placed these... (1 Reply)
Discussion started by: millan
1 Replies

8. UNIX for Dummies Questions & Answers

SunOS 5.10 - VI Arrow keys not working

Hi I am working on SunOS 5.10 from remote terminal using putty. Also echo $TERM xterm In vi editor when in insert mode arrow keys are not working for cursor movement instead they print A B C and D. Please help. thanks ravs (7 Replies)
Discussion started by: ravashingravi
7 Replies

9. Solaris

SunOS and ftp logging

Hi, I'd want to enable ftp logging on a SunOS 5.9 machine. I've read some guides I've found on the Internet but, in the syslog file, I stil not have information about that. In the /etc/inetd.conf I have this line: ftp stream tcp6 nowait root /usr/sbin/in.ftpd in.ftpd -d ... (8 Replies)
Discussion started by: untamed
8 Replies

10. UNIX for Advanced & Expert Users

Migration of binary file from Sunos 5.8 to Sunos 5.9

I have compiled binary file using "cc" on SunOS 5.8 and the same binary file i have copied to SunOS 5.9 and it is giving me core dump error.I want to know whether migration of compiled code from lower version to higer version created this problem. how can i solve this problem.I am pasting the core... (1 Reply)
Discussion started by: Arvind Maurya
1 Replies
Login or Register to Ask a Question