I need to be able to access my home mac from work via ftp. Currently I've turned on the ftp server in terminal:
sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist
Now it works well when I just use the local ip 192.168..., however on my airport extreme at home I've set it up port mapping and pointed a domain's a name record to it.
However when I try to connect to it through the domain that it gives me "Server connection closed"
Any help?
sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist
Now it works well when I just use the local ip 192.168..., however on my airport extreme at home I've set it up port mapping and pointed a domain's a name record to it.
However when I try to connect to it through the domain that it gives me "Server connection closed"
Any help?