noodny / node-ftp-client

MIT License
64 stars 32 forks source link

how to move a file between folders with ftp-client #13

Closed crizstian closed 7 years ago

crizstian commented 7 years ago

i want to know if this is possible, when i download a file, that file i want it to move it to another folder in the ftp, can i do this with this library ?

or do i need to download it and the upload it, that would be a lot of network waste ?

crizstian commented 7 years ago

i forked the repo, and i added the rename functionality