Sponsored Content
Top Forums Shell Programming and Scripting Transfering files from windows to unix box through sftp Post 302337759 by kenkanya on Saturday 25th of July 2009 12:47:42 AM
Old 07-25-2009
Use "PUTTY" which has WinSCP3 (configure for SFTP)- it so easy.
Just drag and drop files from windows to unix just like how you copy folders/files in windows.
I use the same.
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

VPN client (windows Box),and Server (Unix Box)

If I want to access unix box via VPN tunnel,from windows box. What sould I configure on the windows client PC, and what should I enable on the Unix Server box ? I am using Solaris V10 intel platform, and I am using windows XP, and 2003 for client (0 Replies)
Discussion started by: zillah
0 Replies

2. UNIX for Dummies Questions & Answers

Running UNIX commands remotely in Windows box from Unix box – avoid entering password

I am able to run the UNIX commands in a Windows box from a UNIX box through "SSH" functionality. But whenever the SSH connection is established between UNIX and Windows, password for windows box is being asked. Is there a way to avoid asking password whenever the SSH connection is made? Can I... (1 Reply)
Discussion started by: D.kalpana
1 Replies

3. UNIX for Dummies Questions & Answers

SFTP files from windows drive E: to unix

Hello friends, I was doing this test script which would take a file from my own E: drive to the unix server which i access from a putty. I tried sftp <osuser>@<ipaddress> but it didn't work. does the windows client have to be a server installation? i was trying on win xp from... (4 Replies)
Discussion started by: pranavagarwal
4 Replies

4. Shell Programming and Scripting

Moving files from Unix box to a windows box

Hi All, I need a little help .I want to transfer a file from unix box to a windows box,but the problem i'm facing is that in windows box FTP is not enabled and currently it is nearly impssible to change setting on windows box,i can not use the ftp method ,in my shell script to transfer the file.... (2 Replies)
Discussion started by: Preet
2 Replies

5. IP Networking

Transfering file from unix server to a windows pc

Is there a way to transfer files from unix server to windows directory,other than ftp? (1 Reply)
Discussion started by: Preet
1 Replies

6. Shell Programming and Scripting

FTP some text files from Windows box to unix

hi all, can anybody help me with script or command to ftp some text file from windows machine to AIX machine. this is shud be done by executing a shell script. (1 Reply)
Discussion started by: suprithhr
1 Replies

7. Shell Programming and Scripting

ftp file starting with particular name on Windows box to Unix box using shell script

Hello all ! I'm trying to write a shell script (bash) to ftp a file starting with particular name like "Latest_" that is present on a Windows box to UNIX server. Basically I want to set this script in the cron so that daily the new build that is posted on the Windows box can be downloaded to the... (2 Replies)
Discussion started by: vijayb4u83
2 Replies

8. UNIX for Dummies Questions & Answers

Get files from Windows to Unix Box

Hi All, I am a new to unix scripting ...looking for directions from the Gurus. I want to create a FTP script to get Files from windows box to unix box. Thank you for your replies. (1 Reply)
Discussion started by: pbhk
1 Replies

9. UNIX for Dummies Questions & Answers

Copy files from windows outlook in to UNIX box.

HI All, I am using a windows RDP machine . from the RDP i am opening a putty session of a unix server.i have outlook installed in the windows RDP machine, and if i get a file inthe outlook mail how can i copy it to a location in the putty unix machine. Please help me!!!! (3 Replies)
Discussion started by: mahesh300182
3 Replies

10. Shell Programming and Scripting

UNIX command to copy files from Windows to UNIX box

Hi Folks, I have a file name abc.xml in my windows machine at the location c:\ytr\abc.xml which I want to place at the unix box machine inside cde directory.. at the following location that is /opt/app/cde/ now the credentials of unix box are abc345 -->(dummyid) ftyiu88--->(dummy passwd) ... (4 Replies)
Discussion started by: punpun66
4 Replies
intro(n)						       BLT Built-In Commands							  intro(n)

__________________________________________________________________________________________________________________________________________________

