PDA

View Full Version : FTP



loganbest
10-17-2009, 07:11 PM
Can I make my VBA an FTP server?

andrew
10-18-2009, 03:29 PM
Yes. Install the vsftpd package



yum install vsftpd



Then google vsftpd to get directions on setting it up. This is a goos start.




http://www.linuxhomenetworking.....rver_Setup (http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch15_:_Linux_FTP_Server_Setup)

ottovonkopp
10-19-2009, 02:58 AM
Or you can use sftp. It's ftp over ssh.




If your client is Windows, FileZilla is a nice free sftp client.