How to move a file on remote FTP server to an directory on same FTP server using Net::FTP in ruby script.
I know the file name and I have created a directory using ftp.mkdir b
There are putbinaryfile and puttextfile instance methods. Is that not enough ? Or if you just want to move in a scope of ftp server, there is rename method.