Ftpeek
Author: m | 2025-04-23
360Works FTPeek Link below 360Works FTPeek 360Works FTPeek 360Works FTPeek Shareware SuperContainer at Download Collection.Com 360Works Launches 360Works FTPeek Link below 360Works FTPeek 360Works FTPeek 360Works FTPeek Shareware SuperContainer at Download Collection.Com 360Works Launches
FTPeek - FTPeek by 360 Works - FMForums.com
360Works FTPeek User GuideThe 360Works FTPeek plugin enables SFTP (encrypted with SSH) / FTP / FTPS (encrypted with SSL) functionality in FileMaker, including:Establish an FTP connection to a serverView a list of files in a specified directoryDownload files from the server to a specified directoryOptionally rename the local file upon downloadYou can select what type of FTP protocol you want to use by using one of the FTPeek_Connect methods. Forregular unencrypted FTP, use FTPeek_ConnectFTP. You can also do SFTP with FTPeek_ConnectSFTPor FTPS with FTPeek_ConnectFTPS.Once you're connected, the plugin functions to upload, download, etc. are the same for all three protocols.More information about the FTP protocol, as well as the secure variations (SFTP and FTPS) can be foundat this Wikipedia article.Example UsageThis shows an example of connecting to a secure SFTP server, getting a list of files, and downloading one of them.Step #1: Get public key of the server. This returns text that can be stored in FileMaker.Set Field[ example::publicKey; FTPeek_GetPublicKey( "host.address.com" ) ]If[ example::publicKey = "ERROR" ] ...show error using FTPeek_LastError...Step #2: Connect to the server. Requires public key and client authentication.if[ FTPeek_ConnectSFTP( "host.address.com" ; example::publicKey ; "username" ; "password" ) = "ERROR" ] ...Handle error...Step #3: Get a list of files in a directory on the serverSet Field[ example::filesList; FTPeek_GetFileList( "/Users/username/" ) ]if[ example::filesList = "ERROR" ] ...show error using FTPeek_LastError...Step #4: Download the first file in the list to a temp directory and name it newFileName.If[ FTPeek_DownloadFile( "/tmp/" ; GetValue( example::filesList; 1 ); "newFileName" ) = "ERROR" ] ...Handle error...Step #5: DisconnectIf[ FTPeek_Disconnect = "ERROR" ] ...Display error message to user, but we don't need to do anything else...Relative_vs._Absolute_Paths">Relative vs. Absolute PathsAll functions support referencing remote files and directories as relative or absolute paths.A relative path referencesfiles and directories starting from the current working directory. For example, if we are in the /uploaded/FTPeek/ directory on the remoteserver, changing into backup would navigate into the /uploaded/FTPeek/backup/ directory.On the other hand, an absolute pathreferences files and directories starting from the root directory of the server. If we're in the same /uploaded/FTPeek/ directory and try tochange into /temp, we would actually end up in /temp/ instead of /uploaded/FTPeek/temp/, since we start at the root directory insteadof the current working directory.As seen in the examples, an absolute path starts with a slash /, while a relative one does not. Eithercan be passed in to FTPeek_ChangeDir, FTPeek_Rename, FTPeek_UploadFile, and other functions to reference. 360Works FTPeek Link below 360Works FTPeek 360Works FTPeek 360Works FTPeek Shareware SuperContainer at Download Collection.Com 360Works Launches 360Works FTPeek Link below 360Works FTPeek 360Works FTPeek 360Works FTPeek Shareware SuperContainer at Download Collection.Com 360Works Launches 360Works FTPeek 1.Works FTPeek 1.67 LINK 360Works FTPeek 1.67 stable 360Works FTPeek 1.67 iCloud 10.10 Yosemite Transmission DepositFiles MacOS new forum Stop the running of 360Works FTPeek 1.632. If 360Works FTPeek 1.632 is still running on the Mac, right-click on 360Works FTPeek 1.632 on the Dock, and click Exit/Quit; Click on Go- FTPeek now features new FileMaker and Dropbox integration to seamlessly connect the Be sure to check out this exciting, new release of 360Works FTPeek 3! FTPeek now features new COMPANY DESCRIPTION 360Works has been developing software using FileMaker Pro since 1996. Although we work with all industries, we are especially experienced with advertising, prepress/printing, marketing, and public relations. Our customers include NASA, Apple, Make A Wish, Omnicom Group, the US Marines, Johnson Controls, and many other successful organizations.Our development services include:* Desktop applications with FileMaker Pro and FileMaker Server* Mobile applications with FileMaker Go on iPhone and iPad* Web applications using Java or PHP with FileMaker Server* A diverse line of plug-ins and add-ons for FileMaker Pro, as well as custom plug-in development. SERVICES ConsultantHostingResellerSolution CERTIFICATIONS Claris Certified FileMaker App Developer, Expert LevelClaris Certified FileMaker Server Administrator, Associate Level HEADQUARTERS Alpharetta, GA, US LOCATIONS Alpharetta, GA, USSan Francisco, CA, US LANGUAGES EnglishFrenchSpanish NUMBER OF CERTIFIED DEVELOPERS 5 Marketplace Success Stories Marketplace solutions. MirrorSync Extension Sync between any combination of FileMaker Go or Pro, FileMaker Server, WordPress, Salesforce, or AWS 360Works Email Plugin Extension Send and receive HTML or plain text email with SMTP, POP, and IMAP from FileMaker AND send SMS/text! 360Works Zulu Extension FileMaker calendar integration with Apple Calendar, Google Calendar, and Microsoft Exchange Calendar 360Works Scribe Extension Integrate FileMaker with Word, Excel, and PDF documents. Now with NEW FileMaker OCR functionality. 360Works Plastic Plugin Extension Makes it easy to process secure, SSL-encrypted credit card payments from FileMaker and FM Server 360Works RemoteScripter Extension Trigger scripts either by RemoteScripter running on a different computer, or by an HTTP URL. 360Deploy Extension At the click of a button, deploy your development environment onto a production server 360Works CloudMail Extension FileMaker email management - send outbound HTML and plain text email and monitor email interactions 360Works FTPeek Plugin Extension Upload, download, and manipulate remote files on an FTP server from within any FileMaker solution 360Works ScriptMaster Extension Includes file manipulation, URL and network utilities, shell scripting, encryption, and much more 360Works SafetyNet Extension Your FileMaker databases are backed up online with secure and easy retrieval at any time. 360Works JDBC Plugin Extension Allows execution of arbitrary SQL statements on one or more JDBC databases 360Works SuperContainer Extension The easiest way to upload, view, and download files to and from any FileMaker database 360Works Web Services Manager Extension Makes it easy to integrate with FileMaker from virtually any other system, language, or hardwareComments
360Works FTPeek User GuideThe 360Works FTPeek plugin enables SFTP (encrypted with SSH) / FTP / FTPS (encrypted with SSL) functionality in FileMaker, including:Establish an FTP connection to a serverView a list of files in a specified directoryDownload files from the server to a specified directoryOptionally rename the local file upon downloadYou can select what type of FTP protocol you want to use by using one of the FTPeek_Connect methods. Forregular unencrypted FTP, use FTPeek_ConnectFTP. You can also do SFTP with FTPeek_ConnectSFTPor FTPS with FTPeek_ConnectFTPS.Once you're connected, the plugin functions to upload, download, etc. are the same for all three protocols.More information about the FTP protocol, as well as the secure variations (SFTP and FTPS) can be foundat this Wikipedia article.Example UsageThis shows an example of connecting to a secure SFTP server, getting a list of files, and downloading one of them.Step #1: Get public key of the server. This returns text that can be stored in FileMaker.Set Field[ example::publicKey; FTPeek_GetPublicKey( "host.address.com" ) ]If[ example::publicKey = "ERROR" ] ...show error using FTPeek_LastError...Step #2: Connect to the server. Requires public key and client authentication.if[ FTPeek_ConnectSFTP( "host.address.com" ; example::publicKey ; "username" ; "password" ) = "ERROR" ] ...Handle error...Step #3: Get a list of files in a directory on the serverSet Field[ example::filesList; FTPeek_GetFileList( "/Users/username/" ) ]if[ example::filesList = "ERROR" ] ...show error using FTPeek_LastError...Step #4: Download the first file in the list to a temp directory and name it newFileName.If[ FTPeek_DownloadFile( "/tmp/" ; GetValue( example::filesList; 1 ); "newFileName" ) = "ERROR" ] ...Handle error...Step #5: DisconnectIf[ FTPeek_Disconnect = "ERROR" ] ...Display error message to user, but we don't need to do anything else...Relative_vs._Absolute_Paths">Relative vs. Absolute PathsAll functions support referencing remote files and directories as relative or absolute paths.A relative path referencesfiles and directories starting from the current working directory. For example, if we are in the /uploaded/FTPeek/ directory on the remoteserver, changing into backup would navigate into the /uploaded/FTPeek/backup/ directory.On the other hand, an absolute pathreferences files and directories starting from the root directory of the server. If we're in the same /uploaded/FTPeek/ directory and try tochange into /temp, we would actually end up in /temp/ instead of /uploaded/FTPeek/temp/, since we start at the root directory insteadof the current working directory.As seen in the examples, an absolute path starts with a slash /, while a relative one does not. Eithercan be passed in to FTPeek_ChangeDir, FTPeek_Rename, FTPeek_UploadFile, and other functions to reference
2025-04-11COMPANY DESCRIPTION 360Works has been developing software using FileMaker Pro since 1996. Although we work with all industries, we are especially experienced with advertising, prepress/printing, marketing, and public relations. Our customers include NASA, Apple, Make A Wish, Omnicom Group, the US Marines, Johnson Controls, and many other successful organizations.Our development services include:* Desktop applications with FileMaker Pro and FileMaker Server* Mobile applications with FileMaker Go on iPhone and iPad* Web applications using Java or PHP with FileMaker Server* A diverse line of plug-ins and add-ons for FileMaker Pro, as well as custom plug-in development. SERVICES ConsultantHostingResellerSolution CERTIFICATIONS Claris Certified FileMaker App Developer, Expert LevelClaris Certified FileMaker Server Administrator, Associate Level HEADQUARTERS Alpharetta, GA, US LOCATIONS Alpharetta, GA, USSan Francisco, CA, US LANGUAGES EnglishFrenchSpanish NUMBER OF CERTIFIED DEVELOPERS 5 Marketplace Success Stories Marketplace solutions. MirrorSync Extension Sync between any combination of FileMaker Go or Pro, FileMaker Server, WordPress, Salesforce, or AWS 360Works Email Plugin Extension Send and receive HTML or plain text email with SMTP, POP, and IMAP from FileMaker AND send SMS/text! 360Works Zulu Extension FileMaker calendar integration with Apple Calendar, Google Calendar, and Microsoft Exchange Calendar 360Works Scribe Extension Integrate FileMaker with Word, Excel, and PDF documents. Now with NEW FileMaker OCR functionality. 360Works Plastic Plugin Extension Makes it easy to process secure, SSL-encrypted credit card payments from FileMaker and FM Server 360Works RemoteScripter Extension Trigger scripts either by RemoteScripter running on a different computer, or by an HTTP URL. 360Deploy Extension At the click of a button, deploy your development environment onto a production server 360Works CloudMail Extension FileMaker email management - send outbound HTML and plain text email and monitor email interactions 360Works FTPeek Plugin Extension Upload, download, and manipulate remote files on an FTP server from within any FileMaker solution 360Works ScriptMaster Extension Includes file manipulation, URL and network utilities, shell scripting, encryption, and much more 360Works SafetyNet Extension Your FileMaker databases are backed up online with secure and easy retrieval at any time. 360Works JDBC Plugin Extension Allows execution of arbitrary SQL statements on one or more JDBC databases 360Works SuperContainer Extension The easiest way to upload, view, and download files to and from any FileMaker database 360Works Web Services Manager Extension Makes it easy to integrate with FileMaker from virtually any other system, language, or hardware
2025-04-04