I’m using the ftp plugin to send a file to the host. So far, it just works fine. I only want to specify a folder to send the file to.
Can someone tell me how it’s done? I can’t find the solution on the forum here.
Thanks
GoogleJaps
I’m using the ftp plugin to send a file to the host. So far, it just works fine. I only want to specify a folder to send the file to.
Can someone tell me how it’s done? I can’t find the solution on the forum here.
Thanks
GoogleJaps
Try using ```
client.cd()
Thank you very much! That was what I was looking for!
GoogleJaps