ข้ามไปที่เนื้อหาหลัก

บทความ

กำลังแสดงโพสต์ที่มีป้ายกำกับ ftp

[ PCOMM ] how to FTP export dataset from mainframe using PCOMM

go to ISPF command 6 ( 6 Command       Enter TSO or Workstation commands ) then  using the export icon put the Host File/PC file/transfer type Please be noted to use the hosted file with quote ( ' )

FTP : command

ftp://[username]@host port open [ชื่อโฮส] open www.google.com port close ?,help asc,ascii bin,binary cd lcd [dir name] เปลี่ยน local directory lcd c:\ ! กลับไปใช้ dos (ถ้าอยากเปลี่ยนข้อมูลบน local dir) !dir '!' in front will execute the specified command on the local computer So '!dir' lists the file names and directory names of the current directory on the local computer. bye,quit ออกไปอยู่ที่ไดเรกทอรี่เดิม pwd dir,ls แสดงรายการบน remote host get get xxx.jpg yyy.jpg put put xxx.jpg yyy.jpg mget download หลายๆไฟล์ mget * mput upload หลายๆไฟล์ delete remote dir mdelete remote dir mdelete *.jpg mkdir remote dir rmdir remote dir