Tagged articles
53 articles
Page 1 of 1
php Courses
php Courses
Jan 26, 2026 · Backend Development

How to Search and Replace Files on an FTP Server Using PHP

Learn step-by-step how to connect to an FTP server with PHP, list remote files, download them, replace specific strings, upload the modified files back, and properly close the connection, enabling automated search-and-replace operations across your server’s directories.

FTPFile ReplacementPHP
0 likes · 4 min read
How to Search and Replace Files on an FTP Server Using PHP
php Courses
php Courses
Jan 4, 2026 · Backend Development

How to Build an FTP File Upload Progress Bar with PHP and jQuery

This guide explains how to create a real‑time FTP file upload progress bar using a PHP backend and jQuery on the front end, covering the underlying concept, step‑by‑step implementation, code examples, and important considerations for reliable large‑file uploads.

FTPPHPWeb Development
0 likes · 6 min read
How to Build an FTP File Upload Progress Bar with PHP and jQuery
Raymond Ops
Raymond Ops
Sep 12, 2025 · Operations

Mastering vsftpd: Essential Configuration Settings for Secure FTP

This guide walks through 21 essential vsftpd configuration options—including command port changes, active/passive mode ports, anonymous login and upload settings, user mapping, chroot restrictions, logging, banner messages, PAM authentication, connection limits, timeouts, transfer rates, and text mode—providing example commands and troubleshooting tips for Linux FTP servers.

FTPLinuxOperations
0 likes · 10 min read
Mastering vsftpd: Essential Configuration Settings for Secure FTP
Liangxu Linux
Liangxu Linux
Mar 19, 2025 · Operations

Master FTP: Configure, Secure, and Manage Linux File Transfers

This guide explains the FTP protocol, active and passive modes, authentication options, and step‑by‑step Linux vsftpd configuration—including local, anonymous, and virtual user setups, permission tweaks, chroot jail rules, and file download/upload commands.

AuthenticationFTPLinux
0 likes · 10 min read
Master FTP: Configure, Secure, and Manage Linux File Transfers
Liangxu Linux
Liangxu Linux
Mar 9, 2025 · Operations

Master FTP with vsftpd: Full Setup, Config, and User Management

This guide explains FTP fundamentals, the dual‑channel active/passive modes, how to install vsftpd on Linux, configure its main and per‑user settings—including ports, time, chroot, logging, and user isolation—and provides command‑line and graphical client tools for secure file transfers.

ConfigurationFTPLinux
0 likes · 24 min read
Master FTP with vsftpd: Full Setup, Config, and User Management
MaGe Linux Operations
MaGe Linux Operations
Mar 2, 2025 · Operations

Master vsftpd Configuration: 21 Essential Settings for Secure FTP

This guide walks through 21 key vsftpd configuration options—including command port changes, active/passive mode ports, anonymous access, user mapping, chroot restrictions, logging, PAM authentication, connection limits, transfer rates, timeouts, and ASCII mode—to help you securely set up and fine‑tune an FTP server on Linux.

FTPSecurityServer Configuration
0 likes · 9 min read
Master vsftpd Configuration: 21 Essential Settings for Secure FTP
MaGe Linux Operations
MaGe Linux Operations
Feb 5, 2025 · Operations

Master FTP: Configure, Secure, and Manage File Transfers on Linux

This guide explains the FTP protocol, its ports, active and passive modes, user authentication types, and step‑by‑step Linux server configuration—including local, anonymous, and virtual user setups, permission handling, chroot restrictions, and file upload/download commands.

FTPServer Configurationfile transfer
0 likes · 9 min read
Master FTP: Configure, Secure, and Manage File Transfers on Linux
Liangxu Linux
Liangxu Linux
Nov 10, 2024 · Backend Development

Master FTP Server Setup with vsftpd: From Basics to Advanced Configurations

This guide explains the FTP protocol, its dual‑channel architecture, active and passive modes, and provides step‑by‑step instructions for installing vsftpd on Linux, configuring ports, user isolation, logging, anonymous, local, and virtual user setups, plus client tool usage.

Anonymous FTPFTPFile Transfer Protocol
0 likes · 23 min read
Master FTP Server Setup with vsftpd: From Basics to Advanced Configurations
Open Source Linux
Open Source Linux
Nov 6, 2024 · Operations

Master FTP Server Setup: vsftpd Configuration, Modes, and User Management

This guide explains the FTP protocol, its dual‑channel architecture, active and passive modes, and provides step‑by‑step instructions for installing vsftpd on Linux, configuring ports, time, chroot, logging, user restrictions, anonymous, local, and virtual user setups, plus common client tools.

ConfigurationFTPLinux
0 likes · 23 min read
Master FTP Server Setup: vsftpd Configuration, Modes, and User Management
Liangxu Linux
Liangxu Linux
Sep 11, 2024 · Fundamentals

Mastering cURL: Syntax, Options, and Automated Log File Upload

