If I try and access my FTP server via the command line using (sudo) sftp 192.168.1.x/home/directory the terminal returns
sftp: 192.168.1.x/home/directory: Name or service not known
But if I enter sftp://192.168.1.x/home/directory into Nautilus the directory is accessible.
Why am I not able to access the ftp server with the command line?
I have been having problems with FTP and backing up my system since yesterday so I might be missing something obvious by now. Sorry if that is the case.