2017 © Pedro Peláez
 

library filesystem

Vegas CMF Filesystem Manager

image

vegas-cmf/filesystem

Vegas CMF Filesystem Manager

  • Thursday, February 9, 2017
  • by vegas
  • Repository
  • 7 Watchers
  • 3 Stars
  • 292 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 5 Versions
  • 3 % Grown

The README.md

Vegas CMF Filesystem Manager

Build Status Coverage Status Latest Stable Version Total Downloads, (*1)

Tests

Ftp server

Test suite for FTP adapter uses a local FTP server. In the example we show how to setup local ftp server based on vsftpd service, which you can easily install in your system. In the following steps we show how to install it in the Ubuntu system., (*2)

sudo apt-get install vsftpd
sudo vim /etc/vsftpd.conf

Find and setup the following lines:, (*3)

anonymous_enable=YES
write_enable=YES
local_enable=YES
ftpd_banner=Welcome to Vegas Ftp Test Server

Restart FTP server, (*4)

sudo service vsftpd restart

Now we should create an example user, (*5)

sudo groupadd ftp-users
sudo mkdir /home/ftp-user
sudo chmod 775 /home/ftp-user
sudo chown ftp-user:ftp-users /home/ftp-user
sudo useradd -g ftp-users -d /home/ftp-user ftp-user
sudo passwd ftp-user
#(enter the password: test1234)
touch /home/ftp-user/hello.txt
echo "Hello Vegas" > /home/ftp-user/hello.txt

When everything is done, try to login to your local server using ftp-user account., (*6)

ftp localhost

Now you can run tests:, (*7)

./vendor/bin/phpunit

The Versions

09/02 2017

dev-master

9999999-dev

Vegas CMF Filesystem Manager

  Sources   Download

MIT

The Requires

 

The Development Requires

by Amsterdam Standard Vegas Team

09/02 2017

v1.0.3

1.0.3.0

Vegas CMF Filesystem Manager

  Sources   Download

MIT

The Requires

 

The Development Requires

by Amsterdam Standard Vegas Team

25/02 2015

v1.0.2

1.0.2.0

Vegas CMF Filesystem Manager

  Sources   Download

MIT

The Requires

 

The Development Requires

by Amsterdam Standard Vegas Team

19/12 2014

v1.0.1

1.0.1.0

Vegas CMF Filesystem Manager

  Sources   Download

MIT

The Requires

 

The Development Requires

by Amsterdam Standard Vegas Team

20/11 2014

v1.0.0

1.0.0.0

Vegas CMF Filesystem Manager

  Sources   Download

MIT

The Requires

 

The Development Requires

by Amsterdam Standard Vegas Team