This guide explains cURL’s command‑line syntax, common options, error codes, and demonstrates how to build a C program that monitors a log file, creates timestamped backups, and automatically uploads them to an FTP server using cURL.

FTPLinuxfile upload
0 likes · 29 min read
Mastering cURL: Syntax, Options, and Automated Log File Upload
MaGe Linux Operations
MaGe Linux Operations
Jul 5, 2024 · Operations

Master Linux File Sharing: VSFTPD, Samba, NFS & iSCSI Step‑by‑Step

This comprehensive guide walks you through configuring Linux file‑sharing services—including anonymous and authenticated VSFTPD, mixed‑mode FTP, virtual users, SSL‑encrypted transfers, Samba shares, NFS exports, and iSCSI targets—covering installation, configuration files, firewall settings, user management, and client mounting procedures.

FTPLinuxNFS
0 likes · 38 min read
Master Linux File Sharing: VSFTPD, Samba, NFS & iSCSI Step‑by‑Step
php Courses
php Courses
May 29, 2024 · Backend Development

How to Find and Replace File Content on an FTP Server Using PHP

This article demonstrates how to use PHP's FTP extension to connect to an FTP server, list remote files, download each file, replace a specified string within the file content, upload the modified file back, and finally close the connection, providing a complete code example.

FTPPHPScripting
0 likes · 4 min read
How to Find and Replace File Content on an FTP Server Using PHP
php Courses
php Courses
May 16, 2024 · Backend Development

Implementing an FTP File Upload Progress Bar with PHP

This article explains how to create an FTP file upload progress bar in web applications using PHP on the backend and jQuery on the frontend, detailing the implementation steps, providing complete HTML/JavaScript and PHP code examples, and outlining key considerations for reliable file transfer.

FTPPHPWeb Development
0 likes · 6 min read
Implementing an FTP File Upload Progress Bar with PHP
Java Captain
Java Captain
Mar 7, 2024 · Backend Development

Various Methods for Transferring PDF Files in Java

This article explains several common approaches for transferring PDF files in Java, including HTTP, FTP, email via JavaMail, and real‑time WebSocket transmission, outlining their implementation steps, advantages, and considerations such as security and performance.

EmailFTPPDF
0 likes · 5 min read
Various Methods for Transferring PDF Files in Java
Liangxu Linux
Liangxu Linux
Oct 12, 2023 · Fundamentals

8 Essential Network Protocols Every Developer Should Know

This article provides a concise visual guide to eight popular network protocols—including HTTP, HTTP/3, HTTPS, WebSocket, TCP, UDP, SMTP, and FTP—explaining their core functions, typical use cases, and how they enable reliable data exchange across the Internet.

FTPHTTPNetwork Protocols
0 likes · 4 min read
8 Essential Network Protocols Every Developer Should Know
php Courses
php Courses
Jul 29, 2023 · Backend Development

Using PHP FTP Functions to Connect, Download, and Upload Files

This tutorial explains how to enable PHP's FTP extension, connect to an FTP server, and use PHP code examples to download and upload files securely, while highlighting necessary configuration, error handling, and best practices such as using SSL/TLS.

FTPTutorialcode-example
0 likes · 3 min read
Using PHP FTP Functions to Connect, Download, and Upload Files
php Courses
php Courses
Oct 22, 2021 · Operations

How to Install and Configure FTP on Linux and Use Xftp Client

This tutorial walks through installing an FTP server on Linux, creating FTP users, opening required ports, installing the Xftp client on Windows, connecting with root and regular accounts, and troubleshooting common connection problems, all illustrated with step‑by‑step screenshots.

FTPXftp
0 likes · 4 min read
How to Install and Configure FTP on Linux and Use Xftp Client
Open Source Linux
Open Source Linux
Jun 14, 2021 · Operations

Master FTP with vsftpd: Install, Configure, and Secure Linux Transfers

This guide provides a comprehensive overview of the FTP protocol and its lightweight counterpart TFTP, then walks through installing, configuring, and securing the vsftpd service on Linux, covering active and passive modes, authentication options—including anonymous, local, and virtual users via text files or MySQL—and essential SELinux and firewall adjustments.

AuthenticationFTPLinux
0 likes · 23 min read
Master FTP with vsftpd: Install, Configure, and Secure Linux Transfers
Liangxu Linux
Liangxu Linux
May 27, 2021 · Operations

Boost Linux Downloads with Axel: Faster FTP/HTTP Transfers Explained

This guide introduces Axel, a lightweight command‑line download accelerator for Linux, covering installation across major distributions, key configuration options, and performance comparisons with wget that demonstrate significantly faster FTP and HTTP downloads using multiple simultaneous connections.

AxelDownload AcceleratorFTP
0 likes · 8 min read
Boost Linux Downloads with Axel: Faster FTP/HTTP Transfers Explained
Liangxu Linux
Liangxu Linux
Sep 15, 2020 · Operations

Mastering FTP, FTPS, and SFTP: When to Use Active vs Passive Mode

This guide explains the fundamentals of FTP, FTPS, and SFTP, compares implicit and explicit SSL modes, and clarifies the differences between active and passive transfer modes so you can choose the right configuration for secure and efficient file management.

Active ModeFTPFTPS
0 likes · 8 min read
Mastering FTP, FTPS, and SFTP: When to Use Active vs Passive Mode
Efficient Ops
Efficient Ops
Aug 31, 2020 · Fundamentals

Understanding FTP, FTPS, and SFTP: When to Use Each Protocol

This article explains the basics of FTP, its secure extensions FTPS and SFTP, and compares active and passive transfer modes, helping readers choose the right protocol and configuration for reliable file transfers in cloud storage scenarios.

Active ModeFTPFTPS
0 likes · 8 min read
Understanding FTP, FTPS, and SFTP: When to Use Each Protocol
Liangxu Linux
Liangxu Linux
Dec 18, 2019 · Fundamentals

Master cURL: Essential Commands for Downloading, Uploading, and Automation

This tutorial provides a comprehensive guide to using the cURL command-line tool on Linux, covering basic file downloads, following redirects, resuming interrupted transfers, setting timeouts, authentication, proxy usage, range requests, silent mode, header manipulation, data uploading, email sending, and a comparison with wget, all illustrated with practical examples and code snippets.

FTPHTTPNetworking
0 likes · 13 min read
Master cURL: Essential Commands for Downloading, Uploading, and Automation
360 Quality & Efficiency
360 Quality & Efficiency
Jun 18, 2019 · Operations

Introduction to the curl Command: Syntax, Options, and Examples

This article provides a comprehensive overview of the curl command-line tool, detailing its purpose, basic syntax, frequently used options, and practical examples for file downloading, uploading, and HTTP request testing, helping readers effectively leverage curl for network and data transfer tasks.

FTPHTTPShell scripting
0 likes · 6 min read
Introduction to the curl Command: Syntax, Options, and Examples
MaGe Linux Operations
MaGe Linux Operations
Mar 26, 2019 · Backend Development

Build a Simple FTP Server in 9 Python Lines with pyftpdlib

This tutorial shows how to install pyftpdlib, write a nine‑line Python script to create an FTP server, customize user credentials and permissions, and access the server via a browser, while also discussing common IP address pitfalls.

Backend DevelopmentFTPPython
0 likes · 3 min read
Build a Simple FTP Server in 9 Python Lines with pyftpdlib
MaGe Linux Operations
MaGe Linux Operations
Jan 5, 2019 · Backend Development

Build a Simple FTP Server in 9 Python Lines with pyftpdlib

This tutorial shows how to quickly set up a functional FTP server using just nine lines of Python code with the pyftpdlib library, covering installation, core script, execution, and troubleshooting common IP address issues.

Backend DevelopmentFTPNetwork programming
0 likes · 3 min read
Build a Simple FTP Server in 9 Python Lines with pyftpdlib
Liangxu Linux
Liangxu Linux
May 31, 2018 · Operations

Edit Remote Linux VM Files with Notepad++ and NppFTP

This step‑by‑step guide shows how to install Notepad++, add the NppFTP plugin, enable FTP on a Linux virtual machine, configure the connection profile, and edit remote documents directly from Notepad++.

FTPLinuxNotepad++
0 likes · 4 min read
Edit Remote Linux VM Files with Notepad++ and NppFTP
MaGe Linux Operations
MaGe Linux Operations
Dec 30, 2017 · Backend Development

Build a Simple FTP Server in 9 Python Lines with pyftpdlib

This tutorial shows how to quickly create a functional FTP server using only nine lines of Python code with pyftpdlib, covering installation, essential configuration of users and permissions, server startup, and testing via an FTP client.

FTPNetwork programmingPython
0 likes · 4 min read
Build a Simple FTP Server in 9 Python Lines with pyftpdlib
MaGe Linux Operations
MaGe Linux Operations
Mar 28, 2017 · Operations

Quick Guide to Setting Up FTP Virtual Users on CentOS

Learn how to swiftly create and configure FTP virtual users on a CentOS 6.5 system using vsftpd, covering installation, configuration files, PAM authentication, ACL permissions, and service startup, with step-by-step commands and essential tips for Linux administrators.

ACLCentOSFTP
0 likes · 5 min read
Quick Guide to Setting Up FTP Virtual Users on CentOS
MaGe Linux Operations
MaGe Linux Operations
Aug 1, 2014 · Operations

Essential Linux Commands Every Sysadmin Should Know

This guide compiles the most useful Linux command‑line tools for inspecting system information, managing resources, networking, processes, users, services, packages, security settings, and FTP operations, providing a quick reference for administrators and power users alike.

FTPSysadminsystem commands
0 likes · 5 min read
Essential Linux Commands Every Sysadmin Should Know