Koozali.org: home of the SME Server

Obsolete Releases => SME Server 8.x => Topic started by: newburns on March 26, 2013, 04:38:42 PM

Title: FTP into /opt
Post by: newburns on March 26, 2013, 04:38:42 PM
I can't write files when using FTP into /opt
I can properly access using SFTP on port 21 but not FTP on port 22
Title: Re: FTP into /opt
Post by: CharlieBrady on March 26, 2013, 06:42:46 PM
I can't write files when using FTP into /opt

Correct. Don't use FTP - it's not secure.

Quote
I can properly access using SFTP on port 21 but not FTP on port 22

I don't know what you mean. And you certainly shouldn't be expecting to use FTP on port 22. Port 22 is used by ssh/sftp, not by ftp.
Title: Re: FTP into /opt
Post by: newburns on March 26, 2013, 06:49:18 PM
You said what i was saying.
I can access and write using sFTP on port 21, but can't write using FTP on port 22.
It's fine now. The developer is using sFTP for his botched php coding.
Was kinda glad it didn't work, made me feel a little more secure.
Thanks
Title: Re: FTP into /opt
Post by: CharlieBrady on March 26, 2013, 07:45:07 PM
You said what i was saying.

No I did not.

Quote
I can access and write using sFTP on port 21...

I very much doubt that.