Secure FTP from Windows to UNIX


 
Thread Tools Search this Thread
Top Forums Programming Secure FTP from Windows to UNIX
# 1  
Old 02-23-2016
Secure FTP from Windows to UNIX

Looking for a way to secure ftp files from Windows to Unix through batch script.

This may not be related to Unix/Linux environment, but hoping some solution.
  1. Our desktop (Win 7) does not have sftp installed in our machine (DOS-Command Window).
  2. We have SSH tools like Winscp, PSFTP (PuTTY), (PuTTYgen).. etc.
  3. As part of blueprint, I successfully generated private and public key in windows using PuTTYgen and established sftp connection from windows to Unix (Dev env) using WinSCP console command. Also created batch (DOS) script to securely ftp files from Windows to Unix/Linux machines.
  4. Since our Users does not have knowledge in coding, they need simple way of double clicking some script file and the files should be sftp'd to Unix/Linux machines (I know this is not the right way).
Any person in the users group, so can they send the files in the sharepoint using the script files in sharepoint?

Last edited by rbatte1; 02-24-2016 at 10:39 AM.. Reason: COnverted text list to formatted numbered list
# 2  
Old 02-28-2016
For windows I will go with "deltacopy over ssh" , but you can take a look at WinSCP >> Scripting and Task Automation
# 3  
Old 02-28-2016
Putty's pscp command copies files as well using the ssh protocol.
# 4  
Old 03-02-2016
I use putty SSH command
# 5  
Old 05-04-2016
Quote:
Originally Posted by bobbygsk
Windows to Unix
I use C: D (Connect: Direct / NDM). If your organisation has NDM, then it'll be piece of cake.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Cybersecurity

Secure Laptop composition with UNIX/Linux and Windows 7

Hello I have a problem: want to build secure laptop for simple user ( that's me :D ) with the VPN and virtualization. Laptop would be for work at home and travel , so security for wirelles networks and comfort using Mobile 3G internet with dongle (not to have problem with drivers) is also... (1 Reply)
Discussion started by: edgkkk
1 Replies

2. Shell Programming and Scripting

Transfer files from linux server to windows using secure ftp (sftp)

HI, I have to transfer files from linux server to windows using secure ftp (sftp) .Kindly help me out. (3 Replies)
Discussion started by: manushi88
3 Replies

3. Shell Programming and Scripting

FTP from windows to unix server using unix shell script

Hi, Is it possible to ftp a huge zip file from windows to unix server using unix shell scripting? If so what command i need to use. thanks in advance. (1 Reply)
Discussion started by: Shri123
1 Replies

4. Shell Programming and Scripting

UNIX script to FTP file from UNIX server to windows

Hi, I am new to this subject.....Can someone please help me out with the script... unix usernm "sdhftst" unix pwd "chsd13" windows usernm "dfghtst" windows pwd "chsd13" path..../xxx/xxxxx/xxxxxx/xxxxxxx please can u get me a script...its only one file to get ftp. Thanks... (2 Replies)
Discussion started by: himakiran9
2 Replies

5. UNIX for Advanced & Expert Users

Unix more secure than windows

Hi, I need to know why is Unix considered as more secure as compared to Windows. Following points are known but the reason is not known: i. File access permissions can be provided user wise in unix. .....but if i share my file in windows, then on that also access permissions can be... (10 Replies)
Discussion started by: rajneesh_kapoor
10 Replies

6. 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

7. Shell Programming and Scripting

ftp from windows to unix using a perl script on unix machine

i need to ftp a file from windows to a unix machine by executing a sript(perl/shell/php) from that unix machine.i can also use HTML and javascript to build forms. (3 Replies)
Discussion started by: raksha.s
3 Replies

8. Solaris

Secure FTP Problem using Sun SSH on Client system F-Secure on Server system

I am using shell script to do secure ftp. I have done key file setup to do password less authentication. Following are the FTP Details: FTP Client has Sun SSH. FTP Server has F-Secure. I am using SCP Command to do secure copy files. When I am doing this, I am getting the foll error scp:... (2 Replies)
Discussion started by: ftpguy
2 Replies

9. UNIX for Dummies Questions & Answers

FTP from windows to unix

Hi all, How to FTP an excel format file located in windows to unix using shell script.Any particular commands we have to use? Thanks& Regards, rrs (4 Replies)
Discussion started by: rrs
4 Replies

10. UNIX for Dummies Questions & Answers

ftp from unix to windows

Hi, I have been using ftp to transfer files back and forth between windows and unix machines. But everytime i started the ftp session from the windows machine. I have a question why I am not able to connect to the same windows machine from the same unix machine. How do I do this? ... (11 Replies)
Discussion started by: oldtrash
11 Replies
Login or Register to Ask a Question