Rick,
for a new Update, I added the Internet-Option, to read / fill a Directory-array
with Infos from my Homepage-picture Directory, to show the Images in xbrowse.
WinSCP download :
http://winscp.net/eng/download.phpreading about
WinSCPhttp://winscp.net/eng/docs/includes a Scripting-language, Commandline-mode and is absolutely FREE.
Connect to Your Homepage ( Upload / Download ), sending Emails .....
You can include and deliver the Files with Your application.
After the Install, I used only 4 Files, copied to my Sub-directory => \Internet
after that, I uninstalled again.
1. WinSCP.exe => Graphical user interface
2. WinSCP.com => Batch file scripting and command-line interface
3. DragExt.dll
4. WinSCP.ger => German-language-file
Connecting to the Homepage using a SCRIPT ( Log-file Log.txt created ) :
@ 70, 20 BTNBMP oBtn2 OF oDlg5 ;
SIZE 120, 40 PIXEL ;
PROMPT " &Connect to Internet" FILE c_path + "\Bitmaps\Internet.bmp" 2007 ;
FONT oTxtfont LEFT ;
ACTION WaitRun( c_path + "\Internet\WinSCP.exe /console /script=copy.txt /log=log.txt > log.txt", 0", 0 )
oBtn2:cToolTip = { "Connect to " + CRLF + "Internet", "Internet-Connection", 1, CLR_BLACK, 14089979 } Save Script ( connects to a Homepage ) as Copy.txt
( there is a Forum about Scripting )
option batch on
option confirm off
# open ftp://[USER]:[PASSWORD]@[DOMAIN]:[PORT] You can define a Start-directory in DOMAIN
open ftp://??????? : ???????@esc-engineering.de/software/Pictures/ : 21
# add the actions, what You want to do
close
exit Features :
•Graphical user interface
•Translated into several languages
•Integration with Windows (drag&drop, URL, shortcut icons)
•All common operations with files
•Support for SFTP and SCP protocols over SSH-1 and SSH-2 and plain old FTP protocol
•Batch file scripting and command-line interface •Directory synchronization in several semi or fully automatic ways
•Integrated text editor
•Support for SSH password, keyboard-interactive, public key and Kerberos (GSS) authentication
•Integrates with Pageant (PuTTY authentication agent) for full support of public key authentication with SSH
•Explorer and Commander interfaces
•Optionally stores session information
•Optionally supports portable operation using a configuration file in place of registry entries, suitable for operation from removable media
1. Connecting to the Homepage
2. Filling the Directory-Array
1. Connecting to my Homepage Image-directory2. The Connecting-definesPossible to define / select a Homepage as project.
You can define as many You like3. Connected to the Homepage, a Filemanager opens, to select Images, Create Directorys, copy Files .....4. Selecting the Directory of the stored / downloaded Images from Internet5. The Result in xBrowseshows the downloaded ImagesBest Regards
Uwe