1
1
I was using normally some of my FTP accounts, and tried some ways to upload files via command line.
I based myself on this answer and something just like this question, apparently I couldn't make them work. The first because I new to the powershell and on the second one because I didn't know how to specify a path. (tried only ftp://server.tld/desired/path
)
I didn't have much time, and didn't stress myself making it work. After that I got some problems when connecting to my server.
WinSCP give me this error if I on the Local Connection (Cable)
Transfer channel can't be opened. Reason: No connection could be made because the target machine actively refused it. Could not retrieve directory listing
Entering Passive Mode ( * , * , * , * ,67,102)
And this, when I connect with the wireless WPA2-Enterprise
Timeout detected. Could not retrieve directory listing
TYPE is now ASCII
Error listing directory '/'.
FileZilla just give me
Connection timed out. Failed to retrieve directory listing.
I've tried Passive and Active connection, selecting an specific path, rechecked firewall permissions, and nothing...
This only happens with my server, any other FTP connection works fine.
But I am not really sure what started this problem.