UltraEdit and notepad++ using FTP to edit files directly on Linux

Source: Internet
Author: User
Tags ultraedit

Installing the FTP Service

apt-get install vsftpd

Change related profiles after installation
/etc/vsftpd.conf

cp /etc/vsftpd.conf.old /etc/vsftpd.conf

Change Configuration Instructions Reference http://blog.csdn.net/u011641885/article/details/46710981

Here is my vsftpd.conf file content

listen=YES local_enable=YES local_root=/home/gino write_enable=YES local_umask=022 file_open_mode=0755 dirmessage_enable=YES use_localtime=YES xferlog_enable=YES ascii_upload_enable=YES ascii_download_enable=YES chroot_local_user=YES chroot_list_enable=YES chroot_list_file=/etc/vsftpd.chroot_list secure_chroot_dir=/var/run/vsftpd/empty pam_service_name=vsftpd rsa_cert_file=/etc/ssl/private/vsftpd.pem 

Start the FTP service after configuration is complete

/etc/init.d/vsftpd restart

connection to the Nodepad
Plugin->nppftp->show nppftp window–>settings->profile settins
Set up

When the settings are complete, click Close and tap Connect

connection to the UltraEdit
File->ftp-> open from FTP account
Set up

Click Apply when you're done, then tap Open

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

UltraEdit and notepad++ using FTP to edit files directly on Linux

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.