1
I do hope that I'm asking this in the correct community; the question, I think, has mostly to do with network topology.
I'm trying to use FTPuse to setup a volume letter to my Android smartphone, but I keep getting this error:
C:\Windows\system32>ftpuse x: 192.168.1.7
Connecting...
Socket Error # 10061
Connection refused.
Different permutations of the command, such as including the username and password, have made no difference. The Windows 7 desktop that I'm working from is connected to the network via ethernet:
PC <--> Switch <--> Vonage box <--> Cable modem/router/WiFi access point <--> Android smartphone
I can ping the FTP server without any problems, and I'm trying to get this working as per this suggested answer in the Android community.
Any thoughts or suggestions are greatly appreciated.
Did you setup an FTP server on your Android device yet? If so, can you connect to it via a standard FTP client from the PC? – Ƭᴇcʜιᴇ007 – 2014-04-18T16:22:44.023
Yes, an FTP server is configured on my Android device. – Jim Fell – 2014-04-18T16:38:59.220
1And you can access it from a standard FTP client from the PC? If not, can you access it from an FTP client on the phone itself? The point is it seems like your FTP server may be configured incorrectly, but you have not provided information regarding it. – Ƭᴇcʜιᴇ007 – 2014-04-18T16:41:39.363
FileZilla from my desktop is able to connect okay, so it must be a problem with FTPuse. http://i59.tinypic.com/2e20wvp.jpg
– Jim Fell – 2014-04-18T17:11:14.690Adding the port number to the FTPuse command seemed to fix the problem. Thanks, everyone, for your help! :D – Jim Fell – 2014-04-18T17:15:04.170