NAME
BLT - Introduction to the BLT library _________________________________________________________________ DESCRIPTION
BLT is a library of extensions to the Tk library. It adds new commands and variables to the application's interpreter. COMMANDS
The following commands are added to the interpreter from the BLT library: table A table geometry manager for Tk. You specify window placements as table row,column positions and windows can also span mul- tiple rows or columns. It also has many options for setting and/or bounding window sizes. graph A 2D plotting widget. Plots two variable data in a window with an optional legend and annotations. It has of several com- ponents; coordinate axes, crosshairs, a legend, and a collection of elements and tags. barchart A barchart widget. Plots two-variable data as rectangular bars in a window. The x-coordinate values designate the position of the bar along the x-axis, while the y-coordinate values designate the magnitude. The barchart widget has of several com- ponents; coordinate axes, crosshairs, a legend, and a collection of elements and tags. vector Creates a vector of floating point values. The vector's components can be manipulated in three ways: through a Tcl array variable, a Tcl command, or the C API. spline Computes a spline fitting a set of data points (x and y vectors) and produces a vector of the interpolated images (y-coordi- nates) at a given set of x-coordinates. bgexec Like Tcl's exec command, bgexec runs a pipeline of Unix commands in the background. Unlike exec, the output of the last process is collected and a global Tcl variable is set upon its completion. bgexec can be used with tkwait to wait for Unix commands to finish while still handling expose events. Intermediate output is also available while the pipeline is active. busy Creates a "busy window" which prevents user-interaction when an application is busy. The busy window also provides an easy way to have temporary busy cursors (such as a watch or hourglass). bitmap Reads and writes bitmaps from Tcl. New X bitmaps can be defined on-the-fly from Tcl, obviating the need to copy around bit- map files. Other options query loaded X bitmap's dimensions and data. drag&drop Provides a drag-and-drop facility for Tk. Information (represented by a token window) can be dragged to and from any Tk window, including those of another Tk application. drag&drop acts as a coordinator, directing Tk send commands between (or within) TCL/Tk applications. htext A simple hypertext widget. Combines text and Tk widgets into a single scroll-able window. Tcl commands can be embedded into text, which are invoked as the text is parsed. In addition, Tk widgets can be appended to the window at the current point in the text. Htext can be also used to create scrolled windows of Tk widgets. winop Raise, lower, map, or, unmap any window. The raise and lower functions are useful for stacking windows above or below "busy windows". watch Arranges for Tcl procedures to be called before and/or after the execution of every Tcl command. This command may be used in the logging, profiling, or tracing of Tcl code. bltdebug A simple Tcl command tracing facility useful for debugging Tcl code. Displays each Tcl command before and after substitu- tion along its level in the interpreter on standard error. VARIABLES
The following Tcl variables are either set or used by BLT at various times in its execution: blt_library This variable contains the name of a directory containing a library of Tcl scripts and other files related to BLT. Cur- rently, this directory contains the drag&drop protocol scripts and the PostScript prolog used by graph and barchart. The value of this variable is taken from the BLT_LIBRARY environment variable, if one exists, or else from a default value com- piled into the BLT library. blt_versions This variable is set in the interpreter for each application. It is an array of the current version numbers for each of the BLT commands in the form major.minor. Major and minor are integers. The major version number increases in any command that includes changes that are not backward compatible (i.e. whenever existing applications and scripts may have to change to work with the new release). The minor version number increases with each new release of a command, except that it resets to zero whenever the major version number changes. The array is indexed by the individual command name. ADDING BLT TO YOUR APPLICATIONS
It's easy to add BLT to an existing Tk application. BLT requires no patches or edits to the Tcl or Tk libraries. To add BLT, simply add the following code snippet to your application's tkAppInit.c file. if (Blt_Init(interp) != TCL_OK) { return TCL_ERROR; } Recompile and link with the BLT library (libBLT.a) and that's it. Alternately, you can dynamically load BLT, simply by invoking the command package require BLT from your Tcl script. BUGS
Send bug reports, requests, suggestions, etc. to gah@siliconmetrics.com or ghowlett@grandecom.net KEYWORDS
BLT BLT
2.4 intro(n)
All times are GMT -4. The time now is 10:10 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy