Tag

FTP

1 views collected around this technical thread.

Raymond Ops
Raymond Ops
Apr 18, 2025 · Operations

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

This guide walks you through configuring Linux file‑sharing services—including VSFTPD for FTP, Samba for SMB/CIFS, NFS for network file systems, and iSCSI for block‑level storage—covering installation, security options, client access, and automatic mounting.

FTPFile SharingLinux
0 likes · 36 min read
Master Linux File Sharing: Configure FTP, 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.

FTPFile ManipulationPHP
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.

FTPFile UploadPHP
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.

EmailFTPHTTP
0 likes · 5 min read
Various Methods for Transferring PDF Files in Java
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.

Code ExampleFTPfile transfer
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.

FTPLinuxServer management
0 likes · 4 min read
How to Install and Configure FTP on Linux and Use Xftp Client
Laravel Tech Community
Laravel Tech Community
Dec 26, 2020 · Backend Development

Using PhpStorm for Remote Editing and Automatic Deployment to a Web Server

This tutorial explains how to configure PhpStorm to connect to a remote server via FTP/SFTP, set up deployment mappings, and enable automatic upload so that local code changes are instantly synchronized with the web server, streamlining complex website maintenance tasks.

FTPPhpStormRemote Development
0 likes · 3 min read
Using PhpStorm for Remote Editing and Automatic Deployment to a Web Server
php中文网 Courses
php中文网 Courses
Dec 4, 2020 · Operations

Configuring vsftpd: Port Settings, User Authentication, and Virtual User Management

This guide explains how to configure the vsftpd FTP server on Linux, covering port settings, disabling anonymous and real user logins, active and passive mode configuration, firewall rules, and step‑by‑step creation of virtual users with PAM authentication and per‑user configuration files.

FTPLinuxServer Configuration
0 likes · 7 min read
Configuring vsftpd: Port Settings, User Authentication, and Virtual User Management
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.

FTPFTPSSFTP
0 likes · 8 min read
Understanding FTP, FTPS, and SFTP: When to Use Each Protocol
Top Architect
Top Architect
Aug 27, 2020 · Backend Development

Java FTP Utility Class with Spring Integration for Upload, Download, and Delete Operations

This article presents a Java FTP utility class designed for Spring applications, detailing its implementation as a bean, configuration via properties, and methods for uploading, downloading, and deleting files on an FTP server, along with common troubleshooting tips and usage examples.

FTPJavaSpring
0 likes · 11 min read
Java FTP Utility Class with Spring Integration for Upload, Download, and Delete Operations
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.

FTPHTTPcommand line
0 likes · 6 min read
Introduction to the curl Command: Syntax, Options, and Examples
Practical DevOps Architecture
Practical DevOps Architecture
Jun 8, 2015 · Operations

Configuring Internal Server Access with NAT and FTP ALG on a Router

This guide details step‑by‑step router configuration to assign interface IPs, set up VLANs, create NAT server mappings for web and FTP services, define a default static route, and enable FTP NAT ALG so external users can reach internal servers securely.

FTPNATRouter
0 likes · 4 min read
Configuring Internal Server Access with NAT and FTP ALG on a Router