我正在尝试创建一个普通的 FTP 文件和一个批处理文件,供我的同事使用将一些压缩文件上传到数据库。
我遇到的问题是,当连接到服务器时,我无法访问我想要上传的本地文件。
例如:
C:\Users\310176421>ftp
ftp> open site.company.com
Connected to site.company.com.
220 (vsFTPd 2.2.2)
User (site.company.com:(none)): 310104156
331 Please specify the password.
Password:
230 Login successful.
ftp> mput "test.txt"
test.txt:File not found
ftp> bye
221 Goodbye.
谢谢你!