Sponsored Content
Special Forums IP Networking Need to copy file from Linux to DOS. Post 302465507 by fpmurphy on Friday 22nd of October 2010 03:34:52 PM
Old 10-22-2010
Quote:
And yes, I use it as a serial terminal to the Linux Machine. I'm using KERMIT to do that.
Why are you not using Kermit to transfer the file then? Kermit has excellent builtin file transfer capability. In fact file transfer was the original purpose of Kermit; other capabilities like terminal emulation came later.
These 2 Users Gave Thanks to fpmurphy For This Post:
 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

copy on dos floppy?

can we copy files to a dos floppy on a unix system? how? thanx in advance raju (2 Replies)
Discussion started by: raju
2 Replies

2. UNIX for Dummies Questions & Answers

linux, copy a:\file to /tmp in linux?

hi, i am on linux 8. i wanted to copy a file from my a:\filename to my linux 8 /tmp directroy. how do i do this or any directions as in how to accompilsh. thanks (6 Replies)
Discussion started by: yls177
6 Replies

3. UNIX for Dummies Questions & Answers

DOS Debug for linux

Hi guys. I'm in desperate need of a program that can allow me to write files to different sectors of a disk (floppy), in the same way the DOS Debug program can (with a command such as -w 100 0 0 1 to write the bootsector of the disk). Does anyone know any links or names of programs that could... (2 Replies)
Discussion started by: KrazyGuyPaul
2 Replies

4. UNIX for Dummies Questions & Answers

command for copy file from CD to Linux box

Hi , I have simple question as i am beginner , I have to copy one file from cd(compact disc) to my linux box on some directory. With which command and how can i do that? Thanks sam71 (2 Replies)
Discussion started by: sam70
2 Replies

5. UNIX for Dummies Questions & Answers

Copy files from CDROM to DOS Directory

Hi Everyone, :) Could someone PLEASE tell me how to copy some DOS files from a CDROM to a DOS readable directory in UNIX. I imagine that sounds strange, but that's what I need to do. I am somewhat familiar with... Inserting the CDROM mount /mnt/cdrom ls /mnt/cdrom eject /mnt/cdrom... (3 Replies)
Discussion started by: greystoke
3 Replies

6. UNIX for Dummies Questions & Answers

copy and paste certain many lines of huge file in linux

Dear All, I am working with windoes OS but remote a linux machine. I wonder the way to copy an paste some part of a huge file in linux machine. the contain of file like as follow: ... dump annealling all custom 10 anneal_*.dat id type x y z q timestep 0.02 run 200000 Memory... (2 Replies)
Discussion started by: ariesto
2 Replies

7. Shell Programming and Scripting

I want to copy a file from Linux

Hi Experts, I want to copy a file from a Linux machine to another Linux machine or a windows machine shared drive. I mean to say.. cp filename //hostname/shareddrive. I don't want to mount. Is there any way we can do it. Regards Naree Double post. Replies here moved to... (0 Replies)
Discussion started by: naree
0 Replies

8. SuSE

I want to copy a file from Linux

Hi Experts, I want to copy a file from a Linux machine to another Linux machine or a windows machine shared drive. I mean to say.. cp filename //hostname/shareddrive. I don't want to mount. Is there any way we can do it. Regards Naree (1 Reply)
Discussion started by: naree
1 Replies

9. Emergency UNIX and Linux Support

Copy a file from Linux

Hi Experts, I want to copy a file from a Linux machine to another Linux machine or a windows machine shared drive. I mean to say.. cp filename //hostname/shareddrive I don't want to mount. Is there any way we can do it. Regards Naree (34 Replies)
Discussion started by: naree
34 Replies
termcap(3X)															       termcap(3X)

NAME
termcap: tgetent(), tgetflag(), tgetnum(), tgetstr(), tgoto(), tputs() - emulate /usr/share/lib/termcap access routines SYNOPSIS
DESCRIPTION
These functions extract and use capabilities from the compiled terminal capability data bases (see terminfo(4)). They are emulation rou- tines. Extracts the compiled entry for terminal name into buffers accessible by the programmer. Unlike previous termcap routines, all capability strings (except cursor addressing and padding information) are already compiled and stored internally upon return from The buffer pointer bp is redundant in the emulation, and is ignored. It should not be relied upon to point to meaningful infor- mation. returns -1 if it cannot access the terminfo directory or if there is no capability file for name, and 0 if all goes well. If a environment variable is set, first looks for (where is the first character of name), and if that file is not accessible, it looks for Gets the numeric value of capability id, returning -1 if it is not given for the terminal. is useful only with capabilities having numeric values. Returns 1 if the specified capability is present in the terminal's entry, and 0 if it is not. is useful only with capabilities that are boolean in nature (i.e. either present or missing in terminfo(4)). Returns a pointer to the string value of capability id. In addition, if area is not a NULL pointer, places the capability in the buffer at area and advances the area pointer. The returned string capability is compiled except for cursor addressing and padding information. is useful only with capabilities having string values. Returns a cursor addressing string decoded from cm to go to column destcol in line destline. (Programs that call should be sure to turn off the TAB3 bit or bits, since can now output a tab. See termio(7)). Note that programs using should in general turn off TAB3 anyway since some terminals use Ctrl-I for other functions, such as nondestructive space.) If a sequence is given that is not understood, returns [OOPS]. Decodes the padding information of the string cp. affcnt gives the number of lines affected by the operation, or 1 if this is not applicable. outc is a routine that is called with each character in turn. The variable pad_char should contain a pad character to be used (from the pc capability) if a null is inappropriate. WARNINGS
These routines are not meant to be used by programs running in the background. Obsolescent Interfaces and are to be obsoleted at a future date. FILES
library data bases SEE ALSO
ex(1), terminfo(4), termio(7). TO BE OBSOLETED termcap(3X)
All times are GMT -4. The time now is 12:55 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy