FTP.EXE,client,to,do,secure,FTP" />
Need to update my Windows FTP.EXE client to do secure FTP - Problems and solutions to issues related to Software : Business, Database, Firewalls, Office, Graphics, Security, System, Server.
Microsoft
Software
Hardware
Network
Question : Need to update my Windows FTP.EXE client to do secure FTP
I'm using both Win 7 x64 and XP Pro SP3.
I have a system that makes extensive use of ftp scripts and we need to adjust it to use secure ftp. Many of these scripts are dynamically generated by a legacy system. We use the windows
ftp.exe
command line ftp client to run them as in:
ftp.exe
-i -s:c:\path\nameofscriptfil
e.ftpscrip
t
Is there a ftp client that will take care of secure ftp for us so we simply change the name of the client executable as in:
secure
ftp.exe
-i -s:c:\path\nameofscriptfil
e.ftpscrip
t
Will we get away with running the existing scripts or will they have to be modified to deal with connection differences?
Here's a sample script:
open
www.domain1.com
avaliduserid
avalidpassword
verbose
cd /var/www/html
ascii
put c:/localpath/x10912.cgi
quote site chmod 755 x10912.cgi
!SendConfirmation x10912 > nul
close
open
www.domain2.com
avaliduserid
avalidpassword
verbose
cd /var/www/html
ascii
put c:/localpath/x10912.cgi
quote site chmod 755 x10912.cgi
!SendConfirmation x10912 > nul
bye
Answer : Need to update my Windows FTP.EXE client to do secure FTP
Have you try WinSCP ?
http://winscp.net/eng/docs
/scripting
I know it can handle automate scripting, and best of all, it is free .
Random Solutions
how to build a query to display -- to a logged in user -- a list of other users with UserRoleID = 5 -- who ALSO live in the same state as the logged in user?
Remote access VPN via Thompson TG585 v7
Autocomplete
Can't Install Microsoft Entourage 2008 for Mac, Web Services Edition
"Invalid Partition Table" - What are my options?
FileInputStream check if a file is in use
VB.Net get Excel columns itto an array
Can't access variable in code behind page
Firewall Service won't start after I applied Web access policy wizard
restore from DB?