Help me with this simple file copy from Unix


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Help me with this simple file copy from Unix
# 1  
Old 02-15-2010
Help me with this simple file copy from Unix

Hello,

Imagine I am on a Unix system, connected to server via telnet. I do 'ls' and I see the file listed - OK. Filename=ems.log.

Then I need to copy such file from this server to my Windows network share \\windowsserver\myshare\smith.

How can I do that?
# 2  
Old 02-15-2010
telnet does not support copying files.

What telnet cleint are you using - you may be able to screen scrape to a file then copy the file to your share using Widnows.

Does the unix box support ftp connections- windows comes with ftp?
# 3  
Old 02-15-2010
Copy file from Unix to Share

I would use FileZilla
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Help in UNIX shell to copy part of file name to new file name

Hi, I want to do the following in a Unix shell script and wonder if someone could assist me? I want to take files in a specific directory that start with the name pxpur012 and copy them to the same directory with the file name not containg pxpur012. For example, I have files like... (4 Replies)
Discussion started by: lnemitz
4 Replies

2. UNIX for Dummies Questions & Answers

copy file using unix in multiple directories

Hi All Genious, I want to copy a file name XYZ .In a directory /HOME/dir/IXOS1/dir1 which contain multiple directories named not in pattern want to copy the XYZ in all of the directories available on path /HOME/dir/IXOS1/dir1 . Thanks in advance . (2 Replies)
Discussion started by: mumakhij
2 Replies

3. Programming

how to copy downloaded file into my source file folder (putty/unix)

I need to "Ensure that when you download libchat.a from the VLE you have copied it to the same folder on ius as your source files. You then refer to the library (and the libraries it needs) with: gcc -o outputfile sourcefile.c -L. -lchat -lsocket -lnsl" But I have no idea what this means! (I... (2 Replies)
Discussion started by: fakuse
2 Replies

4. UNIX for Dummies Questions & Answers

Simple question on unix file permission

As I understand the file permissions in UNIX is basically Owner, group, others Lets assume scott user who's primary group is dev creates a file called test.dat and then grants some privileges on that file... scott@unix-host> echo "this is a test" > test.dat scott@unix-host> chmod 640... (4 Replies)
Discussion started by: luft
4 Replies

5. UNIX for Dummies Questions & Answers

Copy a windows CVS file to the unix server as a svs file

I so desperately need a script to copy a windows csv file to my unix server and i know these should be at dummies but i have no bits. it is life & no job situation help please. thanks (1 Reply)
Discussion started by: zhegal
1 Replies

6. UNIX for Dummies Questions & Answers

help with simple unix file copy and output in directories

Hi, I am fairly new to unix, and am trying to copy all files with the name "*.cons" within a directory (and all of the many directories within it) to a new directory called "output". There are multiple nested directories, and I would like to just pull out the files with ".cons" and not the other... (5 Replies)
Discussion started by: euspilapteryx
5 Replies

7. UNIX for Dummies Questions & Answers

Copy file from Windows to Unix

I have a file in windows that I need to copy to UNIX. How can I FTP binary to the UNIX server. Thanks (2 Replies)
Discussion started by: abou202
2 Replies

8. UNIX for Dummies Questions & Answers

Copy file from unix box to other

Hi all, I am new to UNIX. I have to copy a .ksh file from the production box PEDFX to test box BREMTX. Can anyone please suggest how I do this? I have CRT loaded on my system. (1 Reply)
Discussion started by: FORUM
1 Replies

9. UNIX for Dummies Questions & Answers

Simple Copy?

I need to copy a file from one directory into another - but it has to be the 'most recent' directory - a new diretory gets created each week. Copy a file from one directory into another is easy enough - how do I find/specify the most recent directory? (4 Replies)
Discussion started by: twomdsi
4 Replies

10. UNIX for Dummies Questions & Answers

How to copy unix file to floppy

my unix box doesn't seem to recognize the floppy drive. I tried these different commands: cat file1.txt > a:file1.txt result: file got copied to hd cat file1.txt > a:\file1.txt result: file got copied to hd mount -t vfat /mnt/floppy result: illegal option --t my unix is SCO UNIX System... (1 Reply)
Discussion started by: BillyT
1 Replies
Login or Register to Ask a Question