Search the Community
Showing results for tags 'sftp'.
-
I would like to control SFTP.EXE via the RUN command. If I solve the problem with SEND commands, I can get SFTP.EXE. But when I work with the RUN command. SFTP.EXE is not found. What am I doing wrong? Here is a test script: $host = "u76297179@home515426626.1and1-data.host" ;~ First, here's the proof that SFTP.EXE works. Send('#xi') ; call CMD window Sleep(200) Send('sftp.exe ' & $host & '{enter}') ; call SFTP Sleep(500) Send('nopass{enter}') ; enter an invalid Password For $i = 1 To 4
-
Hi all. Today I would like to introduce the beginning of the UDF. How to get started: http://winscp.net/eng/docs/library http://winscp.net/eng/docs/library_install Original readme_automation.txt: now I have only one function (standard FTP on standard port) to show the future possibilities: Local $oErrorHandler = ObjEvent("AutoIt.Error", "_ErrFunc") Const Enum _ $__eWSCP_SO_Protocol_Sftp, _ $__eWSCP_SO_Protocol_Scp, _ $__eWSCP_SO_Protocol_Ftp Const Enum _ $__eWSCP_TO_TransferMode_Binary, _ $__eWSCP_TO_TransferMode_Ascii, _ $__eWSCP_TO_TransferMode_Automatic Examp
-
I have started using this UDF SFTPEx.au3 to download a bunch of files from a remote server to local. First, Great job with the UDF and this really works! awesome work Lupo73... Second, there is no timestamps on the listed files when I use the function _SFTP_ListToArrayEx. Screenshots attached Third, Is the _SFTP_ProgressDownload function still Work in Progress? I am using the version 1.0 beta 9 using _ArrayDisplay function using Filezilla Can the developers please help me with these questions?