New answers tagged ftp
0
Your going about this pretty .... wrong. Not to say that it won't work but it's not going to be easy. Your fighting some pretty serious defaults.
I would recommend two things. First create the users home directory from scratch, using adduser or whatever, you can specify the home directory with the -d flag. So you can do adduser jim -d /var/www/jim
...
1
SFTP in Dolphin is implemented as FISH
fish://{username[:password]}@{domain}/{path}
0
To avoid this security problem you can lock ftp user in a jail.
Open vsftpd configuration file - /etc/vsftpd/vsftpd.conf:
sudo gedit /etc/vsftpd/vsftpd.conf
Make sure following line exists (and uncommented):
chroot_local_user=YES
Save and close the file. Restart vsftpd.
/etc/init.d/vsftpd restart
Now all users of VSFTPD will be limited to accessing ...
0
I met this problem too, then i used Pure-FTPd instead,the Pure-FTPd still work.
1
If you just want a quick connection, you can click the navigation breadcrumbs on above the file list (or Ctrl+L) and type directly:
sftp://{username[:password]}@{domain}/{path}
1
During the development on WordPress, giving www-data write access on your files can make your life a lot easier,
The reason is for the fact that the admin panel of WordPress allows you to do easily change lots of configuration, create the .htaccess for you with the correct rewrite rules (depending on how you want your permalinks), install and configure ...
1
The answers to this question: Basic Web Development IDE/Editor like Dreamweaver? contains several programming IDE's that may fit your needs but I think that this alternative may be the best for your case: http://askubuntu.com/a/59636/9598. It won't be reproduced right here.
For the case that you need support connecting to the FTP server for ...
0
You can use Bluefish. You can connect to a server and edit files with many utilities.
0
Add the raring repositories to sources.list and
sudo apt-get -t raring install gvfs
After this I can browse the filesystem on a Samsung Galaxy S3 with Android 4.1.2, using Nautilus.
Note that the apt-get pulls in quite a few packages from Raring including a new libc6.
0
You can try Lucky Backup
Lucky Backup is an application that backs-up and/or synchronizes any
directories with the power of rsync, another simple backup tool.
Features include backup, safety, synchronization, exclude/only include
options, allows custom rsync options, remote connections, restore and
dry-run operations, scheduling, profiles and ...
1
You'll find that with most of the commands, prefixing an l will apply it to the local, and a non-l applies to remote. For example: pwd on remote and lpwd on local. cd on remote and lcd on local.
0
Top 50 recent answers are included

