Bill Wesson wrote:
> In my experience, developers of secure ftp solutions have been unwilling to
> write scripting capabilities into their programs. And (unless I missed it
> entirely) winSCP3 does not take a script parameter on the command line. So
> using it with Windows task scheduler, for instance, will not work. Please
> someone tell me I'm wrong about this! I would like to use secure FTP with
> Windows task scheduler.
>
> --Bill
>
> -----Original Message-----
> From: plug-discuss-admin@lists.plug.phoenix.az.us
> [mailto:plug-discuss-admin@lists.plug.phoenix.az.us] On Behalf Of Michael
> Sammartano
> Sent: Tuesday, August 31, 2004 12:15 AM
> To: plug-discuss@lists.plug.phoenix.az.us
> Subject: Re: Data Transfer Software
>
> Nathan
> Someone on this list suggested to me a while back a program called
> winSCP3 for secure file transfer, it works wonderfully, and I do use it
> everyday! If you want to login to Linux from Windows use Putty! I also
> use it daily. Both are real easy to use and work flawlessly........
>
> Mike
>
> Created with the Thunderbird email client for Windows. This is an Open
> Source alternative to the troubled Microsoft product line.
>
>
>
> Nathan England wrote:
>
>
>>I need to connect to my linux box from a windows box securely. I would
>
> prefer
>
>>to be able to show the drive as a mapped drive in windows, but it's not
>>totally necessary. I need to be able to do this over a network, across the
>>internet.
>>
>>Any pointers on software for this?
>>I'm considering SSH for transfering the data, but I would prefer something
>>easier where I can map the drive so I might be able to write a batch
>
> program
>
>>to copy specific data to the linux box.
>>
>>Any help?
>>
>>Thank you.
>>
>>Nathan
>>---------------------------------------------------
>>PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
>>To subscribe, unsubscribe, or to change you mail settings:
>>http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>>
>>
>>
>>
>
>
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
> To subscribe, unsubscribe, or to change you mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
> To subscribe, unsubscribe, or to change you mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>
>
I do it on all my Windows systems:
<
http://georgetoft.com/security/windows_backup.shtml>
My script:
@echo off
echo Performing system backup. Please do not close this window.
cd %TEMP%
regedit.exe /e "C:\Documents and Settings\%USERNAME%\My
Documents\registry_backup.reg"
tar -cvf backup.tar "C:\Documents and Settings\%USERNAME%\My Documents"
"C:\Program Files\Yahoo!\Messenger\Profiles"
pscp -pw password01 backup.tar backup@fs002:/backup/%USERDOMAIN%/backup.tar
--
George Toft, CISSP, MSIS
AGD,LLC
www.agdllc.com
623-203-1760
---------------------------------------------------
PLUG-discuss mailing list -
PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss