tis-smartftp-client icon

SmartFTP

Paquet d’installation silencieuse pour SmartFTP

10.0.3275.0-1

  • package: tis-smartftp-client
  • name: SmartFTP
  • version: 10.0.3275.0-1
  • categories: Utilities
  • maintainer: WAPT Team,Tranquil IT,Amel FRADJ,
  • licence: opensource_free,wapt_private
  • target_os: windows
  • architecture: x64
  • signature_date:
  • size: 10.33 Mo

package           : tis-smartftp-client
version           : 10.0.3275.0-1
architecture      : x64
section           : base
priority          : optional
name              : SmartFTP
categories        : Utilities
maintainer        : WAPT Team,Tranquil IT,Amel FRADJ,
description       : SmartFTP is a fast and reliable FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet, Terminal client with many features and a modern user interface
depends           : 
conflicts         : 
maturity          : PROD
locale            : 
target_os         : windows
min_wapt_version  : 2.3
sources           : 
installed_size    : 
impacted_process  : 
description_fr    : SmartFTP est un client FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet, Terminal rapide et fiable avec de nombreuses fonctionnalités et une interface utilisateur moderne
description_pl    : SmartFTP to szybki i niezawodny klient FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet, Terminal z szerokim zakresem funkcji i nowoczesnym interfejsem użytkownika
description_de    : SmartFTP ist ein schneller und zuverlässiger FTP-, FTPS-, SFTP-, HTTP-, Amazon S3-, WebDAV-, Google Drive-, Google Cloud Storage-, Microsoft OneDrive-, Backblaze B2-, Telnet-, Terminal-Client mit vielen Funktionen und einer modernen Benutzeroberfläche
description_es    : SmartFTP es un cliente FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet y Terminal rápido y fiable con una amplia gama de funciones y una moderna interfaz de usuario
description_pt    : O SmartFTP é um cliente rápido e fiável de FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet, Terminal com uma vasta gama de funcionalidades e uma interface de utilizador moderna
description_it    : SmartFTP è un client FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet e Terminal veloce e affidabile, con un'ampia gamma di funzioni e un'interfaccia utente moderna
description_nl    : SmartFTP is een snelle en betrouwbare FTP-, FTPS-, SFTP-, HTTP-, Amazon S3-, WebDAV-, Google Drive-, Google Cloud Storage-, Microsoft OneDrive-, Backblaze B2-, Telnet- en Terminal-client met een groot aantal functies en een moderne gebruikersinterface
description_ru    : SmartFTP - это быстрый и надежный FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet и Terminal клиент с широким набором функций и современным пользовательским интерфейсом
audit_schedule    : 
editor            : 
keywords          : 
licence           : opensource_free,wapt_private
homepage          : 
package_uuid      : c66870c4-5635-41f5-9e2e-969110a9f1c3
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : 
min_os_version    : 10.0
max_os_version    : 
icon_sha256sum    : 046b99bb772702cae24c7639213412b06fd9a72769d32108817ae433b7145a07
signer            : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date    : 2025-06-13T23:00:36.000000
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes
signature         : KIUN8Pt1KHqfrRXzoje3D743hnGfnyQAGVxEu76ZiMAH+0P6DLOBEWOI4eB4SbWiFrGB14M5xBfWmKPq19QLE38R/KY1Jek7XfNNTWXV+6Nn89p1ofr1bjc4iX/6cUoiVRRI9WQ8fpdjMGuJ/JZYzqjzv7IF2QnbdmBFQF9YAAX/rLhqafaq2EkUmjhxwc+1z4fVzO1kPEMfBOFwTA4xmC57EjtOlPQMVSGyWfBvdIL6zSDjROn4VjrmAQe2e1t5+Q4BZymbet56CJYVLPmZ8XeuLgZzXNloHpRDmNjSvdQaYO2EfYwS7YqU+EE723yXW4AAWa3svoLg7d9g+utzEg==

# -*- coding: utf-8 -*-
from setuphelpers import *

r"""
Usable WAPT package functions: install(), uninstall(), session_setup(), audit(), update_package()

"""
# Declaring global variables - Warnings: 1) WAPT context is only available in package functions; 2) Global variables are not persistent between calls


def install():
    # Declaring local variables

    # Installing the software
    print("Installing: SmartFTP64.msi")
    install_msi_if_needed("SmartFTP64.msi")

# -*- coding: utf-8 -*-
from setuphelpers import *
from setupdevhelpers import *
import glob



def update_package():
    # Declaring local variables
    package_updated = False
    
    proxies = get_proxies_from_wapt_console()
    if not proxies:
        proxies = get_proxies()

  
    
    download_url = "https://www.smartftp.com/get/SmartFTP64.msi"

    version = requests.head(download_url, proxies=proxies, allow_redirects=True).url.split('/')[-3]

    # Deleting outdated binaries
    for f in glob.glob('*.exe'):
        if Version(get_version_from_binary(f)) < Version(version):
            remove_file(f)    

    latest_bin = download_url.split("/")[-1]
    

    # Downloading latest binaries
    print("Download URL is: %s" % download_url)
    if not isfile(latest_bin):
        print("Downloading: %s" % latest_bin)
        wget(download_url, latest_bin, proxies=proxies)
        package_updated = True
    else:
        print("Binary is present: %s" % latest_bin)


           
    version = get_version_from_binary(latest_bin)
    # Mettre à jour le package
    control.set_software_version(version)
    control.save_control_to_wapt()    
        

1cb2486bf694fb8e116df4d766642bb6c019f4f51277b931faa3d35c115bc5ef : SmartFTP64.msi
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
1e7402e0a3632d2ac0672cc106138f1426db97f1bf588f33784a566ac7b65392 : WAPT/control
046b99bb772702cae24c7639213412b06fd9a72769d32108817ae433b7145a07 : WAPT/icon.png
44adedea9937359a53f12891143a401348f3857dc04c78a2d8e01c205e17e52c : luti.json
774bc8dc34561e1d86646747b54e28ead216dcc44972544ad81a277e6de316d8 : setup.py
6042f7e79db779cfc29674ffc6609ea69c07fd22b87035af958d5c5ceb3b9e01 : update_package.py