FileZilla path must be absolute [How to Solve]

The FileZilla server is downloaded. When setting the FTP directory, the software reports path must be absolute

I have set the absolute path F:\Users\Administrator\PycharmProjects\python_switch\ops\

Why do you report an error?

Solution:

Virtual path use /

Native path use \

virtual path  /ops/

Native path  F:\Users\Administrator\PycharmProjects\python_switch\ops\

[ftp]get /ops/ops_demo.py

Similar Posts: