my laptop is windows 10.
I have configured a ubuntu 19.04 virtual system using virtual box.
today I setup a ftp server on my windows 10 system so that I can easily transfer files back and forth between my windows 10 laptop and the virtual ubuntu system.
I can successfully login to the ftp server from the terminal command line under ubuntu 19.04, bu after that nothing seems to work. even a simple "dir" command gets a complaint about an invalid parameter.
when I attempt to send a file to the ftp server I received the following error messages:
501 - server cannot accept argument.
win32 error : the parameter is incorrect.
error details : client ip on the control channel didn't match the client ip on the data channel.
501 end
Any ideas as top how I can resolve this issue?
Thanks.