Transferring files between Windows and AIX


 
Thread Tools Search this Thread
Operating Systems AIX Transferring files between Windows and AIX
# 8  
Old 01-05-2009
Other options

Are you sure that networking the two is out of the question?
1. You did not indicate the Windows version or pSeries machine type/model. AFAIK, every pSeries model built in the last 10 years or more has a built-in Ethernet adapter. And a Windows PC likely either has one or one can be bought for very little money. Depending on the type of adapters, a cross-over cable or some other very simple physical connection will get these two machines connected. If this is an option, try it first. If you need help with the software configuration of the networking, ask back here.
2. There is also the option of using SLIP/PPP link between the systems using a TTY serial port. It will be slow, but it will work. Each system likely has a free TTY port. The cable you need is called a null-modem cable, and the number of pins and gender on each cable end will vary. If you want more advice on this option, ask back again. The Windows configuration of SLIP/PPP is found here: MS Windows SLIP/PPP FAQ from UNET or here http://www.sics.se/~bg/telos/slipintro.pdf
And the AIX configuration is found here: Asynchronous Point-to-Point Protocol (PPP) Subsystem
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Transferring files to directories

I have a large number of files with file names of the format iv.epoz.hhe.d.2018.028.000000.sac iv.epoz.hhn.d.2018.028.000000.sac iv.epoz.hhz.d.2018.028.000000.sac iv.epoz.hhe.d.2018.029.000000.sac iv.epoz.hhn.d.2018.029.000000.sac iv.epoz.hhz.d.2018.029.000000.sac... (4 Replies)
Discussion started by: kristinu
4 Replies

2. Shell Programming and Scripting

Script for transferring files

Hi Guys, I have to transfer a few files in my system . The commands to be used are as follows . Will it be possible to send the output of the following in the form of a mail . cd /export/home/teja ls -lrt Quote.java* mv Quote.java Quote.java.20121023 cp /tmp/Quote.java . ls -lrt... (2 Replies)
Discussion started by: Ravi_Teja
2 Replies

3. Shell Programming and Scripting

Transferring files from Unix to Windows server

Hi All, I have to establish as connectivity from Unix server(Solaris) to Windows machine and transfer files. We use public key Private key pair to authenticate from Unix to Unix connectivity to transfer the file. How to establish the sFTP connection from Unix to Windows and transfer the... (1 Reply)
Discussion started by: koti_rama
1 Replies

4. AIX

Do I need to configure my local windows to FTP files from local windows to a UNIX AIX server?

Hi Friends, I have this script for ftping files from AIX server to local windows xp. #!/bin/sh HOST='localsystem.net' USER='myid_onlocal' PASSWD='mypwd_onlocal' FILE='file.txt' ##This is a file on server(AIX) ftp -n $HOST <<END_SCRIPT quote USER $USER quote PASS $PASSWD put $FILE... (1 Reply)
Discussion started by: rajsharma
1 Replies

5. Shell Programming and Scripting

Transferring file from Windows server...

Hi, I want to transfer html files from windows server to unix server. Those files also have to be assigned proper permissions. Can u people suggest any ideas for this scenario? Regards, http://www.unix.com/images/smilies/thumb.gifSanthosh (1 Reply)
Discussion started by: Santhosh_Ind
1 Replies

6. AIX

Transferring files from one AIX server to another AIX server in binary mode

Hi, I am a newbie to AIX. We have 2 AIX5.3 servers in our environment, I need to transfer some files in Binary mode from one server to another and some files in ASCII mode from one server to another server. Could you please help me as to how I need to do that? Thanks, Rakesh (4 Replies)
Discussion started by: rakeshc.apps
4 Replies

7. UNIX for Dummies Questions & Answers

Transferring files between Windows and UNIX(AIX)

How do I transfer Plain Text and/or BMP image files between my WindowsXP PC and my AIX 4.1 PowerPC? I have no network or USB options, just a Floppy disk drive and a CD drive on each machine. Is it possible at all? Any help would be gratefully received:) (11 Replies)
Discussion started by: Pennant Man
11 Replies

8. AIX

How to write files from AIX 4.2.1 to Windows?

