ftp and deployment
it seems like to be able to ftp files you have to have the same structure on the computer as on the ftp system ... this is very annoying ...
For example, i have files on my PC:
dirA/dirB/dirC
and I want to deploy them to the server where the system is:
dirD/dirF/dirC
where only the last folder is the same .. this is not working for me .. how can I do this?
For example, i have files on my PC:
dirA/dirB/dirC
and I want to deploy them to the server where the system is:
dirD/dirF/dirC
where only the last folder is the same .. this is not working for me .. how can I do this?
3 条评论
排序方式
日期
投票数
You can set up "dirA/dirB" as the root of the mapping on your local side and "dirD/dirF" as the remote root.
ok thanks i will try
awesome thanks .. yeah this IDE looks awesome
请先登录再写评论。