Transfer File to Unix Server from Windows Shared Path using PuTTY

721 views Asked by At

I need to copy a file from a windows share directory to AIX box. I am not able to get into windows share directory when i have connected to AIX box.

Can someone please help as which unix commands to use to use to login into windows share directory so that i can copy the file and paste to AIX box

2

There are 2 answers

0
Ahmet Mecid Kaya On

You can copy by using nfsshare. Open nfsshare in windows and mount it in aix.

0
Lorinczy Zsigmond On

smbclient (if installed):

$ smbclient //host/share
Enter password
smb: \> help