I'm wanting to write files each night from an RS/6000 running AIX 4.2.1 to a machine in my Windows domain. I have samba set up on the AIX box, and Windows users can happily access the AIX box but am having issues when wanting to write files in the other direction. From searching around the net I... (2 Replies)
Discussion started by: phaedrus
2 Replies

9. UNIX for Dummies Questions & Answers

Transferring hidden files with scp

Is there a way to scp hidden files only ( with regex ) without specifying the name of the hidden files ? Many thanks in advance ! :) (13 Replies)
Discussion started by: matrixmadhan
13 Replies

10. IP Networking

Transferring data to a windows environment using ftp

I need to transfer data from SCO Unix to a windows 2000 or 98 machine. The files are too big for doscp, and I can't get the right programs for transferring via kermit. So the next step, though perhaps more difficult, would be to set up an ethernet network and tranfer the data using ftp. I have... (3 Replies)
Discussion started by: ccs8217
3 Replies
Login or Register to Ask a Question
Gnome2::VFS::Drive(3pm) 				User Contributed Perl Documentation				   Gnome2::VFS::Drive(3pm)

NAME
Gnome2::VFS::Drive - Container around Gnome2::VFS::Volume HIERARCHY
Glib::Object +----Gnome2::VFS::Drive METHODS
string = $drive->get_activation_uri integer = $a->compare ($b) o $b (Gnome2::VFS::Drive) string = $drive->get_device_path devicetype = $drive->get_device_type string = $drive->get_display_name $drive->eject ($func, $data=undef) o $func (scalar) o $data (scalar) string = $drive->get_hal_udi Since: vfs 2.8 string = $drive->get_icon unsigned = $drive->get_id boolean = $drive->is_connected boolean = $drive->is_mounted boolean = $drive->is_user_visible $drive->mount ($func, $data=undef) o $func (scalar) o $data (scalar) list = $drive->get_mounted_volumes Since: vfs 2.8 boolean = $drive->needs_eject Since: vfs 2.16 $drive->unmount ($func, $data=undef) o $func (scalar) o $data (scalar) SIGNALS
volume-mounted (Gnome2::VFS::Drive, Gnome2::VFS::Volume) volume-pre-unmount (Gnome2::VFS::Drive, Gnome2::VFS::Volume) volume-unmounted (Gnome2::VFS::Drive, Gnome2::VFS::Volume) ENUMS AND FLAGS
enum Gnome2::VFS::DeviceType o 'unknown' / 'GNOME_VFS_DEVICE_TYPE_UNKNOWN' o 'audio-cd' / 'GNOME_VFS_DEVICE_TYPE_AUDIO_CD' o 'video-dvd' / 'GNOME_VFS_DEVICE_TYPE_VIDEO_DVD' o 'harddrive' / 'GNOME_VFS_DEVICE_TYPE_HARDDRIVE' o 'cdrom' / 'GNOME_VFS_DEVICE_TYPE_CDROM' o 'floppy' / 'GNOME_VFS_DEVICE_TYPE_FLOPPY' o 'zip' / 'GNOME_VFS_DEVICE_TYPE_ZIP' o 'jaz' / 'GNOME_VFS_DEVICE_TYPE_JAZ' o 'nfs' / 'GNOME_VFS_DEVICE_TYPE_NFS' o 'autofs' / 'GNOME_VFS_DEVICE_TYPE_AUTOFS' o 'camera' / 'GNOME_VFS_DEVICE_TYPE_CAMERA' o 'memory-stick' / 'GNOME_VFS_DEVICE_TYPE_MEMORY_STICK' o 'smb' / 'GNOME_VFS_DEVICE_TYPE_SMB' o 'apple' / 'GNOME_VFS_DEVICE_TYPE_APPLE' o 'music-player' / 'GNOME_VFS_DEVICE_TYPE_MUSIC_PLAYER' o 'windows' / 'GNOME_VFS_DEVICE_TYPE_WINDOWS' o 'loopback' / 'GNOME_VFS_DEVICE_TYPE_LOOPBACK' o 'network' / 'GNOME_VFS_DEVICE_TYPE_NETWORK' SEE ALSO
Gnome2::VFS, Glib::Object COPYRIGHT
Copyright (C) 2003-2007 by the gtk2-perl team. This software is licensed under the LGPL. See Gnome2::VFS for a full notice. perl v5.14.2 2011-11-15 Gnome2::VFS::Drive(3pm)