How to fix FTP Server (Ubuntu) - 550 Permission denied, cannot put file to server

Subscribers:
4,970
Published on ● Video Link: https://www.youtube.com/watch?v=qpt5mxVVJoE



Category:
Guide
Duration: 5:38
34,763 views
162


- error message :

ftp$ put local_to_server.txt
local: local_to_server.txt remote: local_to_server.txt
200 PORT command successful. Consider using PASV.
550 Permission denied.

- how to solve :
open in your FTP server, /etc/vsftpd.conf
uncomment #write_enable=YES, save
restart ftp : sudo service vsftpd restart


- put again a file : put local_to_server.txt

ftp$ put local_to_server.txt
local: local_to_server.txt remote: local_to_server.txt
200 PORT command successful. Consider using PASV.
150 Ok to send data.
226 Transfer complete.
30 bytes sent in 0.00 secs (552.7712 kB/s)




Other Videos By Ambar Hasbiyatmoko


2019-06-26How to solve SSH Ubuntu - Could not open a connection to your authentication agent.
2019-05-29Apache Jmeter - create sample http request
2019-05-05[Tutorial] Create Tethering-Hotspot in BlankOn Linux using Create_ap
2019-04-25Virtualbox - How to change screen resolution in kali linux
2019-04-25How to solving Create_AP (Access Point) - ERROR wlan0 is not a WiFi interface
2019-04-22[Tutorial] PHP variable - Passing by reference
2019-04-03Tutorial FTP Ubuntu - Create a FTP user to access home directory only
2019-04-02How to fix Ubuntu 18.04 - Command ifconfig not found, but can be installed with
2019-03-31[How to fix] Android Studio - Error inflating class android widget TextInputLayout
2019-01-19How to solving Ubuntu 18.04 - 'New Document' on right click menu not appear
2019-01-13How to fix FTP Server (Ubuntu) - 550 Permission denied, cannot put file to server
2019-01-13How to install FTP and add user FTP on Ubuntu 18.04
2019-01-06Javascript Tutorial - How to send out iframe variables to outside iframe
2019-01-02Codeigniter Tutorial - How to encrypt decrypt a plain text using codeigniter 3
2018-12-31How to fix Guzzle - SSL certificate problem, self signed certificate
2018-12-30Mysql Tutorial (Ubuntu) - How to import csv to mysql table using LOAD DATA INFILE
2018-12-30How to fix bootstrap - focus() doesn't work after modal open and ajax call
2018-12-16How fix phpmyadmin in ubuntu - Parameter must be an array or an object that implements Countable.
2018-12-16How to solve error in Moodle (ubuntu) - PHP has not been properly configured with MySQLi extension
2018-12-02Moodle - install moodle version 3.5 on Ubuntu 18.04
2018-11-18Ubuntu 16.04 - How to monitor apache web server request using apache mod_status



Tags:
ftp
denied
ubuntu
terminal
put
copy
linux
server
remote